Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dunicode.h111 size_t strA_len,
234 size_t strA_len,
/xnu-8020.101.4/bsd/vfs/
H A Dvfs_unicode.c184 size_t strA_len, in utf8_normalizeOptCaseFoldAndCompare() argument
190 const char *strALimit = strA + strA_len; in utf8_normalizeOptCaseFoldAndCompare()
478 size_t strA_len, in utf8_normalizeOptCaseFoldAndMatchSubstring() argument
509 if (ustrB_len > 2 * strA_len) { in utf8_normalizeOptCaseFoldAndMatchSubstring()
518 const char *strALimit = strA + strA_len; in utf8_normalizeOptCaseFoldAndMatchSubstring()