Searched refs:firstChar (Results 1 – 1 of 1) sorted by relevance
946 u_int16_t firstChar; in unicode_recursive_decompose() local955 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()