Searched refs:ucptrie_getValueWidth (Results 1 – 12 of 12) sorted by relevance
241 ucptrie_getValueWidth(const UCPTrie *trie);
794 #define ucptrie_getValueWidth U_ICU_ENTRY_POINT_RENAME(ucptrie_getValueWidth) macro
754 bool use8BitsTrie = ucptrie_getValueWidth(fData->fTrie) == UCPTRIE_VALUE_BITS_8; in handleNext()772 bool use8BitsTrie = ucptrie_getValueWidth(fData->fTrie) == UCPTRIE_VALUE_BITS_8; in handleSafePrevious()
123 UCPTrieValueWidth width = ucptrie_getValueWidth(fTrie); in init()
156 ucptrie_getValueWidth(const UCPTrie *trie) { in ucptrie_getValueWidth() function
822 if(valueWidth != ucptrie_getValueWidth(trie)) { in testTrieSerialize()843 if (valueWidth != ucptrie_getValueWidth(any)) { in testTrieSerialize()
4771 bool use8BitsTrie = ucptrie_getValueWidth(trie) == UCPTRIE_VALUE_BITS_8; in TestReverse()4936 assertEquals(WHERE, expectedTrieWidth, ucptrie_getValueWidth(bi.fData->fTrie)); in testTrieStateTable()4998 assertEquals(WHERE, UCPTRIE_VALUE_BITS_8, ucptrie_getValueWidth(bi->fData->fTrie)); in Test8BitsTrieWith16BitStateTable()5077 bool has8BitsTrie = ucptrie_getValueWidth(bi.fData->fTrie) == UCPTRIE_VALUE_BITS_8; in TestTable_8_16_Bits()