Lines Matching defs:XML_T
201 # define XML_T(x) (const wchar_t) x
204 # define XML_T(x) (const unsigned short)x
210 # define XML_T(x) x
3518 *toPtr = XML_T('\0');
3615 *uri = XML_T('\0');
4144 while (*s++ != XML_T(ASCII_COLON))
4221 while (*localPart++ != XML_T(ASCII_COLON))
4434 if (*uri == XML_T('\0') && prefix->name)
4437 if (prefix->name && prefix->name[0] == XML_T(ASCII_x)
4438 && prefix->name[1] == XML_T(ASCII_m)
4439 && prefix->name[2] == XML_T(ASCII_l)) {
4441 if (prefix->name[3] == XML_T(ASCII_n) && prefix->name[4] == XML_T(ASCII_s)
4442 && prefix->name[5] == XML_T('\0'))
4445 if (prefix->name[3] == XML_T('\0'))
4552 if (*uri == XML_T('\0') && prefix == &parser->m_dtd->defaultPrefix)
5550 if (*parser->m_declAttributeType == XML_T(ASCII_LPAREN)
5551 || (*parser->m_declAttributeType == XML_T(ASCII_N)
5552 && parser->m_declAttributeType[1] == XML_T(ASCII_O))) {
5554 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN))
5555 || ! poolAppendChar(&parser->m_tempPool, XML_T('\0')))
5588 if (*parser->m_declAttributeType == XML_T(ASCII_LPAREN)
5589 || (*parser->m_declAttributeType == XML_T(ASCII_N)
5590 && parser->m_declAttributeType[1] == XML_T(ASCII_O))) {
5592 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_RPAREN))
5593 || ! poolAppendChar(&parser->m_tempPool, XML_T('\0')))
6563 if (! poolAppendChar(pool, XML_T('\0')))
7044 if (*s == XML_T('\0'))
7058 *p = XML_T('\0');
7221 if (*name == XML_T(ASCII_COLON)) {
7228 if (! poolAppendChar(&dtd->pool, XML_T('\0')))
7251 if (! poolAppendChar(&dtd->pool, XML_T('\0')))
7268 else if (name[0] == XML_T(ASCII_x) && name[1] == XML_T(ASCII_m)
7269 && name[2] == XML_T(ASCII_l) && name[3] == XML_T(ASCII_n)
7270 && name[4] == XML_T(ASCII_s)
7271 && (name[5] == XML_T('\0') || name[5] == XML_T(ASCII_COLON))) {
7272 if (name[5] == XML_T('\0'))
7282 if (name[i] == XML_T(ASCII_COLON)) {
7288 if (! poolAppendChar(&dtd->pool, XML_T('\0')))
7306 #define CONTEXT_SEP XML_T(ASCII_FF)
7317 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_EQUALS)))
7372 if (! poolAppendChar(&parser->m_tempPool, XML_T(ASCII_EQUALS)))
7399 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0')))
7413 while (*context != XML_T('\0')) {
7414 if (*s == CONTEXT_SEP || *s == XML_T('\0')) {
7416 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0')))
7422 if (*s != XML_T('\0'))
7426 } else if (*s == XML_T(ASCII_EQUALS)) {
7431 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0')))
7445 for (context = s + 1; *context != CONTEXT_SEP && *context != XML_T('\0');
7449 if (! poolAppendChar(&parser->m_tempPool, XML_T('\0')))
7456 if (*context != XML_T('\0'))
7486 *p = XML_T('\0');
7624 if (! poolAppendChar(&(newDtd->pool), XML_T('\0')))