Home
last modified time | relevance | path

Searched defs:SET_INIT_ENC_INDEX (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/expat/
Dxmltok.c1641 #define SET_INIT_ENC_INDEX(enc, i) ((enc)->initEnc.isUtf16 = (char)i) macro
/aosp_15_r20/external/python/cpython3/Modules/expat/
Dxmltok.c1527 #define SET_INIT_ENC_INDEX(enc, i) ((enc)->initEnc.isUtf16 = (char)i) macro
/aosp_15_r20/external/expat/expat/lib/
H A Dxmltok.c1522 #define SET_INIT_ENC_INDEX(enc, i) ((enc)->initEnc.isUtf16 = (char)i) macro