Home | History | Annotate | Download | only in intltest

Lines Matching defs:extractBytes

137 static char *extractBytes(const UnicodeString &source, const char *codepage, int32_t &length)
172 char *bytes = extractBytes(testString, codepage, byteLength);
328 char *bytes = extractBytes(s, "UTF-8", byteLength);
367 char *beBytes = extractBytes(s, "UTF-16BE", beLength);
368 char *leBytes = extractBytes(s, "UTF-16LE", leLength);
428 char *bytes = extractBytes(s, "ISO-8859-1", byteLength);
495 char *bISO = extractBytes(sISO, "ISO-8859-1", lISO);
496 char *bWindows = extractBytes(sWindows, "windows-1252", lWindows);
636 char *bytes = extractBytes(s1, "IBM424", bLength);
637 char *bytes_r = extractBytes(s2, "IBM424", brLength);
726 char *bytes = extractBytes(s1, "IBM420", bLength);
727 char *bytes_r = extractBytes(s2, "IBM420", brLength);
828 char *bISO = extractBytes(sISO, "ISO-8859-1", lISO);
829 char *bWindows = extractBytes(sWindows, "windows-1252", lWindows);