Home
last modified time | relevance | path

Searched refs:ucol_setMaxVariable (Results 1 – 7 of 7) sorted by relevance

/external/icu/libandroidicu/include/unicode/
Ducol.h1237 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode);
Durename.h759 #define ucol_setMaxVariable U_ICU_ENTRY_POINT_RENAME(ucol_setMaxVariable) macro
/external/icu/icu4c/source/i18n/unicode/
Ducol.h1237 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode);
/external/icu/icu4c/source/i18n/
Ducol.cpp306 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode) { in ucol_setMaxVariable() function
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c1844 ucol_setMaxVariable(coll, UCOL_REORDER_CODE_SPACE, &status); in TestMaxVariable()
1857 ucol_setMaxVariable(coll, UCOL_REORDER_CODE_PUNCTUATION, &status); in TestMaxVariable()
1870 ucol_setMaxVariable(coll, UCOL_REORDER_CODE_SYMBOL, &status); in TestMaxVariable()
1883 ucol_setMaxVariable(coll, UCOL_REORDER_CODE_CURRENCY, &status); in TestMaxVariable()
1898 ucol_setMaxVariable(coll, oldMax, &status); in TestMaxVariable()
1905 ucol_setMaxVariable(coll, UCOL_REORDER_CODE_SPACE, &status); in TestMaxVariable()
/external/icu/icu4c/source/common/unicode/
Durename.h759 #define ucol_setMaxVariable U_ICU_ENTRY_POINT_RENAME(ucol_setMaxVariable) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp1250 ucol_setMaxVariable(coll, group, pErrorCode); in ucol_setMaxVariable_android()