Lines Matching refs:IcuTestErrorCode

97     UBool readNonEmptyLine(UCHARBUF *f, IcuTestErrorCode &errorCode);
99 Collation::Level parseRelationAndString(UnicodeString &s, IcuTestErrorCode &errorCode);
100 void parseAndSetAttribute(IcuTestErrorCode &errorCode);
101 void parseAndSetReorderCodes(int32_t start, IcuTestErrorCode &errorCode);
102 void buildTailoring(UCHARBUF *f, IcuTestErrorCode &errorCode);
103 void setRootCollator(IcuTestErrorCode &errorCode);
104 void setLocaleCollator(IcuTestErrorCode &errorCode);
110 IcuTestErrorCode &errorCode);
113 CollationKey &key, IcuTestErrorCode &errorCode);
115 CollationKey &key, IcuTestErrorCode &errorCode);
119 IcuTestErrorCode &errorCode);
120 void checkCompareStrings(UCHARBUF *f, IcuTestErrorCode &errorCode);
152 IcuTestErrorCode errorCode(*this, "TestMinMax"); in TestMinMax()
187 IcuTestErrorCode errorCode(*this, "TestImplicits"); in TestImplicits()
260 IcuTestErrorCode errorCode(*this, "TestNulTerminated"); in TestNulTerminated()
285 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()
762 IcuTestErrorCode errorCode(*this, "TestRootElements"); in TestRootElements()
865 IcuTestErrorCode errorCode(*this, "TestTailoredElements"); in TestTailoredElements()
969 UBool CollationTest::readNonEmptyLine(UCHARBUF *f, IcuTestErrorCode &errorCode) { in readNonEmptyLine()
1022 Collation::Level CollationTest::parseRelationAndString(UnicodeString &s, IcuTestErrorCode &errorCod… in parseRelationAndString()
1114 void CollationTest::parseAndSetAttribute(IcuTestErrorCode &errorCode) { in parseAndSetAttribute()
1201 void CollationTest::parseAndSetReorderCodes(int32_t start, IcuTestErrorCode &errorCode) { in parseAndSetReorderCodes()
1235 void CollationTest::buildTailoring(UCHARBUF *f, IcuTestErrorCode &errorCode) { in buildTailoring()
1269 void CollationTest::setRootCollator(IcuTestErrorCode &errorCode) { in setRootCollator()
1279 void CollationTest::setLocaleCollator(IcuTestErrorCode &errorCode) { in setLocaleCollator()
1330 IcuTestErrorCode &errorCode) { in getSortKeyParts()
1353 CollationKey &key, IcuTestErrorCode &errorCode) { in getCollationKey()
1436 CollationKey &key, IcuTestErrorCode &errorCode) { in getMergedCollationKey()
1547 IcuTestErrorCode &errorCode) { in checkCompareTwo()
1759 void CollationTest::checkCompareStrings(UCHARBUF *f, IcuTestErrorCode &errorCode) { in checkCompareStrings()
1811 IcuTestErrorCode errorCode(*this, "TestDataDriven"); in TestDataDriven()