Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/expat/
Dxmlparse.c147 #define XML_T(x) (const wchar_t)x macro
150 #define XML_T(x) (const unsigned short)x macro
156 #define XML_T(x) x macro
/aosp_15_r20/external/python/cpython3/Modules/expat/
Dxmlparse.c179 # define XML_T(x) (const wchar_t) x macro
182 # define XML_T(x) (const unsigned short)x macro
188 # define XML_T(x) x macro
/aosp_15_r20/external/expat/expat/lib/
H A Dxmlparse.c199 # define XML_T(x) (const wchar_t) x macro
202 # define XML_T(x) (const unsigned short)x macro
208 # define XML_T(x) x macro