Home
last modified time | relevance | path

Searched refs:UCOL_REORDER_CODE_CURRENCY (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcollationfastlatinbuilder.h46 enum { NUM_SPECIAL_GROUPS = UCOL_REORDER_CODE_CURRENCY - UCOL_REORDER_CODE_FIRST + 1 };
Drulebasedcollator.cpp516 } else if(UCOL_REORDER_CODE_FIRST <= group && group <= UCOL_REORDER_CODE_CURRENCY) { in setMaxVariable()
610 if(group < UCOL_REORDER_CODE_FIRST || UCOL_REORDER_CODE_CURRENCY < group) { in setVariableTop()
/external/icu/icu4c/source/i18n/unicode/
Ducol.h194 UCOL_REORDER_CODE_CURRENCY = 0x1003, enumerator
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c1886 ucol_setMaxVariable(coll, UCOL_REORDER_CODE_CURRENCY, &status); in TestMaxVariable()
1889 if(U_FAILURE(status) || max != UCOL_REORDER_CODE_CURRENCY || in TestMaxVariable()
4695 …int32_t duplicateReorderCodes[] = {USCRIPT_HIRAGANA, USCRIPT_GREEK, UCOL_REORDER_CODE_CURRENCY, US… in TestReorderingAPI()
5217 UCOL_REORDER_CODE_CURRENCY in TestNonScriptReorder()
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp1589 (void)coll->setMaxVariable(UCOL_REORDER_CODE_CURRENCY, errorCode); in TestMaxVariable()
1591 if(UCOL_REORDER_CODE_CURRENCY != coll->getMaxVariable()) { in TestMaxVariable()
Dcollationtest.cpp1143 max = UCOL_REORDER_CODE_CURRENCY; in parseAndSetAttribute()