Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationAPITest.java1341 doSetsTest(UnicodeSet ref, UnicodeSet set, String inSet, String outSet) {
1353 set.applyPattern(outSet);
1355 err("Some stuff from "+outSet+" is present in the set.\nUnexpected:"+
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java1338 doSetsTest(UnicodeSet ref, UnicodeSet set, String inSet, String outSet) {
1350 set.applyPattern(outSet);
1352 err("Some stuff from "+outSet+" is present in the set.\nUnexpected:"+
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c2118 doSetsTest(const char *locale, const USet *ref, USet *set, const char* inSet, const char* outSet, U… in doSetsTest() argument
2139 bufLen = u_unescape(outSet, buffer, 512); in doSetsTest()
2146 log_err("%s: Some stuff from %s is present in the set\n", locale, outSet); in doSetsTest()