Home
last modified time | relevance | path

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

/external/libxml2/
Dencoding.c2986 unsigned short const *unicodetable) { in ISO8859xToUTF8() argument
2995 (in == NULL) || (unicodetable == NULL)) in ISO8859xToUTF8()
3003 c = unicodetable [*in - 0x80]; in ISO8859xToUTF8()