Searched refs:fastMax (Results 1 – 2 of 2) sorted by relevance
635 #define _UCPTRIE_CP_INDEX(trie, fastMax, c) \ argument636 ((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()