Home
last modified time | relevance | path

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

/external/libxml2/
Dencoding.c2870 unsigned char const *xlattable) { in UTF8ToISO8859x() argument
2877 (xlattable == NULL)) in UTF8ToISO8859x()
2914 d = xlattable [48 + c + xlattable [d] * 64]; in UTF8ToISO8859x()
2948 d = xlattable [48 + c2 + xlattable [48 + c1 + in UTF8ToISO8859x()
2949 xlattable [32 + d] * 64] * 64]; in UTF8ToISO8859x()