Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/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()
/third_party/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()
/third_party/icu/icu4c/source/test/cintltst/
Dtrie2test.c846 trie=utrie2_open(initialValue, errorValue, &errorCode); in makeTrieWithRanges()
1197 trie=utrie2_open(1, 0xbad, &errorCode); in FreeBlocksTest()
1250 trie=utrie2_open(1, 0xbad, &errorCode); in GrowDataArrayTest()
/third_party/skia/third_party/externals/icu/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()
/third_party/icu/tools/unicode/c/genprops/
Dbidipropsbuilder.cpp208 pTrie=utrie2_open(0, 0, &errorCode); in BiDiPropsBuilder()
Dcorepropsbuilder.cpp341 pTrie=utrie2_open(0, 0, &errorCode); in CorePropsBuilder()
Dcasepropsbuilder.cpp336 pTrie=utrie2_open(0, 0, &errorCode); in CasePropsBuilder()
/third_party/icu/tools/unicode/c/genuca/
Dcollationbasedatabuilder.cpp120 trie = utrie2_open(Collation::UNASSIGNED_CE32, Collation::FFFD_CE32, &errorCode); in init()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Durename.h1867 #define utrie2_open U_ICU_ENTRY_POINT_RENAME(utrie2_open) macro
/third_party/node/deps/icu-small/source/common/unicode/
Durename.h1956 #define utrie2_open U_ICU_ENTRY_POINT_RENAME(utrie2_open) macro
/third_party/icu/icu4c/source/common/unicode/
Durename.h1888 #define utrie2_open U_ICU_ENTRY_POINT_RENAME(utrie2_open) macro
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationdatabuilder.cpp319 trie = utrie2_open(Collation::FALLBACK_CE32, Collation::FFFD_CE32, &errorCode); in initForTailoring()
/third_party/node/deps/icu-small/source/i18n/
Dcollationdatabuilder.cpp337 …trie = utrie2_open(Collation::FALLBACK_CE32, icu4xMode ? Collation::FALLBACK_CE32 : Collation::FFF… in initForTailoring()
/third_party/icu/icu4c/source/i18n/
Dcollationdatabuilder.cpp337 …trie = utrie2_open(Collation::FALLBACK_CE32, icu4xMode ? Collation::FALLBACK_CE32 : Collation::FFF… in initForTailoring()