Searched defs:xlattable (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dencoding.c2233 * @xlattable: the 2-level transcoding table
2246 unsigned char const *xlattable) {
2252 (xlattable == NULL))
2289 d = xlattable [48 + c + xlattable [d] * 64];
2323 d = xlattable [48 + c2 + xlattable [48 + c1 +
2324 xlattable [32 + d] * 64] * 64];
2244 UTF8ToISO8859x(unsigned char* out, int *outlen, const unsigned char* in, int *inlen, unsigned char const *xlattable) argument

Completed in 52 milliseconds