Home
last modified time | relevance | path

Searched refs:reorderCodesStartingWithDefault (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java3236 …int[] reorderCodesStartingWithDefault = {ReorderCodes.DEFAULT, UScript.GREEK, UScript.HAN, Reorder… in TestReorderingAPI() local
3313 myCollation.setReorderCodes(reorderCodesStartingWithDefault); in TestReorderingAPI()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationMiscTest.java3239 …int[] reorderCodesStartingWithDefault = {ReorderCodes.DEFAULT, UScript.GREEK, UScript.HAN, Reorder… in TestReorderingAPI() local
3316 myCollation.setReorderCodes(reorderCodesStartingWithDefault); in TestReorderingAPI()
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c4693 …int32_t reorderCodesStartingWithDefault[] = {UCOL_REORDER_CODE_DEFAULT, USCRIPT_GREEK, USCRIPT_HAN… in TestReorderingAPI() local
4797 …ucol_setReorderCodes(myCollation, reorderCodesStartingWithDefault, UPRV_LENGTHOF(reorderCodesStart… in TestReorderingAPI()