Searched refs:beBytes (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Ducsdetst.c170 char *beBytes = extractBytes(chars, cLength, "UTF-16BE", &beLength); local
177 ucsdet_setText(csd, beBytes, beLength, &status);
219 freeBytes(beBytes);
/external/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp367 char *beBytes = extractBytes(s, "UTF-16BE", beLength); local
374 ucsdet_setText(csd, beBytes, beLength, &status);
418 freeBytes(beBytes);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/
H A DTestCharsetDetector.java200 byte[] beBytes = source.getBytes("UnicodeBig");
205 det.setText(beBytes);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
H A DTestCharsetDetector.java196 byte[] beBytes = source.getBytes("UnicodeBig");
201 det.setText(beBytes);

Completed in 72 milliseconds