Lines Matching refs:IcuTestErrorCode
99 UBool readNonEmptyLine(UCHARBUF *f, IcuTestErrorCode &errorCode);
101 Collation::Level parseRelationAndString(UnicodeString &s, IcuTestErrorCode &errorCode);
102 void parseAndSetAttribute(IcuTestErrorCode &errorCode);
103 void parseAndSetReorderCodes(int32_t start, IcuTestErrorCode &errorCode);
104 void buildTailoring(UCHARBUF *f, IcuTestErrorCode &errorCode);
105 void setRootCollator(IcuTestErrorCode &errorCode);
106 void setLocaleCollator(IcuTestErrorCode &errorCode);
112 IcuTestErrorCode &errorCode);
115 CollationKey &key, IcuTestErrorCode &errorCode);
117 CollationKey &key, IcuTestErrorCode &errorCode);
121 IcuTestErrorCode &errorCode);
122 void checkCompareStrings(UCHARBUF *f, IcuTestErrorCode &errorCode);
154 IcuTestErrorCode errorCode(*this, "TestMinMax"); in TestMinMax()
189 IcuTestErrorCode errorCode(*this, "TestImplicits"); in TestImplicits()
262 IcuTestErrorCode errorCode(*this, "TestNulTerminated"); in TestNulTerminated()
287 IcuTestErrorCode errorCode(*this, "TestIllegalUTF8"); in TestIllegalUTF8()
334 IcuTestErrorCode errorCode(*this, "TestShortFCDData"); in TestShortFCDData()
390 IcuTestErrorCode errorCode(*this, "checkFCD"); in checkFCD()
441 IcuTestErrorCode errorCode(*this, "TestFCD"); in TestFCD()
760 IcuTestErrorCode errorCode(*this, "TestRootElements"); in TestRootElements()
863 IcuTestErrorCode errorCode(*this, "TestTailoredElements"); in TestTailoredElements()
967 UBool CollationTest::readNonEmptyLine(UCHARBUF *f, IcuTestErrorCode &errorCode) { in readNonEmptyLine()
1020 Collation::Level CollationTest::parseRelationAndString(UnicodeString &s, IcuTestErrorCode &errorCod… in parseRelationAndString()
1112 void CollationTest::parseAndSetAttribute(IcuTestErrorCode &errorCode) { in parseAndSetAttribute()
1199 void CollationTest::parseAndSetReorderCodes(int32_t start, IcuTestErrorCode &errorCode) { in parseAndSetReorderCodes()
1233 void CollationTest::buildTailoring(UCHARBUF *f, IcuTestErrorCode &errorCode) { in buildTailoring()
1267 void CollationTest::setRootCollator(IcuTestErrorCode &errorCode) { in setRootCollator()
1277 void CollationTest::setLocaleCollator(IcuTestErrorCode &errorCode) { in setLocaleCollator()
1328 IcuTestErrorCode &errorCode) { in getSortKeyParts()
1351 CollationKey &key, IcuTestErrorCode &errorCode) { in getCollationKey()
1434 CollationKey &key, IcuTestErrorCode &errorCode) { in getMergedCollationKey()
1545 IcuTestErrorCode &errorCode) { in checkCompareTwo()
1755 void CollationTest::checkCompareStrings(UCHARBUF *f, IcuTestErrorCode &errorCode) { in checkCompareStrings()
1807 IcuTestErrorCode errorCode(*this, "TestDataDriven"); in TestDataDriven()