Searched refs:UTRIE2_32_VALUE_BITS (Results 1 – 19 of 19) sorted by relevance
/third_party/node/deps/icu-small/source/common/ |
D | utrie_swap.cpp | 142 case UTRIE2_32_VALUE_BITS: in utrie2_swap() 169 case UTRIE2_32_VALUE_BITS: in utrie2_swap()
|
D | utrie2.cpp | 221 case UTRIE2_32_VALUE_BITS: in utrie2_openFromSerialized() 349 case UTRIE2_32_VALUE_BITS: in utrie2_openDummy()
|
D | utrie2_builder.cpp | 481 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()
|
D | utrie2.h | 77 UTRIE2_32_VALUE_BITS, enumerator
|
/third_party/icu/icu4c/source/common/ |
D | utrie_swap.cpp | 142 case UTRIE2_32_VALUE_BITS: in utrie2_swap() 169 case UTRIE2_32_VALUE_BITS: in utrie2_swap()
|
D | utrie2.cpp | 221 case UTRIE2_32_VALUE_BITS: in utrie2_openFromSerialized() 349 case UTRIE2_32_VALUE_BITS: in utrie2_openDummy()
|
D | utrie2_builder.cpp | 481 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()
|
D | utrie2.h | 77 UTRIE2_32_VALUE_BITS, enumerator
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | utrie_swap.cpp | 142 case UTRIE2_32_VALUE_BITS: in utrie2_swap() 169 case UTRIE2_32_VALUE_BITS: in utrie2_swap()
|
D | utrie2.cpp | 221 case UTRIE2_32_VALUE_BITS: in utrie2_openFromSerialized() 349 case UTRIE2_32_VALUE_BITS: in utrie2_openDummy()
|
D | utrie2_builder.cpp | 481 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()
|
D | utrie2.h | 77 UTRIE2_32_VALUE_BITS, enumerator
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | trie2test.c | 614 … 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/ |
D | collationdatareader.cpp | 171 UTRIE2_32_VALUE_BITS, inBytes + offset, length, NULL, in read()
|
D | collationdatabuilder.cpp | 1292 utrie2_freeze(trie, UTRIE2_32_VALUE_BITS, &errorCode); in buildMappings()
|
/third_party/icu/icu4c/source/i18n/ |
D | collationdatareader.cpp | 171 UTRIE2_32_VALUE_BITS, inBytes + offset, length, NULL, in read()
|
D | collationdatabuilder.cpp | 1408 utrie2_freeze(trie, UTRIE2_32_VALUE_BITS, &errorCode); in buildMappings()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationdatareader.cpp | 171 UTRIE2_32_VALUE_BITS, inBytes + offset, length, nullptr, in read()
|
D | collationdatabuilder.cpp | 1408 utrie2_freeze(trie, UTRIE2_32_VALUE_BITS, &errorCode); in buildMappings()
|