Home | History | Annotate | Download | only in intltest

Lines Matching refs:extractBytes

125 static char *extractBytes(const UnicodeString &source, const char *codepage, int32_t &length)
160 char *bytes = extractBytes(testString, codepage, byteLength);
277 char *bytes = extractBytes(s, "UTF-8", byteLength);
316 char *beBytes = extractBytes(s, "UTF-16BE", beLength);
317 char *leBytes = extractBytes(s, "UTF-16LE", leLength);
377 char *bytes = extractBytes(s, "ISO-8859-1", byteLength);
444 char *bISO = extractBytes(sISO, "ISO-8859-1", lISO);
445 char *bWindows = extractBytes(sWindows, "windows-1252", lWindows);
584 char *bytes = extractBytes(s1, "IBM424", bLength);
585 char *bytes_r = extractBytes(s2, "IBM424", brLength);
668 char *bytes = extractBytes(s1, "IBM420", bLength);
669 char *bytes_r = extractBytes(s2, "IBM420", brLength);