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

  /external/icu4c/i18n/
uspoof_wsconf.cpp 243 utrie2_set32(table, cp, setIndex, &status);
301 utrie2_set32(bSet->trie, bSet->codePoint, bSet->rindex, &status);
  /external/icu4c/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/icu4c/common/
utrie2_builder.c 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 249 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode);
    [all...]
  /external/icu4c/tools/gennorm2/
n2builder.cpp 217 utrie2_set32(normTrie, c, (uint32_t)(p-norms), errorCode);
    [all...]
  /external/icu4c/common/unicode/
urename.h 1695 #define utrie2_set32 macro
    [all...]

Completed in 38 milliseconds