HomeSort by relevance Sort by last modified time
    Searched refs:utrie2_set32 (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/i18n/
collationdatabuilder.cpp 321 utrie2_set32(trie, c, Collation::FALLBACK_CE32, &errorCode);
387 utrie2_set32(trie, start, Collation::makeLongPrimaryCE32(primary), &errorCode);
560 utrie2_set32(trie, c, oldCE32, &errorCode);
567 utrie2_set32(trie, c, ce32, &errorCode);
581 utrie2_set32(trie, c, contextCE32, &errorCode);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
trie2test.c 536 utrie2_set32(trie, 1, 234, &errorCode);
539 log_err("error: utrie2_set32(frozen %s) failed: it set %s != U_NO_WRITE_PERMISSION\n",
768 utrie2_set32(trie, 0xa1, 789, &errorCode);
770 utrie2_set32(trie, 0xa1, value, &errorCode);
868 utrie2_set32(trie, start, value, &errorCode);
    [all...]
  /external/icu/icu4c/source/common/
utrie2_builder.cpp 242 utrie2_set32(trie, i, initialValue, pErrorCode);
356 utrie2_set32(nt->trie, start, value, &nt->errorCode);
676 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode) { function
    [all...]
utrie2.h 254 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode);
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 1795 #define utrie2_set32 macro
    [all...]
  /external/icu/libandroidicu/include/unicode/
urename.h 1795 #define utrie2_set32 macro
    [all...]

Completed in 797 milliseconds