HomeSort by relevance Sort by last modified time
    Searched refs:brLength (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/cintltst/
ucsdetst.c 473 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse);
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);
554 char *bytes_r = extractBytes(chars_reverse, crLength, "IBM420", &brLength);
573 ucsdet_setText(csd, bytes_r, brLength, &status);
  /external/icu4c/test/intltest/
csdetest.cpp 579 int32_t bLength = 0, brLength = 0;
585 char *bytes_r = extractBytes(s2, "IBM424", brLength);
607 ucsdet_setText(csd, bytes_r, brLength, &status);
663 int32_t bLength = 0, brLength = 0;
669 char *bytes_r = extractBytes(s2, "IBM420", brLength);
691 ucsdet_setText(csd, bytes_r, brLength, &status);

Completed in 925 milliseconds