Searched refs:byteToAscii (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmltok.c | 195 int(PTRFASTCALL *byteToAscii)(const ENCODING *, const char *); member 214 E##byteType, E##isNameMin, E##isNmstrtMin, E##byteToAscii, E##charMatches, 262 # define BYTE_TO_ASCII(enc, p) (AS_NORMAL_ENCODING(enc)->byteToAscii(enc, p))
|
/third_party/python/Modules/expat/ |
H A D | xmltok.c | 192 int(PTRFASTCALL *byteToAscii)(const ENCODING *, const char *); member 211 E##byteType, E##isNameMin, E##isNmstrtMin, E##byteToAscii, E##charMatches, 259 # define BYTE_TO_ASCII(enc, p) (AS_NORMAL_ENCODING(enc)->byteToAscii(enc, p))
|
Completed in 6 milliseconds