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

/vbox/src/libs/libxml2-2.6.31/
H A Dencoding.c2360 unsigned short const *unicodetable) {
2369 (in == NULL) || (unicodetable == NULL))
2377 c = unicodetable [c - 0x80];
2358 ISO8859xToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen, unsigned short const *unicodetable) argument

Completed in 73 milliseconds