/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/i18n/ |
uspoof_wsconf.cpp | 247 utrie2_set32(table, cp, setIndex, &status); 305 utrie2_set32(bSet->trie, bSet->codePoint, bSet->rindex, &status);
|
/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/common/unicode/ |
urename.h | 1681 #define utrie2_set32 macro [all...] |
/external/icu4c/tools/gennorm2/ |
n2builder.cpp | 217 utrie2_set32(normTrie, c, (uint32_t)(p-norms), errorCode); [all...] |