Searched refs:UCPTrieType (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | ucptrie.h | 120 enum UCPTrieType { enum 139 typedef enum UCPTrieType UCPTrieType; typedef 206 ucptrie_openFromBinary(UCPTrieType type, UCPTrieValueWidth valueWidth, 247 U_CAPI UCPTrieType U_EXPORT2
|
D | umutablecptrie.h | 235 umutablecptrie_buildImmutable(UMutableCPTrie *trie, UCPTrieType type, UCPTrieValueWidth valueWidth,
|
/external/icu/icu4c/source/common/ |
D | ucptrie.cpp | 22 ucptrie_openFromBinary(UCPTrieType type, UCPTrieValueWidth valueWidth, in ucptrie_openFromBinary() 57 UCPTrieType actualType = (UCPTrieType)typeInt; in ucptrie_openFromBinary() 150 U_CAPI UCPTrieType U_EXPORT2 152 return (UCPTrieType)trie->type; in ucptrie_getType() 477 UCPTrieType type = (UCPTrieType)trie->type; in ucptrie_toBinary()
|
D | utrie_swap.cpp | 212 UCPTrieType type = (UCPTrieType)((trie.options >> 6) & 3); in ucptrie_swap()
|
D | characterproperties.cpp | 328 UCPTrieType type; 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()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucptrietest.c | 185 UCPTrieType type, UCPTrieValueWidth valueWidth, in testTrieGetters() 690 UCPTrieType type, UCPTrieValueWidth valueWidth, in testTrie() 712 UCPTrieType type, UCPTrieValueWidth valueWidth, UBool withSwap, in testTrieSerialize()
|