Searched refs:inb (Results 1 – 1 of 1) sorted by relevance
365 const unsigned char* inb, int *inlenb) in UTF8ToUTF8() argument371 if (inb == NULL) { in UTF8ToUTF8()390 memcpy(out, inb, len); in UTF8ToUTF8()512 const unsigned char* processed = inb; in UTF16LEToUTF8()514 unsigned short* in = (unsigned short*) inb; in UTF16LEToUTF8()558 *inlenb = processed - inb; in UTF16LEToUTF8()579 *inlenb = processed - inb; in UTF16LEToUTF8()755 const unsigned char* processed = inb; in UTF16BEToUTF8()757 unsigned short* in = (unsigned short*) inb; in UTF16BEToUTF8()801 *inlenb = processed - inb; in UTF16BEToUTF8()[all …]