HomeSort by relevance Sort by last modified time
    Searched full:dstr1 (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DateFormatTest.java 140 String dstr1 = df.format(d); local
143 if (!dstr1.equals(dstr2)) {
145 + ",tstyle=" + tstyle + ") at time " + t + " - JDK:" + dstr1
153 d1 = df.parse(dstr1);
156 + dstr1 + "(locale=" + iculoc + ",dstyle=" + dstyle + ",tstyle=" + tstyle + ")");
160 d2 = icudf.parse(dstr1);
163 + dstr1 + "(locale=" + loc + ",dstyle=" + dstyle + ",tstyle=" + tstyle + ")");
168 + " for date string " + dstr1 + " (dstyle=" + dstyle
169 + ",tstyle=" + tstyle + ") at time " + t + " - JDK:" + dstr1
  /external/skia/gm/
bitmaprect.cpp 208 SkRect dstR1 = { 10.1f, 10.1f, 629.9f, 400.9f };
214 canvas->drawBitmapRect(fBigBitmap, srcR1, dstR1, &paint,
219 canvas->drawBitmapRect(fBigBitmap, srcR1.roundOut(), dstR1, &paint);

Completed in 149 milliseconds