Home
last modified time | relevance | path

Searched refs:UTRIE2_32_VALUE_BITS (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Dutrie_swap.cpp142 case UTRIE2_32_VALUE_BITS: in utrie2_swap()
169 case UTRIE2_32_VALUE_BITS: in utrie2_swap()
Dutrie2.cpp221 case UTRIE2_32_VALUE_BITS: in utrie2_openFromSerialized()
349 case UTRIE2_32_VALUE_BITS: in utrie2_openDummy()
Dutrie2_builder.cpp481 trie1->data32!=nullptr ? UTRIE2_32_VALUE_BITS : UTRIE2_16_VALUE_BITS, in utrie2_fromUTrie()
1330 trie->data16!=nullptr ? UTRIE2_16_VALUE_BITS : UTRIE2_32_VALUE_BITS; in utrie2_freeze()
1458 case UTRIE2_32_VALUE_BITS: in utrie2_freeze()
Dutrie2.h77 UTRIE2_32_VALUE_BITS, enumerator
/third_party/icu/icu4c/source/common/
Dutrie_swap.cpp142 case UTRIE2_32_VALUE_BITS: in utrie2_swap()
169 case UTRIE2_32_VALUE_BITS: in utrie2_swap()
Dutrie2.cpp221 case UTRIE2_32_VALUE_BITS: in utrie2_openFromSerialized()
349 case UTRIE2_32_VALUE_BITS: in utrie2_openDummy()
Dutrie2_builder.cpp481 trie1->data32!=NULL ? UTRIE2_32_VALUE_BITS : UTRIE2_16_VALUE_BITS, in utrie2_fromUTrie()
1330 trie->data16!=NULL ? UTRIE2_16_VALUE_BITS : UTRIE2_32_VALUE_BITS; in utrie2_freeze()
1458 case UTRIE2_32_VALUE_BITS: in utrie2_freeze()
Dutrie2.h77 UTRIE2_32_VALUE_BITS, enumerator
/third_party/skia/third_party/externals/icu/source/common/
Dutrie_swap.cpp142 case UTRIE2_32_VALUE_BITS: in utrie2_swap()
169 case UTRIE2_32_VALUE_BITS: in utrie2_swap()
Dutrie2.cpp221 case UTRIE2_32_VALUE_BITS: in utrie2_openFromSerialized()
349 case UTRIE2_32_VALUE_BITS: in utrie2_openDummy()
Dutrie2_builder.cpp481 trie1->data32!=NULL ? UTRIE2_32_VALUE_BITS : UTRIE2_16_VALUE_BITS, in utrie2_fromUTrie()
1330 trie->data16!=NULL ? UTRIE2_16_VALUE_BITS : UTRIE2_32_VALUE_BITS; in utrie2_freeze()
1458 case UTRIE2_32_VALUE_BITS: in utrie2_freeze()
Dutrie2.h77 UTRIE2_32_VALUE_BITS, enumerator
/third_party/icu/icu4c/source/test/cintltst/
Dtrie2test.c614 … otherValueBits= valueBits==UTRIE2_16_VALUE_BITS ? UTRIE2_32_VALUE_BITS : UTRIE2_16_VALUE_BITS; in testTrieSerialize()
825 UTRIE2_32_VALUE_BITS, withClone, in testTrieSerializeAllValueBits()
1175 dummyTest(UTRIE2_32_VALUE_BITS); in DummyTrieTest()
1405 testFrozenTrie(name, trie2, UTRIE2_32_VALUE_BITS, checkRanges, countCheckRanges); in testTrie2FromTrie1()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationdatareader.cpp171 UTRIE2_32_VALUE_BITS, inBytes + offset, length, NULL, in read()
Dcollationdatabuilder.cpp1292 utrie2_freeze(trie, UTRIE2_32_VALUE_BITS, &errorCode); in buildMappings()
/third_party/icu/icu4c/source/i18n/
Dcollationdatareader.cpp171 UTRIE2_32_VALUE_BITS, inBytes + offset, length, NULL, in read()
Dcollationdatabuilder.cpp1408 utrie2_freeze(trie, UTRIE2_32_VALUE_BITS, &errorCode); in buildMappings()
/third_party/node/deps/icu-small/source/i18n/
Dcollationdatareader.cpp171 UTRIE2_32_VALUE_BITS, inBytes + offset, length, nullptr, in read()
Dcollationdatabuilder.cpp1408 utrie2_freeze(trie, UTRIE2_32_VALUE_BITS, &errorCode); in buildMappings()