Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Ducaconf.cpp195 char *lineB = lineB1, *oldLineB = lineB2; in testConformance() local
204 while (fgets(lineB, 1024, testFile) != NULL) { in testConformance()
206 u_rtrim(lineB); in testConformance()
209 if(*lineB == 0 || lineB[0] == '#') { in testConformance()
212 int32_t buflen = u_parseString(lineB, buffer, 1024, &first, &status); in testConformance()
215 (long)line, u_errorName(status), lineB); in testConformance()
264 errln(" Current data line %s", lineB); in testConformance()
276 oldLineB = lineB; in testConformance()
279 if(lineB == lineB1) { in testConformance()
280 lineB = lineB2; in testConformance()
[all …]
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs15765 var lineB = mappingB.generatedLine;
15768 …return lineB > lineA || lineB == lineA && columnB >= columnA || util.compareByGeneratedPositionsIn…