Lines Matching refs:expectContainment
286 expectContainment(set, pat, "ABC", "abc"); in TestCategories()
868 …expectContainment(UNICODE_STRING_SIMPLE("[:Latin:]"), "aA", CharsToUnicodeString("\\u0391\\u03B1")… in TestScriptSet()
870 …expectContainment(UNICODE_STRING_SIMPLE("[:Greek:]"), CharsToUnicodeString("\\u0391\\u03B1"), "aA"… in TestScriptSet()
873 …expectContainment(UNICODE_STRING_SIMPLE("[[:Common:][:Inherited:]]"), CharsToUnicodeString("\\U000… in TestScriptSet()
1063 expectContainment(UnicodeString(DATA[i], -1, US_INV), CharsToUnicodeString(DATA[i+1]), in TestPropertySet()
1170 expectContainment(t, "abc", "def"); in TestClone()
1368 expectContainment(s, "abcABC", "defDEF"); in TestCloseOver()
1374 expectContainment(v, "defDEF", "abcABC"); in TestCloseOver()
1380 expectContainment(cm, "abckABCK", CharsToUnicodeString("defDEF\\u212A")); in TestCloseOver()
1711 expectContainment(set, in TestSurrogate()
2021 UnicodeSetTest::expectContainment(const UnicodeString& pat, in expectContainment() function in UnicodeSetTest
2031 expectContainment(set, pat, charsIn, charsOut); in expectContainment()
2035 UnicodeSetTest::expectContainment(const UnicodeSet& set, in expectContainment() function in UnicodeSetTest
2040 expectContainment(set, pat, charsIn, charsOut); in expectContainment()
2044 UnicodeSetTest::expectContainment(const UnicodeSet& set, in expectContainment() function in UnicodeSetTest