Searched defs:brLength (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Ducsdetst.c473 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse); local
476 char *bytes_r = extractBytes(chars_reverse, crLength, "IBM424", &brLength);
495 ucsdet_setText(csd, bytes_r, brLength, &status);
551 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse); local
554 char *bytes_r = extractBytes(chars_reverse, crLength, "IBM420", &brLength);
573 ucsdet_setText(csd, bytes_r, brLength, &status);
/external/icu/icu4c/source/test/cintltst/
H A Ducsdetst.c473 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse); local
476 char *bytes_r = extractBytes(chars_reverse, crLength, "IBM424", &brLength);
495 ucsdet_setText(csd, bytes_r, brLength, &status);
551 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse); local
554 char *bytes_r = extractBytes(chars_reverse, crLength, "IBM420", &brLength);
573 ucsdet_setText(csd, bytes_r, brLength, &status);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcsdetest.cpp630 int32_t bLength = 0, brLength = 0; local
636 char *bytes_r = extractBytes(s2, "IBM424", brLength);
662 ucsdet_setText(csd, bytes_r, brLength, &status);
718 int32_t bLength = 0, brLength = 0; local
724 char *bytes_r = extractBytes(s2, "IBM420", brLength);
750 ucsdet_setText(csd, bytes_r, brLength, &status);
/external/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp630 int32_t bLength = 0, brLength = 0; local
636 char *bytes_r = extractBytes(s2, "IBM424", brLength);
662 ucsdet_setText(csd, bytes_r, brLength, &status);
718 int32_t bLength = 0, brLength = 0; local
724 char *bytes_r = extractBytes(s2, "IBM420", brLength);
750 ucsdet_setText(csd, bytes_r, brLength, &status);

Completed in 155 milliseconds