Lines Matching defs:XML_T
200 # define XML_T(x) (const wchar_t) x
203 # define XML_T(x) (const unsigned short)x
209 # define XML_T(x) x
3044 *toPtr = XML_T('\0');
3139 *uri = XML_T('\0');
3659 while (*s++ != XML_T(ASCII_COLON))
3736 while (*localPart++ != XML_T(ASCII_COLON))
3949 if (*uri == XML_T('\0') && prefix->name)
3952 if (prefix->name && prefix->name[0] == XML_T(ASCII_x)
3953 && prefix->name[1] == XML_T(ASCII_m)
3954 && prefix->name[2] == XML_T(ASCII_l)) {
3956 if (prefix->name[3] == XML_T(ASCII_n) && prefix->name[4] == XML_T(ASCII_s)
3957 && prefix->name[5] == XML_T('\0'))
3960 if (prefix->name[3] == XML_T('\0'))
4068 if (*uri == XML_T('\0') && prefix == &parser->m_dtd->defaultPrefix)
5059 if (*parser->m_declAttributeType == XML_T(ASCII_LPAREN)
5060 || (*parser->m_declAttributeType == XML_T(ASCII_N)
5061 && parser->m_declAttributeType[1] == XML_T(ASCII_O))) {
5063 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN))
5064 || ! poolAppendChar(&parser->m_tempPool, XML_T('\0')))
5097 if (*parser->m_declAttributeType == XML_T(ASCII_LPAREN)
5098 || (*parser->m_declAttributeType == XML_T(ASCII_N)
5099 && parser->m_declAttributeType[1] == XML_T(ASCII_O))) {
5101 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN))
5102 || ! poolAppendChar(&parser->m_tempPool, XML_T('\0')))
5991 if (! poolAppendChar(pool, XML_T('\0')))
6411 if (*s == XML_T('\0'))
6425 *p = XML_T('\0');
6588 if (*name == XML_T(ASCII_COLON)) {
6595 if (! poolAppendChar(&dtd->pool, XML_T('\0')))
6618 if (! poolAppendChar(&dtd->pool, XML_T('\0')))
6635 else if (name[0] == XML_T(ASCII_x) && name[1] == XML_T(ASCII_m)
6636 && name[2] == XML_T(ASCII_l) && name[3] == XML_T(ASCII_n)
6637 && name[4] == XML_T(ASCII_s)
6638 && (name[5] == XML_T('\0') || name[5] == XML_T(ASCII_COLON))) {
6639 if (name[5] == XML_T('\0'))
6649 if (name[i] == XML_T(ASCII_COLON)) {
6655 if (! poolAppendChar(&dtd->pool, XML_T('\0')))
6673 #define CONTEXT_SEP XML_T(ASCII_FF)
6684 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_EQUALS)))
6739 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_EQUALS)))
6766 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0')))
6780 while (*context != XML_T('\0')) {
6781 if (*s == CONTEXT_SEP || *s == XML_T('\0')) {
6783 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0')))
6789 if (*s != XML_T('\0'))
6793 } else if (*s == XML_T(ASCII_EQUALS)) {
6798 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0')))
6812 for (context = s + 1; *context != CONTEXT_SEP && *context != XML_T('\0');
6816 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0')))
6823 if (*context != XML_T('\0'))
6853 *p = XML_T('\0');
6991 if (! poolAppendChar(&(newDtd->pool), XML_T('\0')))