Home
last modified time | relevance | path

Searched refs:utrie2_set32 (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcollationdatabuilder.cpp321 utrie2_set32(trie, c, Collation::FALLBACK_CE32, &errorCode); in initForTailoring()
387 utrie2_set32(trie, start, Collation::makeLongPrimaryCE32(primary), &errorCode); in setPrimaryRangeAndReturnNext()
560 utrie2_set32(trie, c, oldCE32, &errorCode); in addCE32()
567 utrie2_set32(trie, c, ce32, &errorCode); in addCE32()
581 utrie2_set32(trie, c, contextCE32, &errorCode); in addCE32()
1055 utrie2_set32(trie, c, ce32, &errorCode); in optimize()
1072 utrie2_set32(trie, c, ce32, &errorCode); in suppressContractions()
1079 utrie2_set32(trie, c, ce32, &errorCode); in suppressContractions()
1171 utrie2_set32(trie, c, ce32, &errorCode); in setDigitTags()
1285 utrie2_set32(trie, 0, Collation::makeCE32FromTagAndIndex(Collation::U0000_TAG, 0), &errorCode); in buildMappings()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dtrie2test.c536 utrie2_set32(trie, 1, 234, &errorCode); in testFrozenTrie()
768 utrie2_set32(trie, 0xa1, 789, &errorCode); in testTrieSerialize()
770 utrie2_set32(trie, 0xa1, value, &errorCode); in testTrieSerialize()
868 utrie2_set32(trie, start, value, &errorCode); in makeTrieWithRanges()
1258 utrie2_set32(trie, i, 2, &errorCode); in GrowDataArrayTest()
1261 utrie2_set32(trie, i, 3, &errorCode); in GrowDataArrayTest()
1264 utrie2_set32(trie, i, 4, &errorCode); in GrowDataArrayTest()
1267 utrie2_set32(trie, i, 5, &errorCode); in GrowDataArrayTest()
/external/icu/icu4c/source/common/
Dutrie2_builder.cpp229 utrie2_set32(trie, i, initialValue, pErrorCode); in utrie2_open()
335 utrie2_set32(nt->trie, start, value, &nt->errorCode); in copyEnumRange()
636 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode) { in utrie2_set32() function
Dutrie2.h255 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode);
Dnormalizer2impl.cpp2381 utrie2_set32(trie, decompLead, canonValue|origin, &errorCode); in addToStartSet()
2393 utrie2_set32(trie, decompLead, canonValue, &errorCode); in addToStartSet()
2515 utrie2_set32(newData.trie, c2, c2Value|CANON_NOT_SEGMENT_STARTER, in makeCanonIterDataFromNorm16()
2527 utrie2_set32(newData.trie, c, newValue, &errorCode); in makeCanonIterDataFromNorm16()
/external/icu/icu4c/source/tools/gennorm2/
Dnorms.cpp122 utrie2_set32(normTrie, c, (uint32_t)(p-norms), errorCode); in createNorm()
Dn2builder.cpp548 utrie2_set32(norm16Trie, Hangul::HANGUL_BASE, lv, errorCode); in setHangulData()
553 utrie2_set32(norm16Trie, c, lv, errorCode); in setHangulData()
/external/icu/icu4c/source/common/unicode/
Durename.h1753 #define utrie2_set32 U_ICU_ENTRY_POINT_RENAME(utrie2_set32) macro