Searched refs:attVals (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationMiscTest.java | 265 …tarterWithOptionsAndResult(String rules, String[] s, String[] atts, Object[] attVals, int result) { in genericRulesStarterWithOptionsAndResult() argument 269 genericOptionsSetter(coll, atts, attVals); in genericRulesStarterWithOptionsAndResult() 2215 Object attVals[] = { new Integer(Collator.QUATERNARY), Boolean.TRUE }; in TestUpperFirstQuaternary() local 2216 genericLocaleStarterWithOptions(new Locale("root","",""), tests, att, attVals); in TestUpperFirstQuaternary() 2224 Object attVals[] = { new Integer(Collator.PRIMARY), Boolean.TRUE }; in TestJ4960() local 2231 genericLocaleStarterWithOptionsAndResult(new Locale("root", ""), tests, att, attVals, 0); in TestJ4960() 2234 genericLocaleStarterWithOptions(new Locale("root", ""), tests2, att, attVals); in TestJ4960()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationMiscTest.java | 268 …tarterWithOptionsAndResult(String rules, String[] s, String[] atts, Object[] attVals, int result) { in genericRulesStarterWithOptionsAndResult() argument 272 genericOptionsSetter(coll, atts, attVals); in genericRulesStarterWithOptionsAndResult() 2218 Object attVals[] = { new Integer(Collator.QUATERNARY), Boolean.TRUE }; in TestUpperFirstQuaternary() local 2219 genericLocaleStarterWithOptions(new Locale("root","",""), tests, att, attVals); in TestUpperFirstQuaternary() 2227 Object attVals[] = { new Integer(Collator.PRIMARY), Boolean.TRUE }; in TestJ4960() local 2234 genericLocaleStarterWithOptionsAndResult(new Locale("root", ""), tests, att, attVals, 0); in TestJ4960() 2237 genericLocaleStarterWithOptions(new Locale("root", ""), tests2, att, attVals); in TestJ4960()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 3480 UColAttributeValue attVals[] = { UCOL_QUATERNARY, UCOL_UPPER_FIRST }; in TestUpperFirstQuaternary() local 3481 …genericLocaleStarterWithOptions("root", tests, UPRV_LENGTHOF(tests), att, attVals, UPRV_LENGTHOF(a… in TestUpperFirstQuaternary() 3489 UColAttributeValue attVals[] = { UCOL_PRIMARY, UCOL_ON }; in TestJ4960() local 3496 …genericLocaleStarterWithOptionsAndResult("root", tests, UPRV_LENGTHOF(tests), att, attVals, UPRV_L… in TestJ4960() 3499 …genericLocaleStarterWithOptions("root", tests2, UPRV_LENGTHOF(tests2), att, attVals, UPRV_LENGTHOF… in TestJ4960()
|