Home
last modified time | relevance | path

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

/third_party/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()
/third_party/icu/icu4c/source/test/intltest/
Dcsdetest.cpp616 int32_t bLength = 0, brLength = 0; in IBM424Test() local
622 char *bytes_r = extractBytes(s2, "IBM424", brLength); in IBM424Test()
648 ucsdet_setText(csd, bytes_r, brLength, &status); in IBM424Test()
706 int32_t bLength = 0, brLength = 0; in IBM420Test() local
712 char *bytes_r = extractBytes(s2, "IBM420", brLength); in IBM420Test()
738 ucsdet_setText(csd, bytes_r, brLength, &status); in IBM420Test()