Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/unicode/
Ducptrie.h616 #define _UCPTRIE_CP_INDEX(trie, fastMax, c) \ argument
617 ((uint32_t)(c) <= (uint32_t)(fastMax) ? \
/third_party/skia/third_party/externals/icu/source/common/unicode/
Ducptrie.h616 #define _UCPTRIE_CP_INDEX(trie, fastMax, c) \ argument
617 ((uint32_t)(c) <= (uint32_t)(fastMax) ? \
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Ducptrie.h635 #define _UCPTRIE_CP_INDEX(trie, fastMax, c) \ argument
636 ((uint32_t)(c) <= (uint32_t)(fastMax) ? \
/third_party/node/deps/icu-small/source/common/unicode/
Ducptrie.h616 #define _UCPTRIE_CP_INDEX(trie, fastMax, c) \ argument
617 ((uint32_t)(c) <= (uint32_t)(fastMax) ? \
/third_party/skia/third_party/externals/icu/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()
/third_party/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()
/third_party/node/deps/icu-small/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()
/third_party/flutter/skia/third_party/externals/icu/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()