Home
last modified time | relevance | path

Searched refs:umutablecptrie_open (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dumutablecptrie.h65 umutablecptrie_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode);
Durename.h1136 #define umutablecptrie_open U_ICU_ENTRY_POINT_RENAME(umutablecptrie_open) macro
/external/icu/icu4c/source/test/cintltst/
Ducptrietest.c943 mutableTrie = umutablecptrie_open(initialValue, errorValue, &errorCode); in makeTrieWithRanges()
1189 mutableTrie=umutablecptrie_open(1, 0xad, &errorCode); in FreeBlocksTest()
1238 mutableTrie=umutablecptrie_open(1, 0xad, &errorCode); in GrowDataArrayTest()
1282 mutableTrie = umutablecptrie_open(0xff33, 0xad, &errorCode); in ManyAllSameBlocksTest()
1320 mutableTrie = umutablecptrie_open(0xff33, 0xad, &errorCode); in MuchDataTest()
1535 UMutableCPTrie *mutableTrie = umutablecptrie_open(0, 0xad, &errorCode); in ShortAllSameBlocksTest()
/external/icu/icu4c/source/tools/gennorm2/
Dnorms.cpp70 normTrie = umutablecptrie_open(0, 0, &errorCode); in Norms()
Dn2builder.cpp626 UMutableCPTrie *norm16Trie = umutablecptrie_open( in processData()
/external/icu/icu4c/source/common/
Dcharacterproperties.cpp302 umutablecptrie_open(nullValue, nullValue, &errorCode)); in makeMap()
Dutrie2_builder.cpp148 newTrie->t3=umutablecptrie_open(initialValue, errorValue, pErrorCode); in utrie2_open()
Dumutablecptrie.cpp1735 umutablecptrie_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode) { in umutablecptrie_open() function
Dnormalizer2impl.cpp2338 mutableTrie(umutablecptrie_open(0, 0, &errorCode)), trie(nullptr), in CanonIterData()
/external/icu/libandroidicu/include/unicode/
Durename.h1136 #define umutablecptrie_open U_ICU_ENTRY_POINT_RENAME(umutablecptrie_open) macro