Home | History | Annotate | Download | only in intltest

Lines Matching full:lineb

199     char *lineB = lineB1, *oldLineB = lineB2;
208 while (fgets(lineB, 1024, testFile) != NULL) {
210 u_rtrim(lineB);
213 if(*lineB == 0 || lineB[0] == '#') {
216 int32_t buflen = u_parseString(lineB, buffer, 1024, &first, &status);
219 (long)line, u_errorName(status), lineB);
244 errln(" Current data line %s", lineB);
259 errln(" Current data line %s", lineB);
269 oldLineB = lineB;
272 if(lineB == lineB1) {
273 lineB = lineB2;
277 lineB = lineB1;