Home
last modified time | relevance | path

Searched refs:ucptrie_getValueWidth (Results 1 – 20 of 20) sorted by relevance

/third_party/node/deps/icu-small/source/common/unicode/
Ducptrie.h241 ucptrie_getValueWidth(const UCPTrie *trie);
Durename.h801 #define ucptrie_getValueWidth U_ICU_ENTRY_POINT_RENAME(ucptrie_getValueWidth) macro
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Ducptrie.h260 ucptrie_getValueWidth(const UCPTrie *trie);
Durename.h778 #define ucptrie_getValueWidth U_ICU_ENTRY_POINT_RENAME(ucptrie_getValueWidth) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Ducptrie.h241 ucptrie_getValueWidth(const UCPTrie *trie);
Durename.h795 #define ucptrie_getValueWidth U_ICU_ENTRY_POINT_RENAME(ucptrie_getValueWidth) macro
/third_party/icu/icu4c/source/common/unicode/
Ducptrie.h241 ucptrie_getValueWidth(const UCPTrie *trie);
Durename.h795 #define ucptrie_getValueWidth U_ICU_ENTRY_POINT_RENAME(ucptrie_getValueWidth) macro
/third_party/icu/icu4c/source/common/
Drbbi.cpp754 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()
Drbbidata.cpp123 UCPTrieValueWidth width = ucptrie_getValueWidth(fTrie); in init()
Ducptrie.cpp156 ucptrie_getValueWidth(const UCPTrie *trie) { in ucptrie_getValueWidth() function
/third_party/node/deps/icu-small/source/common/
Drbbi.cpp754 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()
Drbbidata.cpp123 UCPTrieValueWidth width = ucptrie_getValueWidth(fTrie); in init()
Ducptrie.cpp156 ucptrie_getValueWidth(const UCPTrie *trie) { in ucptrie_getValueWidth() function
/third_party/skia/third_party/externals/icu/source/common/
Drbbi.cpp754 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()
Drbbidata.cpp123 UCPTrieValueWidth width = ucptrie_getValueWidth(fTrie); in init()
Ducptrie.cpp156 ucptrie_getValueWidth(const UCPTrie *trie) { in ucptrie_getValueWidth() function
/third_party/icu/icu4c/source/test/cintltst/
Ducptrietest.c822 if(valueWidth != ucptrie_getValueWidth(trie)) { in testTrieSerialize()
843 if (valueWidth != ucptrie_getValueWidth(any)) { in testTrieSerialize()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducptrie.cpp156 ucptrie_getValueWidth(const UCPTrie *trie) { in ucptrie_getValueWidth() function
/third_party/icu/icu4c/source/test/intltest/
Drbbitst.cpp4772 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()