Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/vfs/
H A Dvfs_unicode_data.h195kSimpleCaseFoldLimit = 0x0500, /* characters less than this mostly handled by simple casefold tabl… enumerator
H A Dvfs_unicode.c1072 if (u32NormFoldBuf[0] < kSimpleCaseFoldLimit) { in adjustCase()