Home
last modified time | relevance | path

Searched refs:UTRIE2_COUNT_VALUE_BITS (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Dutrie2.cpp144 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits in utrie2_openFromSerialized()
253 if(valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits) { in utrie2_openDummy()
Dutrie_swap.cpp129 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits || in utrie2_swap()
Dutrie2.h79 UTRIE2_COUNT_VALUE_BITS enumerator
Dutrie2_builder.cpp1321 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits in utrie2_freeze()
/third_party/icu/icu4c/source/common/
Dutrie2.cpp144 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits in utrie2_openFromSerialized()
253 if(valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits) { in utrie2_openDummy()
Dutrie_swap.cpp129 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits || in utrie2_swap()
Dutrie2.h79 UTRIE2_COUNT_VALUE_BITS enumerator
Dutrie2_builder.cpp1321 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits in utrie2_freeze()
/third_party/skia/third_party/externals/icu/source/common/
Dutrie2.cpp144 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits in utrie2_openFromSerialized()
253 if(valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits) { in utrie2_openDummy()
Dutrie_swap.cpp129 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits || in utrie2_swap()
Dutrie2.h79 UTRIE2_COUNT_VALUE_BITS enumerator
Dutrie2_builder.cpp1321 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits in utrie2_freeze()
/third_party/icu/icu4c/source/test/cintltst/
Dtrie2test.c572 testTrieGetters(testName, trie, UTRIE2_COUNT_VALUE_BITS, checkRanges, countCheckRanges); in testNewTrie()