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

/external/chromium_org/third_party/expat/files/lib/
H A Dxmltok.c176 struct normal_encoding { struct
197 #define AS_NORMAL_ENCODING(enc) ((const struct normal_encoding *) (enc))
243 (((struct normal_encoding *)(enc))->type[(unsigned char)*(p)])
348 switch (((struct normal_encoding *)enc)->type[(unsigned char)*from]) {
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_encodin
[all...]
/external/expat/lib/
H A Dxmltok.c176 struct normal_encoding { struct
197 #define AS_NORMAL_ENCODING(enc) ((const struct normal_encoding *) (enc))
243 (((struct normal_encoding *)(enc))->type[(unsigned char)*(p)])
348 switch (((struct normal_encoding *)enc)->type[(unsigned char)*from]) {
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_encodin
[all...]

Completed in 54 milliseconds