Searched refs:utrie2_set32 (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | trie2test.c | 502 utrie2_set32(trie, 1, 234, &errorCode); in testFrozenTrie() 734 utrie2_set32(trie, 0xa1, 789, &errorCode); in testTrieSerialize() 736 utrie2_set32(trie, 0xa1, value, &errorCode); in testTrieSerialize() 834 utrie2_set32(trie, start, value, &errorCode); in makeTrieWithRanges() 1224 utrie2_set32(trie, i, 2, &errorCode); in GrowDataArrayTest() 1227 utrie2_set32(trie, i, 3, &errorCode); in GrowDataArrayTest() 1230 utrie2_set32(trie, i, 4, &errorCode); in GrowDataArrayTest() 1233 utrie2_set32(trie, i, 5, &errorCode); in GrowDataArrayTest()
|
/external/icu/icu4c/source/i18n/ |
D | collationdatabuilder.cpp | 319 utrie2_set32(trie, c, Collation::FALLBACK_CE32, &errorCode); in initForTailoring() 385 utrie2_set32(trie, start, Collation::makeLongPrimaryCE32(primary), &errorCode); in setPrimaryRangeAndReturnNext() 558 utrie2_set32(trie, c, oldCE32, &errorCode); in addCE32() 565 utrie2_set32(trie, c, ce32, &errorCode); in addCE32() 579 utrie2_set32(trie, c, contextCE32, &errorCode); in addCE32() 1053 utrie2_set32(trie, c, ce32, &errorCode); in optimize() 1070 utrie2_set32(trie, c, ce32, &errorCode); in suppressContractions() 1077 utrie2_set32(trie, c, ce32, &errorCode); in suppressContractions() 1169 utrie2_set32(trie, c, ce32, &errorCode); in setDigitTags() 1283 utrie2_set32(trie, 0, Collation::makeCE32FromTagAndIndex(Collation::U0000_TAG, 0), &errorCode); in buildMappings() [all …]
|
D | uspoof_wsconf.cpp | 246 utrie2_set32(table, cp, setIndex, &status); in buildWSConfusableData() 304 utrie2_set32(bSet->trie, bSet->codePoint, bSet->rindex, &status); in buildWSConfusableData()
|
/external/icu/icu4c/source/common/ |
D | utrie2_builder.cpp | 227 utrie2_set32(trie, i, initialValue, pErrorCode); in utrie2_open() 333 utrie2_set32(nt->trie, start, value, &nt->errorCode); in copyEnumRange() 634 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode) { in utrie2_set32() function
|
D | normalizer2impl.cpp | 1822 utrie2_set32(trie, decompLead, canonValue|origin, &errorCode); in addToStartSet() 1834 utrie2_set32(trie, decompLead, canonValue, &errorCode); in addToStartSet() 1940 utrie2_set32(newData.trie, c2, c2Value|CANON_NOT_SEGMENT_STARTER, in makeCanonIterDataFromNorm16() 1952 utrie2_set32(newData.trie, c, newValue, &errorCode); in makeCanonIterDataFromNorm16()
|
D | utrie2.h | 250 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode);
|
/external/icu/icu4c/source/tools/gennorm2/ |
D | n2builder.cpp | 243 utrie2_set32(normTrie, c, (uint32_t)(p-norms), errorCode); in createNorm()
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 1728 #define utrie2_set32 U_ICU_ENTRY_POINT_RENAME(utrie2_set32) macro
|