Searched refs:ucol_setMaxVariable (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h1196 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode);
1202 * @see ucol_setMaxVariable
1216 * See ucol_setMaxVariable().
1224 * the last reordering group supported by ucol_setMaxVariable()
1228 * @deprecated ICU 53 Call ucol_setMaxVariable() instead.
1254 * See ucol_setMaxVariable().
1259 * @deprecated ICU 53 Call ucol_setMaxVariable() instead.
/external/icu/icu4c/source/i18n/
H A Ducol.cpp303 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode) { function
/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c1844 ucol_setMaxVariable(coll, UCOL_REORDER_CODE_SPACE, &status);
1846 log_verbose("ucol_setMaxVariable(space) -> %04x\n", max);
1854 log_err("ucol_setMaxVariable(space) did not work - %s\n", u_errorName(status));
1857 ucol_setMaxVariable(coll, UCOL_REORDER_CODE_PUNCTUATION, &status);
1859 log_verbose("ucol_setMaxVariable(punctuation) -> %04x\n", max);
1867 log_err("ucol_setMaxVariable(punctuation) did not work - %s\n", u_errorName(status));
1870 ucol_setMaxVariable(coll, UCOL_REORDER_CODE_SYMBOL, &status);
1872 log_verbose("ucol_setMaxVariable(symbol) -> %04x\n", max);
1880 log_err("ucol_setMaxVariable(symbol) did not work - %s\n", u_errorName(status));
1883 ucol_setMaxVariable(col
[all...]
/external/icu/icu4c/source/common/unicode/
H A Durename.h746 #define ucol_setMaxVariable U_ICU_ENTRY_POINT_RENAME(ucol_setMaxVariable) macro

Completed in 494 milliseconds