Lines Matching refs:XML_T

179 #    define XML_T(x) (const wchar_t) x
182 # define XML_T(x) (const unsigned short)x
188 # define XML_T(x) x
2959 *toPtr = XML_T('\0');
3054 *uri = XML_T('\0');
3574 while (*s++ != XML_T(ASCII_COLON))
3651 while (*localPart++ != XML_T(ASCII_COLON))
3864 if (*uri == XML_T('\0') && prefix->name)
3867 if (prefix->name && prefix->name[0] == XML_T(ASCII_x)
3868 && prefix->name[1] == XML_T(ASCII_m)
3869 && prefix->name[2] == XML_T(ASCII_l)) {
3871 if (prefix->name[3] == XML_T(ASCII_n) && prefix->name[4] == XML_T(ASCII_s)
3872 && prefix->name[5] == XML_T('\0'))
3875 if (prefix->name[3] == XML_T('\0'))
3983 if (*uri == XML_T('\0') && prefix == &parser->m_dtd->defaultPrefix)
4972 if (*parser->m_declAttributeType == XML_T(ASCII_LPAREN)
4973 || (*parser->m_declAttributeType == XML_T(ASCII_N)
4974 && parser->m_declAttributeType[1] == XML_T(ASCII_O))) {
4976 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN))
4977 || ! poolAppendChar(&parser->m_tempPool, XML_T('\0')))
5010 if (*parser->m_declAttributeType == XML_T(ASCII_LPAREN)
5011 || (*parser->m_declAttributeType == XML_T(ASCII_N)
5012 && parser->m_declAttributeType[1] == XML_T(ASCII_O))) {
5014 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN))
5015 || ! poolAppendChar(&parser->m_tempPool, XML_T('\0')))
5877 if (! poolAppendChar(pool, XML_T('\0')))
6272 if (*s == XML_T('\0'))
6286 *p = XML_T('\0');
6448 if (*name == XML_T(ASCII_COLON)) {
6455 if (! poolAppendChar(&dtd->pool, XML_T('\0')))
6478 if (! poolAppendChar(&dtd->pool, XML_T('\0')))
6495 else if (name[0] == XML_T(ASCII_x) && name[1] == XML_T(ASCII_m)
6496 && name[2] == XML_T(ASCII_l) && name[3] == XML_T(ASCII_n)
6497 && name[4] == XML_T(ASCII_s)
6498 && (name[5] == XML_T('\0') || name[5] == XML_T(ASCII_COLON))) {
6499 if (name[5] == XML_T('\0'))
6509 if (name[i] == XML_T(ASCII_COLON)) {
6515 if (! poolAppendChar(&dtd->pool, XML_T('\0')))
6533 #define CONTEXT_SEP XML_T(ASCII_FF)
6544 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_EQUALS)))
6599 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_EQUALS)))
6626 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0')))
6636 while (*context != XML_T('\0')) {
6637 if (*s == CONTEXT_SEP || *s == XML_T('\0')) {
6639 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0')))
6645 if (*s != XML_T('\0'))
6649 } else if (*s == XML_T(ASCII_EQUALS)) {
6654 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0')))
6668 for (context = s + 1; *context != CONTEXT_SEP && *context != XML_T('\0');
6672 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0')))
6679 if (*context != XML_T('\0'))
6709 *p = XML_T('\0');
6847 if (! poolAppendChar(&(newDtd->pool), XML_T('\0')))