Home
last modified time | relevance | path

Searched refs:firstChar (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.140.41/bsd/vfs/
H A Dvfs_utfconv.c946 u_int16_t firstChar; in unicode_recursive_decompose() local
955 firstChar = value & 0x0FFF; in unicode_recursive_decompose()
956 theChar = firstChar; in unicode_recursive_decompose()
957 bmpMappings = (length == 1 ? &theChar : __CFUniCharMultipleDecompositionTable + firstChar); in unicode_recursive_decompose()