Searched refs:utrie2_set32 (Results 1 - 16 of 16) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationbasedatabuilder.cpp118 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);
H A Dcollationdatabuilder.cpp317 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);
1050 utrie2_set32(trie, c, ce32, &errorCode);
1067 utrie2_set32(trie, c, ce32, &errorCode);
1074 utrie2_set32(trie, c, ce32, &errorCode);
1166 utrie2_set32(trie, c, ce32, &errorCode);
1278 utrie2_set32(tri
[all...]
H A Duspoof_wsconf.cpp246 utrie2_set32(table, cp, setIndex, &status);
304 utrie2_set32(bSet->trie, bSet->codePoint, bSet->rindex, &status);
/external/chromium_org/third_party/icu/source/i18n/
H A Duspoof_wsconf.cpp246 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/
H A Dtrie2test.c504 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);
1222 * Use utrie2_set32() not utrie2_setRange32() to write non-initialValue-data.
1226 utrie2_set32(trie, i, 2, &errorCode);
1229 utrie2_set32(trie, i, 3, &errorCode);
1232 utrie2_set32(trie, i, 4, &errorCode);
1235 utrie2_set32(tri
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dtrie2test.c504 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);
1222 * Use utrie2_set32() not utrie2_setRange32() to write non-initialValue-data.
1226 utrie2_set32(trie, i, 2, &errorCode);
1229 utrie2_set32(trie, i, 3, &errorCode);
1232 utrie2_set32(trie, i, 4, &errorCode);
1235 utrie2_set32(tri
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dutrie2_builder.cpp229 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
H A Dnormalizer2impl.cpp1769 utrie2_set32(trie, decompLead, canonValue|origin, &errorCode);
1781 utrie2_set32(trie, decompLead, canonValue, &errorCode);
1887 utrie2_set32(newData.trie, c2, c2Value|CANON_NOT_SEGMENT_STARTER,
1899 utrie2_set32(newData.trie, c, newValue, &errorCode);
H A Dutrie2.h250 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode);
/external/icu/icu4c/source/common/
H A Dutrie2_builder.cpp229 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
H A Dnormalizer2impl.cpp1871 utrie2_set32(trie, decompLead, canonValue|origin, &errorCode);
1883 utrie2_set32(trie, decompLead, canonValue, &errorCode);
1989 utrie2_set32(newData.trie, c2, c2Value|CANON_NOT_SEGMENT_STARTER,
2001 utrie2_set32(newData.trie, c, newValue, &errorCode);
H A Dutrie2.h250 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode);
/external/icu/icu4c/source/common/unicode/
H A Durename.h1689 #define utrie2_set32 U_ICU_ENTRY_POINT_RENAME(utrie2_set32) macro
/external/chromium_org/third_party/icu/source/tools/gennorm2/
H A Dn2builder.cpp242 utrie2_set32(normTrie, c, (uint32_t)(p-norms), errorCode);
/external/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.cpp242 utrie2_set32(normTrie, c, (uint32_t)(p-norms), errorCode);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1766 #define utrie2_set32 U_ICU_ENTRY_POINT_RENAME(utrie2_set32) macro

Completed in 1668 milliseconds