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 164 char *lineB = lineB1, *oldLineB = lineB2;
176 while (fgets(lineB, 1024, testFile) != NULL) {
178 u_rtrim(lineB);
182 if(*lineB == 0 || strlen(lineB) < 3 || lineB[0] == '#') {
185 offset = u_parseString(lineB, buffer, 1024, &first, &status);
188 (long)line, u_errorName(status), lineB);
210 errln(" Current data line %s", lineB);
216 errln(" Current data line %s", 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 2386 milliseconds