Lines Matching refs:extractBytes
70 static char *extractBytes(const UChar *src, int32_t length, const char *codepage, int32_t *byteLeng… in extractBytes() function
132 bytes = extractBytes(s, sLength, "UTF-8", &byteLength); in TestUTF8()
171 char *beBytes = extractBytes(chars, cLength, "UTF-16BE", &beLength); in TestUTF16()
172 char *leBytes = extractBytes(chars, cLength, "UTF-16LE", &leLength); in TestUTF16()
242 bISO = extractBytes(sISO, sISOLength, "ISO-8859-1", &lISO); in TestC1Bytes()
243 bWindows = extractBytes(sWindows, sWindowsLength, "windows-1252", &lWindows); in TestC1Bytes()
294 bytes = extractBytes(s, sLength, "ISO-8859-1", &byteLength); in TestInputFilter()
476 char *bytes = extractBytes(chars, cLength, "IBM424", &bLength); in TestIBM424()
477 char *bytes_r = extractBytes(chars_reverse, crLength, "IBM424", &brLength); in TestIBM424()
554 char *bytes = extractBytes(chars, cLength, "IBM420", &bLength); in TestIBM420()
555 char *bytes_r = extractBytes(chars_reverse, crLength, "IBM420", &brLength); in TestIBM420()