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

/macosx-10.9.5/CF-855.17/
H A DCFString.c1410 CFStringRef romResult = NULL; local
1418 if (sDisableStringROM == 0) romResult = _CFSearchStringROM(bytes + !! hasLengthByte, numBytes - !! hasLengthByte);
1421 if (romResult) {
1431 str = (CFMutableStringRef)romResult;
1434 if (! romResult) {

Completed in 296 milliseconds