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

/macosx-10.9.5/CF-855.17/
H A DCFUnicodeDecomposition.h49 CF_EXPORT bool CFUniCharDecompose(const UTF16Char *src, CFIndex length, CFIndex *consumedLength, void *dst, CFIndex maxLength, CFIndex *filledLength, bool needToReorder, uint32_t dstFormat, bool isHFSPlus);
H A DCFUnicodeDecomposition.c224 bool CFUniCharDecompose(const UTF16Char *src, CFIndex length, CFIndex *consumedLength, void *dst, CFIndex maxLength, CFIndex *filledLength, bool needToReorder, uint32_t dstFormat, bool isHFSPlus) { argument
269 if (needToReorder && __CFUniCharIsNonBaseCharacter(currentChar)) {
299 if (!needToReorder || (decompBufferLen == 1)) {
H A DCFString.c4773 bool needToReorder = true; local
4791 needToReorder = false;
4828 if ((needToReorder || (theForm & kCFStringNormalizationFormC)) && ((contents < limit) || (mappedLength == 0))) {
4897 if (needToReorder && mappedLength > 1) CFUniCharPrioritySort(mappedCharacters, mappedLength);

Completed in 88 milliseconds