Searched refs:attVals (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationMiscTest.java268 void genericRulesStarterWithOptionsAndResult(String rules, String[] s, String[] atts, Object[] attVals, int result) { argument
272 genericOptionsSetter(coll, atts, attVals);
2218 Object attVals[] = { new Integer(Collator.QUATERNARY), Boolean.TRUE };
2219 genericLocaleStarterWithOptions(new Locale("root","",""), tests, att, attVals);
2227 Object attVals[] = { new Integer(Collator.PRIMARY), Boolean.TRUE };
2234 genericLocaleStarterWithOptionsAndResult(new Locale("root", ""), tests, att, attVals, 0);
2237 genericLocaleStarterWithOptions(new Locale("root", ""), tests2, att, attVals);
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationMiscTest.java265 void genericRulesStarterWithOptionsAndResult(String rules, String[] s, String[] atts, Object[] attVals, int result) { argument
269 genericOptionsSetter(coll, atts, attVals);
2215 Object attVals[] = { new Integer(Collator.QUATERNARY), Boolean.TRUE };
2216 genericLocaleStarterWithOptions(new Locale("root","",""), tests, att, attVals);
2224 Object attVals[] = { new Integer(Collator.PRIMARY), Boolean.TRUE };
2231 genericLocaleStarterWithOptionsAndResult(new Locale("root", ""), tests, att, attVals, 0);
2234 genericLocaleStarterWithOptions(new Locale("root", ""), tests2, att, attVals);
/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c3480 UColAttributeValue attVals[] = { UCOL_QUATERNARY, UCOL_UPPER_FIRST }; local
3481 genericLocaleStarterWithOptions("root", tests, UPRV_LENGTHOF(tests), att, attVals, UPRV_LENGTHOF(att));
3489 UColAttributeValue attVals[] = { UCOL_PRIMARY, UCOL_ON }; local
3496 genericLocaleStarterWithOptionsAndResult("root", tests, UPRV_LENGTHOF(tests), att, attVals, UPRV_LENGTHOF(att), UCOL_EQUAL);
3499 genericLocaleStarterWithOptions("root", tests2, UPRV_LENGTHOF(tests2), att, attVals, UPRV_LENGTHOF(att));

Completed in 248 milliseconds