Searched refs:lineB (Results 1 – 2 of 2) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
D | ucaconf.cpp | 195 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/flutter/flutter/packages/flutter/test/widgets/ |
D | widget_inspector_test.dart | 828 final int lineB = creationLocationB['line']; 835 expect(lineA + 1, equals(lineB)); 848 expect(paramB1['line'], equals(lineB)); 852 expect(paramB2['line'], equals(lineB)); 1514 final int lineB = creationLocationB['line']; 1521 expect(lineA + 1, equals(lineB)); 1534 expect(paramB1['line'], equals(lineB)); 1538 expect(paramB2['line'], equals(lineB));
|