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

  /external/chromium/third_party/icu/source/test/intltest/
tzfmttst.cpp 414 UDate parsedDate = sdf->parse(text, status);
420 if (parsedDate != testTimes[testidx]) {
427 + ", restime=" + parsedDate
428 + ", diff=" + (parsedDate - testTimes[testidx]);
  /external/icu4c/test/intltest/
tzfmttst.cpp 395 UDate parsedDate = sdf->parse(text, status);
402 if (parsedDate != testTimes[testidx]) {
404 + ", text=" + text + ", time=" + testTimes[testidx] + ", restime=" + parsedDate + ", diff=" + (parsedDate - testTimes[testidx]);
  /external/chromium/third_party/icu/source/i18n/
smpdtfmt.cpp     [all...]
  /external/icu4c/i18n/
smpdtfmt.cpp     [all...]

Completed in 90 milliseconds