Searched refs:strLength (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dutext.cpp2498 int32_t strLength=(int32_t)ut->a; local
2499 if (strLength >= 0) {
2500 limit32 = pinIndex(limit, strLength);
2506 if (strLength<0 && s[si]==0) {
2512 strLength = si;
2520 if (strLength>=0) {
2534 ((si<strLength || strLength<0) && U16_IS_TRAIL(s[si])))
2543 ut->chunkOffset = uprv_min(strLength, start32 + destCapacity);
/macosx-10.9.5/CF-855.17/
H A DCFString.c4123 CFIndex strLength, idx; local
4131 strLength = __CFStrLength(str);
4133 __CFStringChangeSize(str, CFRangeMake(strLength, 0), appendedLength, true);
4134 memmove((UniChar *)__CFStrContents(str) + strLength, chars, appendedLength * sizeof(UniChar));
4139 __CFStringChangeSize(str, CFRangeMake(strLength, 0), appendedLength, !isASCII);
4141 memmove((UniChar *)__CFStrContents(str) + strLength, chars, appendedLength * sizeof(UniChar));
4143 contents = (uint8_t *)__CFStrContents(str) + strLength + __CFStrSkipAnyLengthByte(str);
4196 CFIndex strLength; local
4198 strLength = __CFStrLength(str);
4200 __CFStringChangeSize(str, CFRangeMake(strLength,
[all...]
H A DCFURL.c967 CFIndex strLength = CFStringGetLength(originalString); local
968 CFIndex maxBufferSize = CFStringGetMaximumSizeForEncoding(strLength, kCFStringEncodingUTF8);
984 charsConverted = CFStringGetBytes(originalString, CFRangeMake(0, strLength), kCFStringEncodingUTF8, 0, false, escapedBuf, maxBufferSize, &usedBufLen);
3890 CFIndex strLength = CFStringGetLength(str) - (fileURLPrefixLength - 1); local
3891 if ( strLength != 0 ) {
3892 CFIndex maxBufLength = strLength * 3;
3895 if ( strLength <= PATH_MAX ) {
3903 charsConverted = CFStringGetBytes(str, CFRangeMake(fileURLPrefixLength - 1, strLength), kCFStringEncodingUTF8, 0, false, escapedBuf, maxBufLength, &usedBufLen);
/macosx-10.9.5/iodbc-42.5/iodbc/iodbc/
H A Dconnect.c233 SQLINTEGER strLength = 0; local
266 strLength = SQL_NTS;
285 (pdbc->dhdbc, fOption, ptr, strLength));
310 (pdbc->dhdbc, fOption, vParam, strLength));
316 (pdbc->dhdbc, fOption, vParam, strLength));
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcmsccoll.c6790 int32_t strLength; local
6836 strLength = uset_getItem(tailoredSet, i, &start, &end, str, 500, &status);
6837 if(strLength < 2){
6849 ucol_getSortKey(viescoll, str, strLength, sk1, 500);
6850 ucol_getSortKey(importviescoll, str, strLength, sk2, 500);
6891 int32_t strLength; local
6941 strLength = uset_getItem(tailoredSet, i, &start, &end, str, 500, &status);
6942 if(strLength < 2){
6954 ucol_getSortKey(videcoll, str, strLength, sk1, 500);
6955 ucol_getSortKey(importvidecoll, str, strLength, sk
[all...]
H A Dcreststn.c657 int32_t strLength = 0; local
662 str = tres_getString(resB,-1,"Sequence",&strLength,&status);
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DTextIterator.cpp510 int strLength = str.length(); local
512 int runEnd = min(strLength, end);

Completed in 338 milliseconds