Searched refs:unormlen (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/bsd/vfs/ |
| H A D | vfs_unicode.c | 94 int32_t unormlen = 0; in utf8_normalizeOptCaseFoldAndHash() local 138 unorm, unormcc, &unormlen, &unormstart, buf, bufcc, &buflen, &needReorder, &start); in utf8_normalizeOptCaseFoldAndHash() 155 } while (str < strLimit || unormlen > 0); in utf8_normalizeOptCaseFoldAndHash() 328 int32_t unormlen = 0; in utf8_normalizeOptCaseFold() local 343 unorm, unormcc, &unormlen, &unormstart, buf, bufcc, &buflen, &needReorder, &start); in utf8_normalizeOptCaseFold() 362 } while (str < strLimit || unormlen > 0); in utf8_normalizeOptCaseFold() 384 int32_t unormlen = 0; in utf8_normalizeOptCaseFoldToUTF8_internal() local 399 unorm, unormcc, &unormlen, &unormstart, buf, bufcc, &buflen, &needReorder, &start); in utf8_normalizeOptCaseFoldToUTF8_internal() 422 } while (str < strLimit || unormlen > 0); in utf8_normalizeOptCaseFoldToUTF8_internal()
|