Home
last modified time | relevance | path

Searched refs:UCPTrieType (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Ducptrie.h120 enum UCPTrieType { enum
139 typedef enum UCPTrieType UCPTrieType; typedef
206 ucptrie_openFromBinary(UCPTrieType type, UCPTrieValueWidth valueWidth,
228 U_CAPI UCPTrieType U_EXPORT2
Dumutablecptrie.h217 umutablecptrie_buildImmutable(UMutableCPTrie *trie, UCPTrieType type, UCPTrieValueWidth valueWidth,
/external/icu/libandroidicu/include/unicode/
Ducptrie.h120 enum UCPTrieType { enum
139 typedef enum UCPTrieType UCPTrieType; typedef
206 ucptrie_openFromBinary(UCPTrieType type, UCPTrieValueWidth valueWidth,
228 U_CAPI UCPTrieType U_EXPORT2
Dumutablecptrie.h217 umutablecptrie_buildImmutable(UMutableCPTrie *trie, UCPTrieType type, UCPTrieValueWidth valueWidth,
/external/icu/libicu/cts_headers/unicode/
Ducptrie.h120 enum UCPTrieType { enum
139 typedef enum UCPTrieType UCPTrieType; typedef
206 ucptrie_openFromBinary(UCPTrieType type, UCPTrieValueWidth valueWidth,
228 U_CAPI UCPTrieType U_EXPORT2
Dumutablecptrie.h217 umutablecptrie_buildImmutable(UMutableCPTrie *trie, UCPTrieType type, UCPTrieValueWidth valueWidth,
/external/icu/icu4c/source/common/
Ducptrie.cpp22 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()
Dutrie_swap.cpp212 UCPTrieType type = (UCPTrieType)((trie.options >> 6) & 3); in ucptrie_swap()
Dcharacterproperties.cpp330 UCPTrieType type; in makeMap()
Dumutablecptrie.cpp89 UCPTrie *build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &errorCode);
1576 UCPTrie *MutableCodePointTrie::build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &er… in build()
1840 umutablecptrie_buildImmutable(UMutableCPTrie *trie, UCPTrieType type, UCPTrieValueWidth valueWidth, in umutablecptrie_buildImmutable()
/external/icu/icu4c/source/test/cintltst/
Ducptrietest.c186 UCPTrieType type, UCPTrieValueWidth valueWidth, in testTrieGetters()
691 UCPTrieType type, UCPTrieValueWidth valueWidth, in testTrie()
713 UCPTrieType type, UCPTrieValueWidth valueWidth, UBool withSwap, in testTrieSerialize()