Searched refs:expectContainment (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/test/intltest/ |
D | usettest.h | 144 void expectContainment(const UnicodeString& pat, 147 void expectContainment(const UnicodeSet& set, 150 void expectContainment(const UnicodeSet& set,
|
D | usettest.cpp | 287 expectContainment(set, pat, "ABC", "abc"); in TestCategories() 869 …expectContainment(UNICODE_STRING_SIMPLE("[:Latin:]"), "aA", CharsToUnicodeString("\\u0391\\u03B1")… in TestScriptSet() 871 …expectContainment(UNICODE_STRING_SIMPLE("[:Greek:]"), CharsToUnicodeString("\\u0391\\u03B1"), "aA"… in TestScriptSet() 874 …expectContainment(UNICODE_STRING_SIMPLE("[[:Common:][:Inherited:]]"), CharsToUnicodeString("\\U000… in TestScriptSet() 1064 expectContainment(UnicodeString(DATA[i], -1, US_INV), CharsToUnicodeString(DATA[i+1]), in TestPropertySet() 1171 expectContainment(t, "abc", "def"); in TestClone() 1369 expectContainment(s, "abcABC", "defDEF"); in TestCloseOver() 1375 expectContainment(v, "defDEF", "abcABC"); in TestCloseOver() 1381 expectContainment(cm, "abckABCK", CharsToUnicodeString("defDEF\\u212A")); in TestCloseOver() 1711 expectContainment(set, in TestSurrogate() [all …]
|
/external/icu4c/test/cintltst/ |
D | usettest.c | 31 static void expectContainment(const USet* set, 248 expectContainment(set, inList, TRUE); in expect() 249 expectContainment(set, outList, FALSE); in expect() 253 static void expectContainment(const USet* set, in expectContainment() function
|