Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dutrie2_builder.cpp109 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode) { in utrie2_open() function
382 context.trie=utrie2_open(other->initialValue, other->errorValue, pErrorCode); in utrie2_cloneAsThawed()
421 context.trie=utrie2_open(trie1->initialValue, errorValue, pErrorCode); in utrie2_fromUTrie()
Drbbisetb.cpp253 fTrie = utrie2_open(0, // Initial value for all code points. in build()
Dutrie2.h212 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode);
Dpropsvec.cpp521 toUTrie2->trie=utrie2_open(toUTrie2->initialValue, in upvec_compactToUTrie2Handler()
Dnormalizer2impl.cpp2369 trie(utrie2_open(0, 0, &errorCode)), in CanonIterData()
/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/tools/gennorm2/
Dnorms.cpp70 normTrie=utrie2_open(0, 0, &errorCode); in Norms()
Dn2builder.cpp585 norm16Trie=utrie2_open(Normalizer2Impl::INERT, Normalizer2Impl::INERT, errorCode); in processData()
/external/icu/icu4c/source/common/unicode/
Durename.h1749 #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()