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

  /external/chromium_org/third_party/icu/source/test/intltest/
dtfmttst.cpp 821 UDate expLittleD = date(95, 0, 1, 5, 1, 29);
822 UDate expBigD = expLittleD + 39 * 24 * 3600000.0;
823 expLittleD = expBigD; // Expect the same, with default lenient parsing
841 if (myDate != expLittleD) errln((UnicodeString)"FAIL: littleD - Expected " + dateToString(expLittleD));
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmttst.cpp 824 UDate expLittleD = date(95, 0, 1, 5, 1, 29);
825 UDate expBigD = expLittleD + 39 * 24 * 3600000.0;
826 expLittleD = expBigD; // Expect the same, with default lenient parsing
844 if (myDate != expLittleD) errln((UnicodeString)"FAIL: littleD - Expected " + dateToString(expLittleD));
    [all...]

Completed in 227 milliseconds