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

/darwin-on-arm/xnu/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++);

Completed in 11 milliseconds