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

/macosx-10.9.5/CF-855.17/
H A DCFString.c3913 CFIndex otherLength = CFStringGetLength(otherString); local
3914 CFStringGetCharacters(otherString, CFRangeMake(0, otherLength), (UniChar *)bufPtr);
3915 bufPtr += otherLength * sizeof(UniChar);

Completed in 119 milliseconds