Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java1225 doSetsTest(UnicodeSet ref, UnicodeSet set, String inSet, String outSet) {
1237 set.applyPattern(outSet);
1239 err("Some stuff from "+outSet+" is present in the set.\nUnexpected:"+
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationAPITest.java1229 doSetsTest(UnicodeSet ref, UnicodeSet set, String inSet, String outSet) {
1241 set.applyPattern(outSet);
1243 err("Some stuff from "+outSet+" is present in the set.\nUnexpected:"+
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c2116 doSetsTest(const char *locale, const USet *ref, USet *set, const char* inSet, const char* outSet, U… in doSetsTest() argument
2137 bufLen = u_unescape(outSet, buffer, 512); in doSetsTest()
2144 log_err("%s: Some stuff from %s is present in the set\n", locale, outSet); in doSetsTest()