Searched refs:otherString (Results 1 - 2 of 2) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFString.c3868 CFStringRef otherString; local
3883 otherString = (CFStringRef)CFArrayGetValueAtIndex(array, idx);
3884 numChars += CFStringGetLength(otherString);
3886 if (CF_IS_OBJC(__kCFStringTypeID, otherString) || ! __CFStrIsEightBit(otherString)) canBeEightbit = false;
3911 otherString = (CFStringRef )CFArrayGetValueAtIndex(array, idx);
3912 if (CF_IS_OBJC(__kCFStringTypeID, otherString)) {
3913 CFIndex otherLength = CFStringGetLength(otherString);
3914 CFStringGetCharacters(otherString, CFRangeMake(0, otherLength), (UniChar *)bufPtr);
3917 const uint8_t * otherContents = (const uint8_t *)__CFStrContents(otherString);
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dbytestriebuilder.cpp115 StringPiece otherString=other.getString(strings); local
116 int32_t lengthDiff=thisString.length()-otherString.length();
121 commonLength=otherString.length();
123 int32_t diff=uprv_memcmp(thisString.data(), otherString.data(), commonLength);

Completed in 104 milliseconds