Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dutrie2.cpp145 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits in utrie2_openFromSerialized()
251 if(valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits) { in utrie2_openDummy()
466 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits || in utrie2_swap()
Dutrie2.h77 UTRIE2_COUNT_VALUE_BITS enumerator
Dutrie2_builder.cpp1266 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits in utrie2_freeze()
/external/icu/icu4c/source/test/cintltst/
Dtrie2test.c537 testTrieGetters(testName, trie, UTRIE2_COUNT_VALUE_BITS, checkRanges, countCheckRanges); in testNewTrie()