Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/vfs/
H A Dvfs_unicode.c877 if (u32charLookup >= kU32LowRangeLimit) { in normalizeOptCaseFoldU32Char()
878 u32charLookup -= (kU32HiRangeStart - kU32LowRangeLimit); in normalizeOptCaseFoldU32Char()
879 if (u32charLookup < kU32LowRangeLimit || u32charLookup >= (kU32LowRangeLimit + kU32HiRangeLen)) { in normalizeOptCaseFoldU32Char()
1072 if (u32charLookup >= kU32LowRangeLimit) { in getCombClassU32Char()
1073 u32charLookup -= (kU32HiRangeStart - kU32LowRangeLimit); in getCombClassU32Char()
H A Dvfs_unicode_data.h160 kU32LowRangeLimit = 0x31400, enumerator