Home
last modified time | relevance | path

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

/external/icu4c/common/
Dutrie2.cpp139 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits in utrie2_openFromSerialized()
245 if(valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits) { in utrie2_openDummy()
431 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits || in utrie2_swap()
Dutrie2.h74 UTRIE2_COUNT_VALUE_BITS enumerator
Dutrie2_builder.c1266 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits in utrie2_freeze()
/external/icu4c/test/cintltst/
Dtrie2test.c537 testTrieGetters(testName, trie, UTRIE2_COUNT_VALUE_BITS, checkRanges, countCheckRanges); in testNewTrie()