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

  /external/icu/icu4c/source/i18n/
collationbasedatabuilder.cpp 118 utrie2_set32(trie, c, Collation::UNASSIGNED_CE32, &errorCode);
121 utrie2_set32(trie, 0xfffe, Collation::MERGE_SEPARATOR_CE32, &errorCode);
143 utrie2_set32(trie, 0xfffd, ce32, &errorCode);
148 utrie2_set32(trie, 0xffff, ce32, &errorCode);
collationdatabuilder.cpp 317 utrie2_set32(trie, c, Collation::FALLBACK_CE32, &errorCode);
383 utrie2_set32(trie, start, Collation::makeLongPrimaryCE32(primary), &errorCode);
555 utrie2_set32(trie, c, oldCE32, &errorCode);
562 utrie2_set32(trie, c, ce32, &errorCode);
576 utrie2_set32(trie, c, contextCE32, &errorCode);
    [all...]
uspoof_wsconf.cpp 246 utrie2_set32(table, cp, setIndex, &status);
304 utrie2_set32(bSet->trie, bSet->codePoint, bSet->rindex, &status);
  /external/chromium_org/third_party/icu/source/test/cintltst/
trie2test.c 504 utrie2_set32(trie, 1, 234, &errorCode);
507 log_err("error: utrie2_set32(frozen %s) failed: it set %s != U_NO_WRITE_PERMISSION\n",
736 utrie2_set32(trie, 0xa1, 789, &errorCode);
738 utrie2_set32(trie, 0xa1, value, &errorCode);
836 utrie2_set32(trie, start, value, &errorCode);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
trie2test.c 504 utrie2_set32(trie, 1, 234, &errorCode);
507 log_err("error: utrie2_set32(frozen %s) failed: it set %s != U_NO_WRITE_PERMISSION\n",
736 utrie2_set32(trie, 0xa1, 789, &errorCode);
738 utrie2_set32(trie, 0xa1, value, &errorCode);
836 utrie2_set32(trie, start, value, &errorCode);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_wsconf.cpp 246 utrie2_set32(table, cp, setIndex, &status);
304 utrie2_set32(bSet->trie, bSet->codePoint, bSet->rindex, &status);
  /external/chromium_org/third_party/icu/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...]
normalizer2impl.cpp     [all...]
utrie2.h 250 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode);
    [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...]
normalizer2impl.cpp     [all...]
utrie2.h 250 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode);
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 1689 #define utrie2_set32 macro
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.cpp 242 utrie2_set32(normTrie, c, (uint32_t)(p-norms), errorCode);
    [all...]
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 242 utrie2_set32(normTrie, c, (uint32_t)(p-norms), errorCode);
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 1766 #define utrie2_set32 macro
    [all...]

Completed in 224 milliseconds