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

  /external/icu4c/test/letest/
letsutil.cpp 37 le_int32 cLength = uString->extract(0, uLength, NULL, 0, US_INV);
38 char *cString = NEW_ARRAY(char, cLength + 1);
40 uString->extract(0, uLength, cString, cLength, US_INV);
41 cString[cLength] = '\0';
64 le_int32 cLength = uString->extract(0, uLength, NULL, 0, "UTF-8");
65 char *cString = NEW_ARRAY(char, cLength + 1);
67 uString->extract(0, uLength, cString, cLength, "UTF-8");
69 cString[cLength] = '\0';
  /external/icu4c/test/cintltst/
ucsdetst.c 169 int32_t beLength = 0, leLength = 0, cLength = ARRAY_SIZE(chars);
170 char *beBytes = extractBytes(chars, cLength, "UTF-16BE", &beLength);
171 char *leBytes = extractBytes(chars, cLength, "UTF-16LE", &leLength);
473 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse);
475 char *bytes = extractBytes(chars, cLength, "IBM424", &bLength);
551 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse);
553 char *bytes = extractBytes(chars, cLength, "IBM420", &bLength);
  /external/icu4c/test/intltest/
tstnorm.cpp     [all...]

Completed in 2874 milliseconds