Searched refs:KW_no (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/expat/ |
D | xmltok.c | 1149 static const char KW_no[] = {ASCII_n, ASCII_o, '\0'}; variable 1216 } else if (XmlNameMatchesAscii(enc, val, ptr - enc->minBytesPerChar, KW_no)) { in doParseXmlDecl()
|
/external/expat/lib/ |
D | xmltok.c | 1141 static const char KW_no[] = {ASCII_n, ASCII_o, '\0'}; variable 1208 } else if (XmlNameMatchesAscii(enc, val, ptr - enc->minBytesPerChar, KW_no)) { in doParseXmlDecl()
|
/external/python/cpython2/Modules/expat/ |
D | xmltok.c | 1225 static const char KW_no[] = { variable 1304 else if (XmlNameMatchesAscii(enc, val, ptr - enc->minBytesPerChar, KW_no)) { in doParseXmlDecl()
|