Searched refs:KW_yes (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmltok.c | 1155 static const char KW_yes[] = {ASCII_y, ASCII_e, ASCII_s, '\0'}; variable 1221 if (XmlNameMatchesAscii(enc, val, ptr - enc->minBytesPerChar, KW_yes)) {
|
/third_party/python/Modules/expat/ |
H A D | xmltok.c | 1152 static const char KW_yes[] = {ASCII_y, ASCII_e, ASCII_s, '\0'}; variable 1218 if (XmlNameMatchesAscii(enc, val, ptr - enc->minBytesPerChar, KW_yes)) {
|
Completed in 10 milliseconds