Lines Matching refs:IcuTestErrorCode

100     UBool readNonEmptyLine(UCHARBUF *f, IcuTestErrorCode &errorCode);
102 Collation::Level parseRelationAndString(UnicodeString &s, IcuTestErrorCode &errorCode);
103 void parseAndSetAttribute(IcuTestErrorCode &errorCode);
104 void parseAndSetReorderCodes(int32_t start, IcuTestErrorCode &errorCode);
105 void buildTailoring(UCHARBUF *f, IcuTestErrorCode &errorCode);
106 void setRootCollator(IcuTestErrorCode &errorCode);
107 void setLocaleCollator(IcuTestErrorCode &errorCode);
113 IcuTestErrorCode &errorCode);
116 CollationKey &key, IcuTestErrorCode &errorCode);
118 CollationKey &key, IcuTestErrorCode &errorCode);
122 IcuTestErrorCode &errorCode);
123 void checkCompareStrings(UCHARBUF *f, IcuTestErrorCode &errorCode);
155 IcuTestErrorCode errorCode(*this, "TestMinMax"); in TestMinMax()
190 IcuTestErrorCode errorCode(*this, "TestImplicits"); in TestImplicits()
263 IcuTestErrorCode errorCode(*this, "TestNulTerminated"); in TestNulTerminated()
288 IcuTestErrorCode errorCode(*this, "TestIllegalUTF8"); in TestIllegalUTF8()
337 IcuTestErrorCode errorCode(*this, "TestShortFCDData"); in TestShortFCDData()
393 IcuTestErrorCode errorCode(*this, "checkFCD"); in checkFCD()
444 IcuTestErrorCode errorCode(*this, "TestFCD"); in TestFCD()
765 IcuTestErrorCode errorCode(*this, "TestRootElements"); in TestRootElements()
868 IcuTestErrorCode errorCode(*this, "TestTailoredElements"); in TestTailoredElements()
972 UBool CollationTest::readNonEmptyLine(UCHARBUF *f, IcuTestErrorCode &errorCode) { in readNonEmptyLine()
1025 Collation::Level CollationTest::parseRelationAndString(UnicodeString &s, IcuTestErrorCode &errorCod… in parseRelationAndString()
1117 void CollationTest::parseAndSetAttribute(IcuTestErrorCode &errorCode) { in parseAndSetAttribute()
1204 void CollationTest::parseAndSetReorderCodes(int32_t start, IcuTestErrorCode &errorCode) { in parseAndSetReorderCodes()
1238 void CollationTest::buildTailoring(UCHARBUF *f, IcuTestErrorCode &errorCode) { in buildTailoring()
1272 void CollationTest::setRootCollator(IcuTestErrorCode &errorCode) { in setRootCollator()
1282 void CollationTest::setLocaleCollator(IcuTestErrorCode &errorCode) { in setLocaleCollator()
1333 IcuTestErrorCode &errorCode) { in getSortKeyParts()
1356 CollationKey &key, IcuTestErrorCode &errorCode) { in getCollationKey()
1439 CollationKey &key, IcuTestErrorCode &errorCode) { in getMergedCollationKey()
1550 IcuTestErrorCode &errorCode) { in checkCompareTwo()
1762 void CollationTest::checkCompareStrings(UCHARBUF *f, IcuTestErrorCode &errorCode) { in checkCompareStrings()
1814 IcuTestErrorCode errorCode(*this, "TestDataDriven"); in TestDataDriven()