Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/expat/
Dxmltok.c211 struct normal_encoding { struct
232 #define AS_NORMAL_ENCODING(enc) ((const struct normal_encoding *) (enc)) argument
289 (((struct normal_encoding *)(enc))->type[(unsigned char)*(p)])
451 switch (((struct normal_encoding *)enc)->type[(unsigned char)*from]) { in utf8_toUtf16()
503 static const struct normal_encoding utf8_encoding_ns = {
513 static const struct normal_encoding utf8_encoding = {
526 static const struct normal_encoding internal_utf8_encoding_ns = {
537 static const struct normal_encoding internal_utf8_encoding = {
589 static const struct normal_encoding latin1_encoding_ns = {
600 static const struct normal_encoding latin1_encoding = {
[all …]
/external/expat/lib/
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 …]
/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 …]