Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dusettest.h144 void expectContainment(const UnicodeString& pat,
147 void expectContainment(const UnicodeSet& set,
150 void expectContainment(const UnicodeSet& set,
Dusettest.cpp287 expectContainment(set, pat, "ABC", "abc"); in TestCategories()
869expectContainment(UNICODE_STRING_SIMPLE("[:Latin:]"), "aA", CharsToUnicodeString("\\u0391\\u03B1")… in TestScriptSet()
871expectContainment(UNICODE_STRING_SIMPLE("[:Greek:]"), CharsToUnicodeString("\\u0391\\u03B1"), "aA"… in TestScriptSet()
874expectContainment(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/
Dusettest.c31 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