Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Ducptrie.h635 #define _UCPTRIE_CP_INDEX(trie, fastMax, c) \ argument
636 ((uint32_t)(c) <= (uint32_t)(fastMax) ? \
/external/icu/icu4c/source/common/
Ducptrie.cpp239 UChar32 fastMax = trie->type == UCPTRIE_TYPE_FAST ? 0xffff : UCPTRIE_SMALL_MAX; in ucptrie_get() local
240 dataIndex = _UCPTRIE_CP_INDEX(trie, fastMax, c); in ucptrie_get()