Home
last modified time | relevance | path

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

/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/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/icu4c/source/test/cintltst/
Dcapitst.c2123 doSetsTest(const char *locale, const USet *ref, USet *set, const char* inSet, const char* outSet, U… in doSetsTest() argument
2144 bufLen = u_unescape(outSet, buffer, 512); in doSetsTest()
2151 log_err("%s: Some stuff from %s is present in the set\n", locale, outSet); in doSetsTest()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_utils.h1007 void AddSampleCounts(VkSampleCountFlags sampleCounts, gl::SupportedSampleSet *outSet);