Searched refs:unormstart (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.141.1/bsd/vfs/ |
| H A D | vfs_unicode.c | 95 int32_t unormstart = 0; in utf8_normalizeOptCaseFoldAndHash() local 138 unorm, unormcc, &unormlen, &unormstart, buf, bufcc, &buflen, &needReorder, &start); in utf8_normalizeOptCaseFoldAndHash() 329 int32_t unormstart = 0; in utf8_normalizeOptCaseFold() local 343 unorm, unormcc, &unormlen, &unormstart, buf, bufcc, &buflen, &needReorder, &start); in utf8_normalizeOptCaseFold() 385 int32_t unormstart = 0; in utf8_normalizeOptCaseFoldToUTF8_internal() local 399 unorm, unormcc, &unormlen, &unormstart, buf, bufcc, &buflen, &needReorder, &start); in utf8_normalizeOptCaseFoldToUTF8_internal()
|