Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
Dencoding.c2636 unsigned short const *unicodetable) { in ISO8859xToUTF8() argument
2645 (in == NULL) || (unicodetable == NULL)) in ISO8859xToUTF8()
2653 c = unicodetable [c - 0x80]; in ISO8859xToUTF8()
/external/libxml2/
Dencoding.c2643 unsigned short const *unicodetable) { in ISO8859xToUTF8() argument
2652 (in == NULL) || (unicodetable == NULL)) in ISO8859xToUTF8()
2660 c = unicodetable [*in - 0x80]; in ISO8859xToUTF8()