Searched refs:use8BitsTrie (Results 1 – 2 of 2) sorted by relevance
754 bool use8BitsTrie = ucptrie_getValueWidth(fData->fTrie) == UCPTRIE_VALUE_BITS_8; in handleNext() local756 if (use8BitsTrie) { in handleNext()762 if (use8BitsTrie) { in handleNext()772 bool use8BitsTrie = ucptrie_getValueWidth(fData->fTrie) == UCPTRIE_VALUE_BITS_8; in handleSafePrevious() local774 if (use8BitsTrie) { in handleSafePrevious()780 if (use8BitsTrie) { in handleSafePrevious()
4771 bool use8BitsTrie = ucptrie_getValueWidth(trie) == UCPTRIE_VALUE_BITS_8; in TestReverse() local4772 uint32_t dictBit = use8BitsTrie ? 0x0080 : 0x4000; in TestReverse()