Searched refs:needReorder (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/bsd/vfs/ |
| H A D | vfs_unicode.c | 134 bool needReorder = false; in utf8_normalizeOptCaseFoldAndHash() local 138 unorm, unormcc, &unormlen, &unormstart, buf, bufcc, &buflen, &needReorder, &start); in utf8_normalizeOptCaseFoldAndHash() 148 if (needReorder) { in utf8_normalizeOptCaseFoldAndHash() 339 bool needReorder = false; in utf8_normalizeOptCaseFold() local 343 unorm, unormcc, &unormlen, &unormstart, buf, bufcc, &buflen, &needReorder, &start); in utf8_normalizeOptCaseFold() 349 if (needReorder) { in utf8_normalizeOptCaseFold() 395 bool needReorder = false; in utf8_normalizeOptCaseFoldToUTF8_internal() local 399 unorm, unormcc, &unormlen, &unormstart, buf, bufcc, &buflen, &needReorder, &start); in utf8_normalizeOptCaseFoldToUTF8_internal() 407 if (needReorder) { in utf8_normalizeOptCaseFoldToUTF8_internal()
|