Home
last modified time | relevance | path

Searched refs:beLength (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Ducsdetst.c170 int32_t beLength = 0, leLength = 0, cLength = UPRV_LENGTHOF(chars); in TestUTF16() local
171 char *beBytes = extractBytes(chars, cLength, "UTF-16BE", &beLength); in TestUTF16()
178 ucsdet_setText(csd, beBytes, beLength, &status); in TestUTF16()
/third_party/icu/icu4c/source/test/intltest/
Dcsdetest.cpp362 int32_t beLength = 0, leLength = 0; in UTF16Test() local
363 std::unique_ptr<char []>beBytes(extractBytes(s, "UTF-16BE", beLength)); in UTF16Test()
370 ucsdet_setText(csd.getAlias(), beBytes.get(), beLength, &status); in UTF16Test()