Searched defs:cLength (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/icu/source/test/letest/
H A Dletsutil.cpp37 le_int32 cLength = uString->extract(0, uLength, NULL, 0, US_INV); local
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"); local
65 char *cString = NEW_ARRAY(char, cLength + 1);
67 uString->extract(0, uLength, cString, cLength, "UTF-8");
69 cString[cLength] = '\0';
/external/icu/icu4c/source/test/letest/
H A Dletsutil.cpp37 le_int32 cLength = uString->extract(0, uLength, NULL, 0, US_INV); local
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"); local
65 char *cString = NEW_ARRAY(char, cLength + 1);
67 uString->extract(0, uLength, cString, cLength, "UTF-8");
69 cString[cLength] = '\0';
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Ducsdetst.c169 int32_t beLength = 0, leLength = 0, cLength = ARRAY_SIZE(chars); local
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); local
475 char *bytes = extractBytes(chars, cLength, "IBM424", &bLength);
551 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse); local
553 char *bytes = extractBytes(chars, cLength, "IBM420", &bLength);
/external/icu/icu4c/source/test/cintltst/
H A Ducsdetst.c169 int32_t beLength = 0, leLength = 0, cLength = ARRAY_SIZE(chars); local
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); local
475 char *bytes = extractBytes(chars, cLength, "IBM424", &bLength);
551 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse); local
553 char *bytes = extractBytes(chars, cLength, "IBM420", &bLength);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ducharstrietest.cpp839 int32_t cLength=U16_LENGTH(c); local
840 nextCp=expectedString.length()>cLength ? expectedString.char32At(cLength) : 0;
H A Dtstnorm.cpp1355 int32_t cLength=s.length(); local
1370 s.truncate(cLength);
/external/icu/icu4c/source/test/intltest/
H A Ducharstrietest.cpp839 int32_t cLength=U16_LENGTH(c); local
840 nextCp=expectedString.length()>cLength ? expectedString.char32At(cLength) : 0;
H A Dtstnorm.cpp1355 int32_t cLength=s.length(); local
1370 s.truncate(cLength);
/external/icu/icu4c/source/i18n/
H A Dcollationdatabuilder.cpp544 int32_t cLength = U16_LENGTH(c); local
546 UBool hasContext = !prefix.isEmpty() || s.length() > cLength;
583 UnicodeString suffix(s, cLength);
/external/chromium_org/third_party/icu/source/common/
H A Dunistr.cpp1755 int32_t cLength = 0; local
1757 U16_APPEND(buffer, cLength, U16_MAX_LENGTH, c, isError);
1758 return !isError && str.doReplace(str.length(), 0, buffer, 0, cLength).isWritable();
/external/icu/icu4c/source/common/
H A Dunistr.cpp1755 int32_t cLength = 0; local
1757 U16_APPEND(buffer, cLength, U16_MAX_LENGTH, c, isError);
1758 return !isError && str.doReplace(str.length(), 0, buffer, 0, cLength).isWritable();

Completed in 2081 milliseconds