Searched refs:checkEqualEdits (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dtestutil.h40 static UBool checkEqualEdits(IntlTest &test, const UnicodeString &name,
H A Dstrcase.cpp995 TestUtility::checkEqualEdits(*this, u"b copy of a", a, b, errorCode);
1004 TestUtility::checkEqualEdits(*this, u"c = b", b, c, errorCode);
1013 TestUtility::checkEqualEdits(*this, u"d() <- a", d, b, errorCode);
1015 TestUtility::checkEqualEdits(*this, u"a moved away", empty, a, errorCode);
1023 TestUtility::checkEqualEdits(*this, u"e <- b", e, c, errorCode);
1024 TestUtility::checkEqualEdits(*this, u"b moved away", empty, b, errorCode);
1190 if (!TestUtility::checkEqualEdits(*this, u"ab+bc", expected_ac, ac, errorCode)) {
1203 if (!TestUtility::checkEqualEdits(*this, u"ab2+bc2", expected_ac, ac, errorCode)) {
1211 if (!TestUtility::checkEqualEdits(*this, u"empty+empty", expected_ac, ac, errorCode)) {
H A Dtestutil.cpp145 UBool TestUtility::checkEqualEdits(IntlTest &test, const UnicodeString &name, function in class:TestUtility

Completed in 4008 milliseconds