Home
last modified time | relevance | path

Searched refs:UMutableCPTrie (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dumutablecptrie.h49 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/
Ducptrietest.c109 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/
Dn2builder.h98 void writeNorm16(UMutableCPTrie *norm16Trie, UChar32 start, UChar32 end, Norm &norm);
99 void setHangulData(UMutableCPTrie *norm16Trie);
Dn2builder.cpp411 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()
Dnorms.h191 UMutableCPTrie *normTrie;
/external/icu/icu4c/source/common/
Dumutablecptrie.cpp1734 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 …]
Dutrie2_impl.h147 UMutableCPTrie *t3;
Ducptrie_impl.h146 U_CFUNC void umutablecptrie_setName(UMutableCPTrie *builder, const char *name);
Dnormalizer2impl.cpp421 UMutableCPTrie *mutableTrie;