Searched refs:fastMax (Results 1 – 4 of 4) sorted by relevance
616 #define _UCPTRIE_CP_INDEX(trie, fastMax, c) \ argument617 ((uint32_t)(c) <= (uint32_t)(fastMax) ? \
239 UChar32 fastMax = trie->type == UCPTRIE_TYPE_FAST ? 0xffff : UCPTRIE_SMALL_MAX; in ucptrie_get() local240 dataIndex = _UCPTRIE_CP_INDEX(trie, fastMax, c); in ucptrie_get()