Searched defs:attVals (Results 1 – 3 of 3) sorted by relevance
| /third_party/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() 2213 Object attVals[] = { new Integer(Collator.QUATERNARY), Boolean.TRUE }; in TestUpperFirstQuaternary() local 2222 Object attVals[] = { new Integer(Collator.PRIMARY), Boolean.TRUE }; in TestJ4960() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
| D | CollationMiscTest.java | 268 …tarterWithOptionsAndResult(String rules, String[] s, String[] atts, Object[] attVals, int result) { in genericRulesStarterWithOptionsAndResult() 2216 Object attVals[] = { new Integer(Collator.QUATERNARY), Boolean.TRUE }; in TestUpperFirstQuaternary() local 2225 Object attVals[] = { new Integer(Collator.PRIMARY), Boolean.TRUE }; in TestJ4960() local
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| D | cmsccoll.c | 3483 UColAttributeValue attVals[] = { UCOL_QUATERNARY, UCOL_UPPER_FIRST }; in TestUpperFirstQuaternary() local 3492 UColAttributeValue attVals[] = { UCOL_PRIMARY, UCOL_ON }; in TestJ4960() local
|