HomeSort by relevance Sort by last modified time
    Searched refs:lineB (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
ucaconf.cpp 199 char *lineB = lineB1, *oldLineB = lineB2;
208 while (fgets(lineB, 1024, testFile) != NULL) {
210 u_rtrim(lineB);
213 if(*lineB == 0 || lineB[0] == '#') {
216 int32_t buflen = u_parseString(lineB, buffer, 1024, &first, &status);
219 (long)line, u_errorName(status), lineB);
244 errln(" Current data line %s", lineB);
259 errln(" Current data line %s", lineB);
269 oldLineB = lineB;
    [all...]
  /external/icu/icu4c/source/test/intltest/
ucaconf.cpp 193 char *lineB = lineB1, *oldLineB = lineB2;
202 while (fgets(lineB, 1024, testFile) != NULL) {
204 u_rtrim(lineB);
207 if(*lineB == 0 || lineB[0] == '#') {
210 int32_t buflen = u_parseString(lineB, buffer, 1024, &first, &status);
213 (long)line, u_errorName(status), lineB);
262 errln(" Current data line %s", lineB);
274 oldLineB = lineB;
277 if(lineB == lineB1)
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
LineIntersection.cpp 275 double lineB = line[1].y;
276 if (lineT > lineB) {
277 SkTSwap(lineT, lineB);
280 double overlapB = SkTMin(bottom, lineB);
  /external/skia/experimental/Intersection/
LineIntersection.cpp 275 double lineB = line[1].y;
276 if (lineT > lineB) {
277 SkTSwap(lineT, lineB);
280 double overlapB = SkTMin(bottom, lineB);

Completed in 165 milliseconds