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

/macosx-10.9.5/CF-855.17/
H A DCFUnicodeDecomposition.c118 } __CFUniCharDecomposeMappings; typedef in typeref:struct:__anon574
120 static uint32_t __CFUniCharGetMappedValue(const __CFUniCharDecomposeMappings *theTable, uint32_t numElem, UTF32Char character) {
121 const __CFUniCharDecomposeMappings *p, *q, *divider;
164 uint32_t value = __CFUniCharGetMappedValue((const __CFUniCharDecomposeMappings *)__CFUniCharDecompositionTable, __CFUniCharDecompositionTableLength, character);
324 uint32_t value = __CFUniCharGetMappedValue((const __CFUniCharDecomposeMappings *)__CFUniCharCompatibilityDecompositionTable, __CFUniCharCompatibilityDecompositionTableLength, character);

Completed in 276 milliseconds