Searched refs:utrie2_set32 (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | trie2test.c | 538 utrie2_set32(trie, 1, 234, &errorCode); in testFrozenTrie() 770 utrie2_set32(trie, 0xa1, 789, &errorCode); in testTrieSerialize() 772 utrie2_set32(trie, 0xa1, value, &errorCode); in testTrieSerialize() 870 utrie2_set32(trie, start, value, &errorCode); in makeTrieWithRanges() 1260 utrie2_set32(trie, i, 2, &errorCode); in GrowDataArrayTest() 1263 utrie2_set32(trie, i, 3, &errorCode); in GrowDataArrayTest() 1266 utrie2_set32(trie, i, 4, &errorCode); in GrowDataArrayTest() 1269 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() 1054 utrie2_set32(trie, c, ce32, &errorCode); in optimize() 1071 utrie2_set32(trie, c, ce32, &errorCode); in suppressContractions() 1078 utrie2_set32(trie, c, ce32, &errorCode); in suppressContractions() 1170 utrie2_set32(trie, c, ce32, &errorCode); in setDigitTags() 1284 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() 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);
|
/external/icu/libicu/cts_headers/ |
D | utrie2.h | 254 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode);
|
/external/icu/libicu/cts_headers/unicode/ |
D | urename.h | 1856 #define utrie2_set32 U_ICU_ENTRY_POINT_RENAME(utrie2_set32) macro
|
/external/icu/libicu/ndk_headers/unicode/ |
D | urename.h | 1856 #define utrie2_set32 U_ICU_ENTRY_POINT_RENAME(utrie2_set32) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 1856 #define utrie2_set32 U_ICU_ENTRY_POINT_RENAME(utrie2_set32) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | urename.h | 1856 #define utrie2_set32 U_ICU_ENTRY_POINT_RENAME(utrie2_set32) macro
|