Searched defs:XML_T (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c61 #define XML_T(x) (const wchar_t)x macro
64 #define XML_T(x) (const unsigned short)x macro
70 #define XML_T(x) x macro
2438 *toPtr = XML_T('\0');
2530 *uri = XML_T('\0');
2925 while (*s++ != XML_T(ASCII_COLON))
2999 while (*localPart++ != XML_T(ASCII_COLON))
3081 if (*uri == XML_T('\0') && prefix->name)
3085 && prefix->name[0] == XML_T(ASCII_x)
3086 && prefix->name[1] == XML_T(ASCII_
[all...]
/external/expat/lib/
H A Dxmlparse.c61 #define XML_T(x) (const wchar_t)x macro
64 #define XML_T(x) (const unsigned short)x macro
70 #define XML_T(x) x macro
2438 *toPtr = XML_T('\0');
2530 *uri = XML_T('\0');
2925 while (*s++ != XML_T(ASCII_COLON))
2999 while (*localPart++ != XML_T(ASCII_COLON))
3081 if (*uri == XML_T('\0') && prefix->name)
3085 && prefix->name[0] == XML_T(ASCII_x)
3086 && prefix->name[1] == XML_T(ASCII_
[all...]

Completed in 232 milliseconds