Home
last modified time | relevance | path

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

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