Searched refs:KW_encoding (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/expat/ |
D | xmltok.c | 1140 static const char KW_encoding[] = {ASCII_e, ASCII_n, ASCII_c, ASCII_o, ASCII_d, variable 1191 if (XmlNameMatchesAscii(enc, name, nameEnd, KW_encoding)) { in doParseXmlDecl()
|
/external/expat/lib/ |
D | xmltok.c | 1132 static const char KW_encoding[] = {ASCII_e, ASCII_n, ASCII_c, ASCII_o, ASCII_d, variable 1183 if (XmlNameMatchesAscii(enc, name, nameEnd, KW_encoding)) { in doParseXmlDecl()
|
/external/python/cpython2/Modules/expat/ |
D | xmltok.c | 1212 static const char KW_encoding[] = { variable 1278 if (XmlNameMatchesAscii(enc, name, nameEnd, KW_encoding)) { in doParseXmlDecl()
|