Searched refs:utrie2_open (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | trie2test.c | 843 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/ |
D | utrie2_builder.cpp | 116 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()
|
D | rbbisetb.cpp | 258 fTrie = utrie2_open(0, // Initial value for all code points. in buildTrie()
|
D | utrie2.h | 211 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode);
|
D | propsvec.cpp | 521 toUTrie2->trie=utrie2_open(toUTrie2->initialValue, in upvec_compactToUTrie2Handler()
|
/external/icu/libandroidicu/include/unicode/ |
D | urename.h | 1791 #define utrie2_open U_ICU_ENTRY_POINT_RENAME(utrie2_open) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 1791 #define utrie2_open U_ICU_ENTRY_POINT_RENAME(utrie2_open) macro
|
/external/icu/icu4c/source/i18n/ |
D | collationdatabuilder.cpp | 313 trie = utrie2_open(Collation::FALLBACK_CE32, Collation::FFFD_CE32, &errorCode); in initForTailoring()
|