Home
last modified time | relevance | path

Searched refs:ustr (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/bsd/sys/
H A Dunicode.h151 int32_t *ustr,
189 char *ustr,
/xnu-8020.101.4/bsd/vfs/
H A Dvfs_unicode.c316 int32_t *ustr, in utf8_normalizeOptCaseFold() argument
321 int32_t *ustrCur = ustr; in utf8_normalizeOptCaseFold()
322 const int32_t *ustrLimit = ustr + ustr_size; in utf8_normalizeOptCaseFold()
363 …*ustr_len = (uint32_t)(ustrCur - ustr); // XXXpjr: the explicit (uint32_t) cast wasn't present in … in utf8_normalizeOptCaseFold()
393 char *ustr, in utf8_normalizeOptCaseFoldToUTF8() argument
398 char *ustrCur = ustr; in utf8_normalizeOptCaseFoldToUTF8()
399 const char *ustrLimit = ustr + ustr_size; in utf8_normalizeOptCaseFoldToUTF8()
444 *ustr_len = ustrCur - ustr; in utf8_normalizeOptCaseFoldToUTF8()