Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
Ducsdetst.c172 char *beBytes = extractBytes(chars, cLength, "UTF-16BE", &beLength); in TestUTF16() local
179 ucsdet_setText(csd, beBytes, beLength, &status); in TestUTF16()
221 freeBytes(beBytes); in TestUTF16()
/third_party/icu/icu4c/source/test/intltest/
Dcsdetest.cpp367 std::unique_ptr<char []>beBytes(extractBytes(s, "UTF-16BE", beLength)); in UTF16Test() local
374 ucsdet_setText(csd.getAlias(), beBytes.get(), beLength, &status); in UTF16Test()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
DTestCharsetDetector.java190 byte[] beBytes = source.getBytes("UnicodeBig"); in TestUTF16()
195 det.setText(beBytes); in TestUTF16()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/
DTestCharsetDetector.java193 byte[] beBytes = source.getBytes("UnicodeBig"); in TestUTF16()
198 det.setText(beBytes); in TestUTF16()