Home
last modified time | relevance | path

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

/external/libxml2/
Dencoding.c3035 unsigned char const *xlattable) { in UTF8ToISO8859x() argument
3042 (xlattable == NULL)) in UTF8ToISO8859x()
3079 d = xlattable [48 + c + xlattable [d] * 64]; in UTF8ToISO8859x()
3113 d = xlattable [48 + c2 + xlattable [48 + c1 + in UTF8ToISO8859x()
3114 xlattable [32 + d] * 64] * 64]; in UTF8ToISO8859x()