Home
last modified time | relevance | path

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

/external/libxml2/
Dencoding.c2486 unsigned char const *xlattable) { in UTF8ToISO8859x() argument
2492 (xlattable == NULL)) in UTF8ToISO8859x()
2529 d = xlattable [48 + c + xlattable [d] * 64]; in UTF8ToISO8859x()
2563 d = xlattable [48 + c2 + xlattable [48 + c1 + in UTF8ToISO8859x()
2564 xlattable [32 + d] * 64] * 64]; in UTF8ToISO8859x()