Searched refs:lineB (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/test/intltest/ |
D | ucaconf.cpp | 161 char lineB[1024]; in testConformance() local 172 while (fgets(lineB, 1024, testFile) != NULL) { in testConformance() 176 if(*lineB == 0 || strlen(lineB) < 3 || lineB[0] == '#') { in testConformance() 179 offset = u_parseString(lineB, buffer, 1024, &first, &status); in testConformance() 198 logln("Data line %s", lineB); in testConformance() 203 logln("Data line %s", lineB); in testConformance() 211 logln("Data line %s", lineB); in testConformance() 214 logln("Data line %s", lineB); in testConformance()
|