normal_encoding   197 third_party/expat/files/lib/xmltok.c #define AS_NORMAL_ENCODING(enc)   ((const struct normal_encoding *) (enc))
normal_encoding   243 third_party/expat/files/lib/xmltok.c   (((struct normal_encoding *)(enc))->type[(unsigned char)*(p)])
normal_encoding   348 third_party/expat/files/lib/xmltok.c     switch (((struct normal_encoding *)enc)->type[(unsigned char)*from]) {
normal_encoding   383 third_party/expat/files/lib/xmltok.c static const struct normal_encoding utf8_encoding_ns = {
normal_encoding   393 third_party/expat/files/lib/xmltok.c static const struct normal_encoding utf8_encoding = {
normal_encoding   406 third_party/expat/files/lib/xmltok.c static const struct normal_encoding internal_utf8_encoding_ns = {
normal_encoding   417 third_party/expat/files/lib/xmltok.c static const struct normal_encoding internal_utf8_encoding = {
normal_encoding   464 third_party/expat/files/lib/xmltok.c static const struct normal_encoding latin1_encoding_ns = {
normal_encoding   475 third_party/expat/files/lib/xmltok.c static const struct normal_encoding latin1_encoding = {
normal_encoding   497 third_party/expat/files/lib/xmltok.c static const struct normal_encoding ascii_encoding_ns = {
normal_encoding   508 third_party/expat/files/lib/xmltok.c static const struct normal_encoding ascii_encoding = {
normal_encoding   641 third_party/expat/files/lib/xmltok.c   ? ((struct normal_encoding *)(enc))->type[(unsigned char)*(p)] \
normal_encoding   717 third_party/expat/files/lib/xmltok.c static const struct normal_encoding little2_encoding_ns = {
normal_encoding   734 third_party/expat/files/lib/xmltok.c static const struct normal_encoding little2_encoding = {
normal_encoding   755 third_party/expat/files/lib/xmltok.c static const struct normal_encoding internal_little2_encoding_ns = {
normal_encoding   766 third_party/expat/files/lib/xmltok.c static const struct normal_encoding internal_little2_encoding = {
normal_encoding   782 third_party/expat/files/lib/xmltok.c   ? ((struct normal_encoding *)(enc))->type[(unsigned char)(p)[1]] \
normal_encoding   858 third_party/expat/files/lib/xmltok.c static const struct normal_encoding big2_encoding_ns = {
normal_encoding   875 third_party/expat/files/lib/xmltok.c static const struct normal_encoding big2_encoding = {
normal_encoding   896 third_party/expat/files/lib/xmltok.c static const struct normal_encoding internal_big2_encoding_ns = {
normal_encoding   907 third_party/expat/files/lib/xmltok.c static const struct normal_encoding internal_big2_encoding = {
normal_encoding  1248 third_party/expat/files/lib/xmltok.c   struct normal_encoding normal;
normal_encoding  1353 third_party/expat/files/lib/xmltok.c   for (i = 0; i < (int)sizeof(struct normal_encoding); i++)
normal_encoding  1647 third_party/expat/files/lib/xmltok.c     ((struct normal_encoding *)enc)->type[ASCII_COLON] = BT_COLON;