Searched refs:__CFUniCharIsDecomposableCharacterWithFlag (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFUnicodeDecomposition.c107 CF_INLINE bool __CFUniCharIsDecomposableCharacterWithFlag(UTF32Char character, bool isHFSPlus) { function
280 if (__CFUniCharIsDecomposableCharacterWithFlag(currentChar, isHFSPlus)) { // Vietnamese accent, etc.
292 if (__CFUniCharIsDecomposableCharacterWithFlag(currentChar, isHFSPlus)) {
334 if (__CFUniCharIsDecomposableCharacterWithFlag(currentChar, false)) {

Completed in 102 milliseconds