Searched refs:utrie2_set32 (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | trie2test.c | 536 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/i18n/ |
D | collationdatabuilder.cpp | 321 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/common/ |
D | utrie2_builder.cpp | 242 utrie2_set32(trie, i, initialValue, pErrorCode); in utrie2_open() 356 utrie2_set32(nt->trie, start, value, &nt->errorCode); in copyEnumRange() 676 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);
|
/external/icu/libandroidicu/include/unicode/ |
D | urename.h | 1795 #define utrie2_set32 U_ICU_ENTRY_POINT_RENAME(utrie2_set32) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 1795 #define utrie2_set32 U_ICU_ENTRY_POINT_RENAME(utrie2_set32) macro
|