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

/macosx-10.9.5/CF-855.17/
H A DCFBuiltinConverters.c487 static const uint16_t cp1252_to_uni[32] = { variable
523 *character = (byte < 0x80 || byte > 0x9F ? (UniChar)byte : cp1252_to_uni[byte - 0x80]);

Completed in 84 milliseconds