Searched refs:UCPTrieValueWidth (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucptrie.cpp | 22 ucptrie_openFromBinary(UCPTrieType type, UCPTrieValueWidth valueWidth, in ucptrie_openFromBinary() 58 UCPTrieValueWidth actualValueWidth = (UCPTrieValueWidth)valueWidthInt; in ucptrie_openFromBinary() 155 U_CAPI UCPTrieValueWidth U_EXPORT2 157 return (UCPTrieValueWidth)trie->valueWidth; in ucptrie_getValueWidth() 216 inline uint32_t getValue(UCPTrieData data, UCPTrieValueWidth valueWidth, int32_t dataIndex) { in getValue() 242 return getValue(trie->data, (UCPTrieValueWidth)trie->valueWidth, dataIndex); in ucptrie_get() 265 UCPTrieValueWidth valueWidth = (UCPTrieValueWidth)trie->valueWidth; in getRange() 478 UCPTrieValueWidth valueWidth = (UCPTrieValueWidth)trie->valueWidth; in ucptrie_toBinary()
|
D | utrie_swap.cpp | 190 UCPTrieValueWidth valueWidth; in ucptrie_swap() 213 valueWidth = (UCPTrieValueWidth)(trie.options & UCPTRIE_OPTIONS_VALUE_BITS_MASK); in ucptrie_swap()
|
D | characterproperties.cpp | 334 UCPTrieValueWidth valueWidth; in makeMap()
|
D | umutablecptrie.cpp | 84 UCPTrie *build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &errorCode); 1571 UCPTrie *MutableCodePointTrie::build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &er… in build() 1835 umutablecptrie_buildImmutable(UMutableCPTrie *trie, UCPTrieType type, UCPTrieValueWidth valueWidth, in umutablecptrie_buildImmutable()
|
D | utrie2_builder.cpp | 1475 newTrie->t3, UCPTRIE_TYPE_FAST, (UCPTrieValueWidth)valueBits, pErrorCode)); in utrie2_freeze()
|
/external/icu/icu4c/source/common/unicode/ |
D | ucptrie.h | 150 enum UCPTrieValueWidth { enum 176 typedef enum UCPTrieValueWidth UCPTrieValueWidth; typedef 206 ucptrie_openFromBinary(UCPTrieType type, UCPTrieValueWidth valueWidth, 259 U_CAPI UCPTrieValueWidth U_EXPORT2
|
D | umutablecptrie.h | 235 umutablecptrie_buildImmutable(UMutableCPTrie *trie, UCPTrieType type, UCPTrieValueWidth valueWidth,
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucptrietest.c | 185 UCPTrieType type, UCPTrieValueWidth valueWidth, in testTrieGetters() 386 const UCPTrie *trie, UCPTrieValueWidth valueWidth, in testTrieUTF16() 488 const UCPTrie *trie, UCPTrieValueWidth valueWidth, in testTrieUTF8() 690 UCPTrieType type, UCPTrieValueWidth valueWidth, in testTrie() 712 UCPTrieType type, UCPTrieValueWidth valueWidth, UBool withSwap, in testTrieSerialize()
|