Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmltok.c176 struct normal_encoding { struct
197 #define AS_NORMAL_ENCODING(enc) ((const struct normal_encoding *) (enc)) argument
243 (((struct normal_encoding *)(enc))->type[(unsigned char)*(p)])
348 switch (((struct normal_encoding *)enc)->type[(unsigned char)*from]) { in utf8_toUtf16()
383 static const struct normal_encoding utf8_encoding_ns = {
393 static const struct normal_encoding utf8_encoding = {
406 static const struct normal_encoding internal_utf8_encoding_ns = {
417 static const struct normal_encoding internal_utf8_encoding = {
464 static const struct normal_encoding latin1_encoding_ns = {
475 static const struct normal_encoding latin1_encoding = {
[all …]