Home
last modified time | relevance | path

Searched refs:use8BitsTrie (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Drbbi.cpp754 bool use8BitsTrie = ucptrie_getValueWidth(fData->fTrie) == UCPTRIE_VALUE_BITS_8; in handleNext() local
756 if (use8BitsTrie) { in handleNext()
762 if (use8BitsTrie) { in handleNext()
772 bool use8BitsTrie = ucptrie_getValueWidth(fData->fTrie) == UCPTRIE_VALUE_BITS_8; in handleSafePrevious() local
774 if (use8BitsTrie) { in handleSafePrevious()
780 if (use8BitsTrie) { in handleSafePrevious()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp4771 bool use8BitsTrie = ucptrie_getValueWidth(trie) == UCPTRIE_VALUE_BITS_8; in TestReverse() local
4772 uint32_t dictBit = use8BitsTrie ? 0x0080 : 0x4000; in TestReverse()