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

/macosx-10.9.5/CF-855.17/
H A DCFUniChar.c1275 CF_PRIVATE uint32_t CFUniCharGetUnicodeProperty(UTF32Char character, uint32_t propertyType) { function
H A DCFUniChar.h192 CF_EXPORT uint32_t CFUniCharGetUnicodeProperty(UTF32Char character, uint32_t propertyType);
H A DCFUnicodePrecomposition.c184 currentClass = (currentChar > 0xFFFF ? CFUniCharGetUnicodeProperty(currentChar, kCFUniCharCombiningProperty) : CFUniCharGetCombiningPropertyForCharacter(currentChar, __CFUniCharCombiningClassForBMP));

Completed in 159 milliseconds