Lines Matching full:trieindex
840 #define _UTRIE2_INDEX_RAW(offset, trieIndex, c) \
841 (((int32_t)((trieIndex)[(offset)+((c)>>UTRIE2_SHIFT_2)]) \
846 #define _UTRIE2_INDEX_FROM_U16_SINGLE_LEAD(trieIndex, c) _UTRIE2_INDEX_RAW(0, trieIndex, c)
849 #define _UTRIE2_INDEX_FROM_LSCP(trieIndex, c) \
850 trieIndex, c)
853 #define _UTRIE2_INDEX_FROM_BMP(trieIndex, c) \
855 trieIndex, c)
858 #define _UTRIE2_INDEX_FROM_SUPP(trieIndex, c) \
859 (((int32_t)((trieIndex)[ \
860 (trieIndex)[(UTRIE2_INDEX_1_OFFSET-UTRIE2_OMITTED_BMP_INDEX_1_LENGTH)+ \