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

/macosx-10.9.5/CF-855.17/
H A DCFString.c1282 Boolean stringSupportsEightBitCFRepresentation = encoding != kCFStringEncodingUnicode && __CFCanUseEightBitCFStringForBytes((const uint8_t *)bytes, numBytes, encoding); local
1290 if ((encoding == kCFStringEncodingUnicode && possiblyExternalFormat) || (encoding != kCFStringEncodingUnicode && ! stringSupportsEightBitCFRepresentation)) {
1306 stringSupportsEightBitCFRepresentation = vBuf.isASCII;
1385 stringSupportsEightBitCFRepresentation = true; // We're ASCII now!
1398 Boolean stringSupportsROM = stringSupportsEightBitCFRepresentation;

Completed in 206 milliseconds