Searched refs:cLength (Results 1 - 6 of 6) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFString.c2022 CFIndex cLength = range.length; local
2025 if (cLength > maxBufLen) cLength = maxBufLen;
2026 memmove(buffer, contents + __CFStrSkipAnyLengthByte(str) + range.location, cLength);
2028 if (usedBufLen) *usedBufLen = cLength;
2030 return cLength;
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dunistr.cpp1718 int32_t cLength = 0; local
1720 U16_APPEND(buffer, cLength, U16_MAX_LENGTH, c, isError);
1721 return !isError && str.doReplace(str.length(), 0, buffer, 0, cLength).isWritable();
/macosx-10.9.5/ICU-511.35/icuSources/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);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtstnorm.cpp1355 int32_t cLength=s.length(); local
1370 s.truncate(cLength);
H A Ducharstrietest.cpp839 int32_t cLength=U16_LENGTH(c); local
840 nextCp=expectedString.length()>cLength ? expectedString.char32At(cLength) : 0;
/macosx-10.9.5/ICU-511.35/icuSources/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';

Completed in 340 milliseconds