Home | History | Annotate | Download | only in intltest

Lines Matching refs:Line

96 #define TSMTHREAD_FAIL(msg) errln("%s at file %s, line %d", msg, __FILE__, __LINE__)
836 struct Line {
845 const Line *lines;
854 void setCollator(UCollator *c, Line *l, int32_t nl)
862 int32_t line = 0;
882 error("Compare result not symmetrical on line "+ line);
887 error(UnicodeString("Difference between ucol_strcoll and sortkey compare on line ")+ UnicodeString(line));
892 error(UnicodeString("Line %i is not greater or equal than previous line ")+ UnicodeString(i));
897 error(UnicodeString("Probable error in test file on line %i (comparing identical strings)")+ UnicodeString(i));
904 error(UnicodeString("Sortkeys are identical, but code point compare gives >0 on line ")+ UnicodeString(i));
977 Line *lines = new Line[200000];
978 memset(lines, 0, sizeof(Line)*200000);