Searched refs:UCPTRIE_SMALL_MAX (Results 1 - 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucptrie.h | 371 dataAccess(trie, _UCPTRIE_CP_INDEX(trie, UCPTRIE_SMALL_MAX, c)) 564 UCPTRIE_SMALL_MAX = 0xfff, enumerator
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucptrie.h | 371 dataAccess(trie, _UCPTRIE_CP_INDEX(trie, UCPTRIE_SMALL_MAX, c)) 564 UCPTRIE_SMALL_MAX = 0xfff, enumerator
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucptrie.h | 372 dataAccess(trie, _UCPTRIE_CP_INDEX(trie, UCPTRIE_SMALL_MAX, c)) 565 UCPTRIE_SMALL_MAX = 0xfff, enumerator
|
/third_party/icu/icu4c/source/common/ |
H A D | ucptrie.cpp | 239 UChar32 fastMax = trie->type == UCPTRIE_TYPE_FAST ? 0xffff : UCPTRIE_SMALL_MAX; in ucptrie_get() 290 if (c <= 0xffff && (trie->type == UCPTRIE_TYPE_FAST || c <= UCPTRIE_SMALL_MAX)) { in getRange()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucptrie.cpp | 239 UChar32 fastMax = trie->type == UCPTRIE_TYPE_FAST ? 0xffff : UCPTRIE_SMALL_MAX; in ucptrie_get() 290 if (c <= 0xffff && (trie->type == UCPTRIE_TYPE_FAST || c <= UCPTRIE_SMALL_MAX)) { in getRange()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucptrie.cpp | 239 UChar32 fastMax = trie->type == UCPTRIE_TYPE_FAST ? 0xffff : UCPTRIE_SMALL_MAX; in ucptrie_get() 290 if (c <= 0xffff && (trie->type == UCPTRIE_TYPE_FAST || c <= UCPTRIE_SMALL_MAX)) { in getRange()
|
Completed in 6 milliseconds