Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dtrie2test.c843 trie=utrie2_open(initialValue, errorValue, &errorCode); in makeTrieWithRanges()
1194 trie=utrie2_open(1, 0xbad, &errorCode); in FreeBlocksTest()
1247 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
419 context.trie=utrie2_open(other->initialValue, other->errorValue, pErrorCode); in utrie2_cloneAsThawed()
458 context.trie=utrie2_open(trie1->initialValue, errorValue, pErrorCode); in utrie2_fromUTrie()
Drbbisetb.cpp258 fTrie = utrie2_open(0, // Initial value for all code points. in buildTrie()
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/libandroidicu/include/unicode/
Durename.h1791 #define utrie2_open U_ICU_ENTRY_POINT_RENAME(utrie2_open) macro
/external/icu/icu4c/source/common/unicode/
Durename.h1791 #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()