Searched refs:ucptrie_getValueWidth (Results 1 – 20 of 20) sorted by relevance
241 ucptrie_getValueWidth(const UCPTrie *trie);
801 #define ucptrie_getValueWidth U_ICU_ENTRY_POINT_RENAME(ucptrie_getValueWidth) macro
260 ucptrie_getValueWidth(const UCPTrie *trie);
778 #define ucptrie_getValueWidth U_ICU_ENTRY_POINT_RENAME(ucptrie_getValueWidth) macro
795 #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()
4772 bool use8BitsTrie = ucptrie_getValueWidth(trie) == UCPTRIE_VALUE_BITS_8; in TestReverse()4937 assertEquals(WHERE, expectedTrieWidth, ucptrie_getValueWidth(bi.fData->fTrie)); in testTrieStateTable()4999 assertEquals(WHERE, UCPTRIE_VALUE_BITS_8, ucptrie_getValueWidth(bi->fData->fTrie)); in Test8BitsTrieWith16BitStateTable()5078 bool has8BitsTrie = ucptrie_getValueWidth(bi.fData->fTrie) == UCPTRIE_VALUE_BITS_8; in TestTable_8_16_Bits()