/third_party/icu/tools/unicode/c/genuca/ |
D | collationbasedatabuilder.cpp | 126 utrie2_set32(trie, c, Collation::UNASSIGNED_CE32, &errorCode); in init() 129 utrie2_set32(trie, 0xfffe, Collation::MERGE_SEPARATOR_CE32, &errorCode); in init() 153 utrie2_set32(trie, 0xfffd, ce32, &errorCode); in init() 158 utrie2_set32(trie, 0xffff, ce32, &errorCode); in init()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | trie2test.c | 539 utrie2_set32(trie, 1, 234, &errorCode); in testFrozenTrie() 771 utrie2_set32(trie, 0xa1, 789, &errorCode); in testTrieSerialize() 773 utrie2_set32(trie, 0xa1, value, &errorCode); in testTrieSerialize() 871 utrie2_set32(trie, start, value, &errorCode); in makeTrieWithRanges() 1261 utrie2_set32(trie, i, 2, &errorCode); in GrowDataArrayTest() 1264 utrie2_set32(trie, i, 3, &errorCode); in GrowDataArrayTest() 1267 utrie2_set32(trie, i, 4, &errorCode); in GrowDataArrayTest() 1270 utrie2_set32(trie, i, 5, &errorCode); in GrowDataArrayTest()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationdatabuilder.cpp | 327 utrie2_set32(trie, c, Collation::FALLBACK_CE32, &errorCode); in initForTailoring() 393 utrie2_set32(trie, start, Collation::makeLongPrimaryCE32(primary), &errorCode); in setPrimaryRangeAndReturnNext() 566 utrie2_set32(trie, c, oldCE32, &errorCode); in addCE32() 573 utrie2_set32(trie, c, ce32, &errorCode); in addCE32() 587 utrie2_set32(trie, c, contextCE32, &errorCode); in addCE32() 1060 utrie2_set32(trie, c, ce32, &errorCode); in optimize() 1077 utrie2_set32(trie, c, ce32, &errorCode); in suppressContractions() 1084 utrie2_set32(trie, c, ce32, &errorCode); in suppressContractions() 1176 utrie2_set32(trie, c, ce32, &errorCode); in setDigitTags() 1290 utrie2_set32(trie, 0, Collation::makeCE32FromTagAndIndex(Collation::U0000_TAG, 0), &errorCode); in buildMappings() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationdatabuilder.cpp | 346 utrie2_set32(trie, c, Collation::FALLBACK_CE32, &errorCode); in initForTailoring() 413 utrie2_set32(trie, start, Collation::makeLongPrimaryCE32(primary), &errorCode); in setPrimaryRangeAndReturnNext() 677 utrie2_set32(trie, c, oldCE32, &errorCode); in addCE32() 684 utrie2_set32(trie, c, ce32, &errorCode); in addCE32() 698 utrie2_set32(trie, c, contextCE32, &errorCode); in addCE32() 1174 utrie2_set32(trie, c, ce32, &errorCode); in optimize() 1191 utrie2_set32(trie, c, ce32, &errorCode); in suppressContractions() 1198 utrie2_set32(trie, c, ce32, &errorCode); in suppressContractions() 1290 utrie2_set32(trie, c, ce32, &errorCode); in setDigitTags() 1405 … utrie2_set32(trie, 0, Collation::makeCE32FromTagAndIndex(Collation::U0000_TAG, 0), &errorCode); in buildMappings() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | collationdatabuilder.cpp | 346 utrie2_set32(trie, c, Collation::FALLBACK_CE32, &errorCode); in initForTailoring() 413 utrie2_set32(trie, start, Collation::makeLongPrimaryCE32(primary), &errorCode); in setPrimaryRangeAndReturnNext() 677 utrie2_set32(trie, c, oldCE32, &errorCode); in addCE32() 684 utrie2_set32(trie, c, ce32, &errorCode); in addCE32() 698 utrie2_set32(trie, c, contextCE32, &errorCode); in addCE32() 1174 utrie2_set32(trie, c, ce32, &errorCode); in optimize() 1191 utrie2_set32(trie, c, ce32, &errorCode); in suppressContractions() 1198 utrie2_set32(trie, c, ce32, &errorCode); in suppressContractions() 1290 utrie2_set32(trie, c, ce32, &errorCode); in setDigitTags() 1405 … utrie2_set32(trie, 0, Collation::makeCE32FromTagAndIndex(Collation::U0000_TAG, 0), &errorCode); in buildMappings() [all …]
|
/third_party/icu/tools/unicode/c/genprops/ |
D | casepropsbuilder.cpp | 704 utrie2_set32(pTrie, src, value, &errorCode); in addClosureMapping() 1104 utrie2_set32(pTrie, c, value, &errorCode); in makeExceptions() 1143 utrie2_set32(pTrie, c, value|UCASE_SENSITIVE, &errorCode); in build()
|
D | corepropsbuilder.cpp | 574 utrie2_set32(pTrie, start, value, &errorCode); in setGcAndNumeric()
|
/third_party/node/deps/icu-small/source/common/ |
D | utrie2_builder.cpp | 242 utrie2_set32(trie, i, initialValue, pErrorCode); in utrie2_open() 358 utrie2_set32(nt->trie, start, value, &nt->errorCode); in copyEnumRange() 678 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode) { in utrie2_set32() function
|
D | utrie2.h | 254 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode);
|
/third_party/icu/icu4c/source/common/ |
D | utrie2_builder.cpp | 242 utrie2_set32(trie, i, initialValue, pErrorCode); in utrie2_open() 358 utrie2_set32(nt->trie, start, value, &nt->errorCode); in copyEnumRange() 678 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode) { in utrie2_set32() function
|
D | utrie2.h | 254 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode);
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | utrie2_builder.cpp | 242 utrie2_set32(trie, i, initialValue, pErrorCode); in utrie2_open() 358 utrie2_set32(nt->trie, start, value, &nt->errorCode); in copyEnumRange() 678 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode) { in utrie2_set32() function
|
D | utrie2.h | 254 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode);
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | urename.h | 1871 #define utrie2_set32 U_ICU_ENTRY_POINT_RENAME(utrie2_set32) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | urename.h | 1960 #define utrie2_set32 U_ICU_ENTRY_POINT_RENAME(utrie2_set32) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | urename.h | 1892 #define utrie2_set32 U_ICU_ENTRY_POINT_RENAME(utrie2_set32) macro
|