Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/vfs/
H A Dvfs_unicode_data.h166 kNFTrieMidMask = 0x0F, enumerator
H A Dvfs_unicode.c903 … = nfTrieMid[trieValue & kNextIndexValueMask][(u32charLookup >> kNFTrieMidShift) & kNFTrieMidMask]; in normalizeOptCaseFoldU32Char()
1086 … = nfTrieMid[trieValue & kNextIndexValueMask][(u32charLookup >> kNFTrieMidShift) & kNFTrieMidMask]; in getCombClassU32Char()
1094 trieValue = nfTrieLo[trieValue & kNextIndexValueMask][u32charLookup & kNFTrieMidMask]; in getCombClassU32Char()