Home
last modified time | relevance | path

Searched refs:UTRIE_MAX_DATA_LENGTH (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/common/
Dutrie.h105 #define UTRIE_MAX_DATA_LENGTH (0x10000<<UTRIE_INDEX_SHIFT) macro
Dutrie.cpp784 …duceTo16Bits ? (trie->dataLength+trie->indexLength) : trie->dataLength) >= UTRIE_MAX_DATA_LENGTH) { in utrie_serialize()
/third_party/node/deps/icu-small/source/common/
Dutrie.h105 #define UTRIE_MAX_DATA_LENGTH (0x10000<<UTRIE_INDEX_SHIFT) macro
Dutrie.cpp784 …duceTo16Bits ? (trie->dataLength+trie->indexLength) : trie->dataLength) >= UTRIE_MAX_DATA_LENGTH) { in utrie_serialize()
/third_party/skia/third_party/externals/icu/source/common/
Dutrie.h105 #define UTRIE_MAX_DATA_LENGTH (0x10000<<UTRIE_INDEX_SHIFT) macro
Dutrie.cpp784 …duceTo16Bits ? (trie->dataLength+trie->indexLength) : trie->dataLength) >= UTRIE_MAX_DATA_LENGTH) { in utrie_serialize()