Searched refs:beBytes (Results 1 - 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
H A D | ucsdetst.c | 170 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 D | csdetest.cpp | 367 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 D | TestCharsetDetector.java | 200 byte[] beBytes = source.getBytes("UnicodeBig"); 205 det.setText(beBytes);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/ |
H A D | TestCharsetDetector.java | 196 byte[] beBytes = source.getBytes("UnicodeBig"); 201 det.setText(beBytes);
|
Completed in 149 milliseconds