Home
last modified time | relevance | path

Searched refs:trie1 (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Dutrie2_builder.cpp449 utrie2_fromUTrie(const UTrie *trie1, uint32_t errorValue, UErrorCode *pErrorCode) { in utrie2_fromUTrie() argument
456 if(trie1==nullptr) { in utrie2_fromUTrie()
460 context.trie=utrie2_open(trie1->initialValue, errorValue, pErrorCode); in utrie2_fromUTrie()
466 utrie_enum(trie1, nullptr, copyEnumRange, &context); in utrie2_fromUTrie()
470 if(trie1->data32==nullptr) { in utrie2_fromUTrie()
471 value=UTRIE_GET16_FROM_LEAD(trie1, lead); in utrie2_fromUTrie()
473 value=UTRIE_GET32_FROM_LEAD(trie1, lead); in utrie2_fromUTrie()
475 if(value!=trie1->initialValue) { in utrie2_fromUTrie()
481 trie1->data32!=nullptr ? UTRIE2_32_VALUE_BITS : UTRIE2_16_VALUE_BITS, in utrie2_fromUTrie()
486 utrie_printLengths(trie1); in utrie2_fromUTrie()
Dutrie2.h343 utrie2_fromUTrie(const UTrie *trie1, uint32_t errorValue, UErrorCode *pErrorCode);
/third_party/icu/icu4c/source/common/
Dutrie2_builder.cpp449 utrie2_fromUTrie(const UTrie *trie1, uint32_t errorValue, UErrorCode *pErrorCode) { in utrie2_fromUTrie() argument
456 if(trie1==NULL) { in utrie2_fromUTrie()
460 context.trie=utrie2_open(trie1->initialValue, errorValue, pErrorCode); in utrie2_fromUTrie()
466 utrie_enum(trie1, NULL, copyEnumRange, &context); in utrie2_fromUTrie()
470 if(trie1->data32==NULL) { in utrie2_fromUTrie()
471 value=UTRIE_GET16_FROM_LEAD(trie1, lead); in utrie2_fromUTrie()
473 value=UTRIE_GET32_FROM_LEAD(trie1, lead); in utrie2_fromUTrie()
475 if(value!=trie1->initialValue) { in utrie2_fromUTrie()
481 trie1->data32!=NULL ? UTRIE2_32_VALUE_BITS : UTRIE2_16_VALUE_BITS, in utrie2_fromUTrie()
486 utrie_printLengths(trie1); in utrie2_fromUTrie()
Dutrie2.h343 utrie2_fromUTrie(const UTrie *trie1, uint32_t errorValue, UErrorCode *pErrorCode);
/third_party/skia/third_party/externals/icu/source/common/
Dutrie2_builder.cpp449 utrie2_fromUTrie(const UTrie *trie1, uint32_t errorValue, UErrorCode *pErrorCode) { in utrie2_fromUTrie() argument
456 if(trie1==NULL) { in utrie2_fromUTrie()
460 context.trie=utrie2_open(trie1->initialValue, errorValue, pErrorCode); in utrie2_fromUTrie()
466 utrie_enum(trie1, NULL, copyEnumRange, &context); in utrie2_fromUTrie()
470 if(trie1->data32==NULL) { in utrie2_fromUTrie()
471 value=UTRIE_GET16_FROM_LEAD(trie1, lead); in utrie2_fromUTrie()
473 value=UTRIE_GET32_FROM_LEAD(trie1, lead); in utrie2_fromUTrie()
475 if(value!=trie1->initialValue) { in utrie2_fromUTrie()
481 trie1->data32!=NULL ? UTRIE2_32_VALUE_BITS : UTRIE2_16_VALUE_BITS, in utrie2_fromUTrie()
486 utrie_printLengths(trie1); in utrie2_fromUTrie()
Dutrie2.h343 utrie2_fromUTrie(const UTrie *trie1, uint32_t errorValue, UErrorCode *pErrorCode);