Searched refs:brLength (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ucsdetst.c | 473 …int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_revers… in TestIBM424() local 476 char *bytes_r = extractBytes(chars_reverse, crLength, "IBM424", &brLength); in TestIBM424() 495 ucsdet_setText(csd, bytes_r, brLength, &status); in TestIBM424() 551 …int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_revers… in TestIBM420() local 554 char *bytes_r = extractBytes(chars_reverse, crLength, "IBM420", &brLength); in TestIBM420() 573 ucsdet_setText(csd, bytes_r, brLength, &status); in TestIBM420()
|
/external/icu/icu4c/source/test/intltest/ |
D | csdetest.cpp | 631 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()
|