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

/macosx-10.9.5/CF-855.17/
H A DCFBuiltinConverters.c691 static const UniChar NSToPrecompUnicodeTable[128] = { variable
824 return ((*character = (byte < 0x80 ? (UniChar)byte : NSToPrecompUnicodeTable[byte - 0x80])) != 0xFFFD);

Completed in 146 milliseconds