Home
last modified time | relevance | path

Searched refs:normal_encoding (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/expat/
Dxmltok.c208 struct normal_encoding { struct
229 #define AS_NORMAL_ENCODING(enc) ((const struct normal_encoding *) (enc)) argument
286 (((struct normal_encoding *)(enc))->type[(unsigned char)*(p)])
448 switch (((struct normal_encoding *)enc)->type[(unsigned char)*from]) { in utf8_toUtf16()
500 static const struct normal_encoding utf8_encoding_ns = {
510 static const struct normal_encoding utf8_encoding = {
523 static const struct normal_encoding internal_utf8_encoding_ns = {
534 static const struct normal_encoding internal_utf8_encoding = {
586 static const struct normal_encoding latin1_encoding_ns = {
597 static const struct normal_encoding latin1_encoding = {
[all …]
/aosp_15_r20/external/python/cpython3/Modules/expat/
Dxmltok.c185 struct normal_encoding { struct
206 #define AS_NORMAL_ENCODING(enc) ((const struct normal_encoding *)(enc)) argument
246 (((struct normal_encoding *)(enc))->type[(unsigned char)*(p)])
410 switch (((struct normal_encoding *)enc)->type[(unsigned char)*from]) { in utf8_toUtf16()
460 static const struct normal_encoding utf8_encoding_ns
469 static const struct normal_encoding utf8_encoding
481 static const struct normal_encoding internal_utf8_encoding_ns
491 static const struct normal_encoding internal_utf8_encoding
539 static const struct normal_encoding latin1_encoding_ns
549 static const struct normal_encoding latin1_encoding
[all …]
/aosp_15_r20/external/expat/expat/lib/
H A Dxmltok.c187 struct normal_encoding { struct
208 #define AS_NORMAL_ENCODING(enc) ((const struct normal_encoding *)(enc)) argument
248 (((const struct normal_encoding *)(enc))->type[(unsigned char)*(p)])
462 static const struct normal_encoding utf8_encoding_ns
471 static const struct normal_encoding utf8_encoding
483 static const struct normal_encoding internal_utf8_encoding_ns
493 static const struct normal_encoding internal_utf8_encoding
541 static const struct normal_encoding latin1_encoding_ns
551 static const struct normal_encoding latin1_encoding
576 static const struct normal_encoding ascii_encoding_ns
[all …]