Searched refs:UMutableCPTrie (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | umutablecptrie.h | 49 typedef struct UMutableCPTrie UMutableCPTrie; typedef 64 U_CAPI UMutableCPTrie * U_EXPORT2 76 U_CAPI UMutableCPTrie * U_EXPORT2 77 umutablecptrie_clone(const UMutableCPTrie *other, UErrorCode *pErrorCode); 86 umutablecptrie_close(UMutableCPTrie *trie); 101 U_DEFINE_LOCAL_OPEN_POINTER(LocalUMutableCPTriePointer, UMutableCPTrie, umutablecptrie_close); 116 U_CAPI UMutableCPTrie * U_EXPORT2 128 U_CAPI UMutableCPTrie * U_EXPORT2 140 umutablecptrie_get(const UMutableCPTrie *trie, UChar32 c); 172 umutablecptrie_getRange(const UMutableCPTrie *trie, UChar32 start, [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucptrietest.c | 109 testTrieGetRanges(const char *testName, const UCPTrie *trie, const UMutableCPTrie *mutableTrie, in testTrieGetRanges() 342 testBuilderGetters(const char *testName, const UMutableCPTrie *mutableTrie, in testBuilderGetters() 701 testBuilder(const char *testName, const UMutableCPTrie *mutableTrie, in testBuilder() 711 testTrieSerialize(const char *testName, UMutableCPTrie *mutableTrie, in testTrieSerialize() 859 UMutableCPTrie *mutable2 = umutablecptrie_fromUCPTrie(trie, &errorCode); in testTrieSerialize() 883 static UMutableCPTrie * 885 UMutableCPTrie *mutableTrie, UBool withClone, in testTrieSerializeAllValueWidth() 929 static UMutableCPTrie * 933 UMutableCPTrie *mutableTrie; in makeTrieWithRanges() 953 UMutableCPTrie *clone = umutablecptrie_clone(mutableTrie, &errorCode); in makeTrieWithRanges() [all …]
|
/external/icu/icu4c/source/tools/gennorm2/ |
D | n2builder.h | 98 void writeNorm16(UMutableCPTrie *norm16Trie, UChar32 start, UChar32 end, Norm &norm); 99 void setHangulData(UMutableCPTrie *norm16Trie);
|
D | n2builder.cpp | 411 Norm16Writer(UMutableCPTrie *trie, Norms &n, Normalizer2DataBuilder &b) : in Norm16Writer() 417 UMutableCPTrie *norm16Trie; 425 void Normalizer2DataBuilder::writeNorm16(UMutableCPTrie *norm16Trie, UChar32 start, UChar32 end, No… in writeNorm16() 508 void Normalizer2DataBuilder::setHangulData(UMutableCPTrie *norm16Trie) { in setHangulData() 626 UMutableCPTrie *norm16Trie = umutablecptrie_open( in processData()
|
D | norms.h | 191 UMutableCPTrie *normTrie;
|
/external/icu/icu4c/source/common/ |
D | umutablecptrie.cpp | 1734 U_CAPI UMutableCPTrie * U_EXPORT2 1744 return reinterpret_cast<UMutableCPTrie *>(trie.orphan()); in umutablecptrie_open() 1747 U_CAPI UMutableCPTrie * U_EXPORT2 1748 umutablecptrie_clone(const UMutableCPTrie *other, UErrorCode *pErrorCode) { in umutablecptrie_clone() 1760 return reinterpret_cast<UMutableCPTrie *>(clone.orphan()); in umutablecptrie_clone() 1764 umutablecptrie_close(UMutableCPTrie *trie) { in umutablecptrie_close() 1768 U_CAPI UMutableCPTrie * U_EXPORT2 1777 return reinterpret_cast<UMutableCPTrie *>(MutableCodePointTrie::fromUCPMap(map, *pErrorCode)); in umutablecptrie_fromUCPMap() 1780 U_CAPI UMutableCPTrie * U_EXPORT2 1789 return reinterpret_cast<UMutableCPTrie *>(MutableCodePointTrie::fromUCPTrie(trie, *pErrorCode)); in umutablecptrie_fromUCPTrie() [all …]
|
D | utrie2_impl.h | 147 UMutableCPTrie *t3;
|
D | ucptrie_impl.h | 146 U_CFUNC void umutablecptrie_setName(UMutableCPTrie *builder, const char *name);
|
D | normalizer2impl.cpp | 421 UMutableCPTrie *mutableTrie;
|