Home
last modified time | relevance | path

Searched refs:lineB (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Ducaconf.cpp193 char *lineB = lineB1, *oldLineB = lineB2; in testConformance() local
202 while (fgets(lineB, 1024, testFile) != NULL) { in testConformance()
204 u_rtrim(lineB); in testConformance()
207 if(*lineB == 0 || lineB[0] == '#') { in testConformance()
210 int32_t buflen = u_parseString(lineB, buffer, 1024, &first, &status); in testConformance()
213 (long)line, u_errorName(status), lineB); in testConformance()
262 errln(" Current data line %s", lineB); in testConformance()
274 oldLineB = lineB; in testConformance()
277 if(lineB == lineB1) { in testConformance()
278 lineB = lineB2; in testConformance()
[all …]