Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Ducsdetst.c474 …int32_t bLength = 0, brLength = 0, cLength = UPRV_LENGTHOF(chars), crLength = UPRV_LENGTHOF(chars_… in TestIBM424() local
477 char *bytes_r = extractBytes(chars_reverse, crLength, "IBM424", &brLength); in TestIBM424()
496 ucsdet_setText(csd, bytes_r, brLength, &status); in TestIBM424()
552 …int32_t bLength = 0, brLength = 0, cLength = UPRV_LENGTHOF(chars), crLength = UPRV_LENGTHOF(chars_… in TestIBM420() local
555 char *bytes_r = extractBytes(chars_reverse, crLength, "IBM420", &brLength); in TestIBM420()
574 ucsdet_setText(csd, bytes_r, brLength, &status); in TestIBM420()
/external/icu/icu4c/source/test/intltest/
Dcsdetest.cpp631 int32_t bLength = 0, brLength = 0; in IBM424Test() local
637 char *bytes_r = extractBytes(s2, "IBM424", brLength); in IBM424Test()
663 ucsdet_setText(csd, bytes_r, brLength, &status); in IBM424Test()
721 int32_t bLength = 0, brLength = 0; in IBM420Test() local
727 char *bytes_r = extractBytes(s2, "IBM420", brLength); in IBM420Test()
753 ucsdet_setText(csd, bytes_r, brLength, &status); in IBM420Test()