Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dtrie2test.c845 trie=utrie2_open(initialValue, errorValue, &errorCode); in makeTrieWithRanges()
1196 trie=utrie2_open(1, 0xbad, &errorCode); in FreeBlocksTest()
1249 trie=utrie2_open(1, 0xbad, &errorCode); in GrowDataArrayTest()
/external/icu/icu4c/source/common/
Dutrie2_builder.cpp116 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode) { in utrie2_open() function
421 context.trie=utrie2_open(other->initialValue, other->errorValue, pErrorCode); in utrie2_cloneAsThawed()
460 context.trie=utrie2_open(trie1->initialValue, errorValue, pErrorCode); in utrie2_fromUTrie()
Dutrie2.h211 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode);
Dpropsvec.cpp521 toUTrie2->trie=utrie2_open(toUTrie2->initialValue, in upvec_compactToUTrie2Handler()
/external/icu/libicu/cts_headers/
Dutrie2.h211 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode);
/external/icu/libicu/cts_headers/unicode/
Durename.h1852 #define utrie2_open U_ICU_ENTRY_POINT_RENAME(utrie2_open) macro
/external/icu/icu4c/source/common/unicode/
Durename.h1852 #define utrie2_open U_ICU_ENTRY_POINT_RENAME(utrie2_open) macro
/external/icu/libandroidicu/include/unicode/
Durename.h1852 #define utrie2_open U_ICU_ENTRY_POINT_RENAME(utrie2_open) macro
/external/icu/libicu/ndk_headers/unicode/
Durename.h1852 #define utrie2_open U_ICU_ENTRY_POINT_RENAME(utrie2_open) macro
/external/icu/icu4c/source/i18n/
Dcollationdatabuilder.cpp313 trie = utrie2_open(Collation::FALLBACK_CE32, Collation::FFFD_CE32, &errorCode); in initForTailoring()