Searched refs:lineB (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | ucaconf.cpp | 199 char *lineB = lineB1, *oldLineB = lineB2; in testConformance() local 208 while (fgets(lineB, 1024, testFile) != NULL) { in testConformance() 210 u_rtrim(lineB); in testConformance() 213 if(*lineB == 0 || lineB[0] == '#') { in testConformance() 216 int32_t buflen = u_parseString(lineB, buffer, 1024, &first, &status); in testConformance() 219 (long)line, u_errorName(status), lineB); in testConformance() 244 errln(" Current data line %s", lineB); in testConformance() 259 errln(" Current data line %s", lineB); in testConformance() 269 oldLineB = lineB; in testConformance() 272 if(lineB == lineB1) { in testConformance() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | ucaconf.cpp | 193 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 …]
|
/external/skia/experimental/Intersection/ |
D | LineIntersection.cpp | 275 double lineB = line[1].y; in verticalIntersect() 276 if (lineT > lineB) { in verticalIntersect() 277 SkTSwap(lineT, lineB); in verticalIntersect() 280 double overlapB = SkTMin(bottom, lineB); in verticalIntersect()
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | LineIntersection.cpp | 275 double lineB = line[1].y; in verticalIntersect() 276 if (lineT > lineB) { in verticalIntersect() 277 SkTSwap(lineT, lineB); in verticalIntersect() 280 double overlapB = SkTMin(bottom, lineB); in verticalIntersect()
|