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

/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_utfconv.c893 const u_int16_t *bmpMappings; local
902 bmpMappings = (length == 1 ? &theChar : __CFUniCharMultipleDecompositionTable + firstChar);
906 usedLength = unicode_recursive_decompose((u_int16_t)*bmpMappings, convertedChars);
911 ++bmpMappings;
918 *(convertedChars++) = *(bmpMappings++);
/macosx-10.9.5/libiconv-41/libiconv/lib/
H A Dutf8mac.h1437 const u_int16_t *bmpMappings; local
1446 bmpMappings = (length == 1 ? &theChar : __CFUniCharMultipleDecompositionTable + firstChar);
1450 usedLength = unicode_recursive_decompose((u_int16_t)*bmpMappings, convertedChars);
1455 ++bmpMappings;
1462 *(convertedChars++) = *(bmpMappings++);

Completed in 111 milliseconds