Searched refs:fastMax (Results 1 – 8 of 8) sorted by relevance
/third_party/icu/icu4c/source/common/unicode/ |
D | ucptrie.h | 616 #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/ |
D | ucptrie.h | 616 #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/ |
D | ucptrie.h | 635 #define _UCPTRIE_CP_INDEX(trie, fastMax, c) \ argument 636 ((uint32_t)(c) <= (uint32_t)(fastMax) ? \
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ucptrie.h | 616 #define _UCPTRIE_CP_INDEX(trie, fastMax, c) \ argument 617 ((uint32_t)(c) <= (uint32_t)(fastMax) ? \
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucptrie.cpp | 239 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/ |
D | ucptrie.cpp | 239 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/ |
D | ucptrie.cpp | 239 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/ |
D | ucptrie.cpp | 239 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()
|