Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/vfs/
H A Dvfs_unicode.c923 if (u32charLookup >= kU32LowRangeLimit) { in normalizeOptCaseFoldU32Char()
924 u32charLookup -= (kU32HiRangeStart - kU32LowRangeLimit); in normalizeOptCaseFoldU32Char()
925 if (u32charLookup < kU32LowRangeLimit || u32charLookup >= (kU32LowRangeLimit + kU32HiRangeLen)) { in normalizeOptCaseFoldU32Char()
1118 if (u32charLookup >= kU32LowRangeLimit) { in getCombClassU32Char()
1119 u32charLookup -= (kU32HiRangeStart - kU32LowRangeLimit); in getCombClassU32Char()
H A Dvfs_unicode_data.h160 kU32LowRangeLimit = 0x32400, enumerator