Home | History | Annotate | Download | only in intltest

Lines Matching refs:extractBytes

137 static char *extractBytes(const UnicodeString &source, const char *codepage, int32_t &length)
172 char *bytes = extractBytes(testString, codepage, byteLength);
289 char *bytes = extractBytes(s, "UTF-8", byteLength);
328 char *beBytes = extractBytes(s, "UTF-16BE", beLength);
329 char *leBytes = extractBytes(s, "UTF-16LE", leLength);
389 char *bytes = extractBytes(s, "ISO-8859-1", byteLength);
456 char *bISO = extractBytes(sISO, "ISO-8859-1", lISO);
457 char *bWindows = extractBytes(sWindows, "windows-1252", lWindows);
596 char *bytes = extractBytes(s1, "IBM424", bLength);
597 char *bytes_r = extractBytes(s2, "IBM424", brLength);
680 char *bytes = extractBytes(s1, "IBM420", bLength);
681 char *bytes_r = extractBytes(s2, "IBM420", brLength);
777 char *bISO = extractBytes(sISO, "ISO-8859-1", lISO);
778 char *bWindows = extractBytes(sWindows, "windows-1252", lWindows);