Searched refs:beLength (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ucsdetst.c | 170 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()
|
/external/icu/icu4c/source/test/intltest/ |
D | csdetest.cpp | 366 int32_t beLength = 0, leLength = 0; in UTF16Test() local 367 char *beBytes = extractBytes(s, "UTF-16BE", beLength); in UTF16Test() 374 ucsdet_setText(csd, beBytes, beLength, &status); in UTF16Test()
|