Home | History | Annotate | Download | only in intltest

Lines Matching refs:Line

30 #define TSMTHREAD_FAIL(msg) errln("%s at file %s, line %d", msg, __FILE__, __LINE__)
869 struct Line {
895 const Line *lines;
906 void setCollator(Collator *c, Line *l, int32_t nl, UBool atLeastUCA62)
933 IntlTest::gTest->errln(UnicodeString("Compare result not symmetrical on line ") + (i + 1));
938 IntlTest::gTest->errln(UnicodeString("Difference between coll->compare and sortkey compare on line ") + (i + 1));
952 IntlTest::gTest->errln(UnicodeString("Line is not greater or equal than previous line, for line ") + (i + 1));
1025 LocalArray<Line> lines(new Line[200000]);
1026 memset(lines.getAlias(), 0, sizeof(Line)*200000);
1212 dataerrln("File %s, Line %d: Error, status = %s", __FILE__, __LINE__, u_errorName(status));
1267 IntlTest::gTest->errln("File %s, Line %d: Error, gStartedThreads = %d, gFinishedThreads = %d",
1307 errln("File %s, Line %d: Error, threads[%d]->fFinished == false", __FILE__, __LINE__, i);