Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/expat/
Dxmlparse.c149 # define XML_T(x) (const wchar_t) x macro
152 # define XML_T(x) (const unsigned short)x macro
158 # define XML_T(x) x macro
/external/expat/lib/
Dxmlparse.c150 # define XML_T(x) (const wchar_t) x macro
153 # define XML_T(x) (const unsigned short)x macro
159 # define XML_T(x) x macro
/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