HomeSort by relevance Sort by last modified time
    Searched refs:utrie2_set32 (Results 1 - 8 of 8) 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/tools/gennorm2/
norms.cpp 122 utrie2_set32(normTrie, c, (uint32_t)(p-norms), errorCode);
n2builder.cpp 548 utrie2_set32(norm16Trie, Hangul::HANGUL_BASE, lv, errorCode);
553 utrie2_set32(norm16Trie, c, lv, errorCode);
    [all...]
  /external/icu/icu4c/source/common/
utrie2_builder.cpp 229 utrie2_set32(trie, i, initialValue, pErrorCode);
335 utrie2_set32(nt->trie, start, value, &nt->errorCode);
636 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode) { function
    [all...]
utrie2.h 255 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode);
    [all...]
normalizer2impl.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 1753 #define utrie2_set32 macro
    [all...]

Completed in 316 milliseconds