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

  /external/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/icu/source/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);
  /external/icu4c/test/intltest/
csdetest.cpp 591 int32_t bLength = 0, brLength = 0;
597 char *bytes_r = extractBytes(s2, "IBM424", brLength);
619 ucsdet_setText(csd, bytes_r, brLength, &status);
675 int32_t bLength = 0, brLength = 0;
681 char *bytes_r = extractBytes(s2, "IBM420", brLength);
703 ucsdet_setText(csd, bytes_r, brLength, &status);

Completed in 75 milliseconds