Searched refs:SAMPLE_DATE (Results 1 – 3 of 3) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | QuickCheck.java | 355 static final Date SAMPLE_DATE = new Date(2013 - 1900, 1 - 1, 29, 13, 59, 59); field in QuickCheck 370 + "\t'" + new SimpleDateFormat(stockPattern, dfs, ulocale).format(SAMPLE_DATE) in showStatus() 371 … "\t'" + (areSame ? "" : new SimpleDateFormat(flexiblePattern, dfs, ulocale).format(SAMPLE_DATE))); in showStatus()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | DateTimeFormats.java | 83 private static final Date SAMPLE_DATE = new Date(2012 - 1900, 0, 13, 14, 45, 59); field in DateTimeFormats 85 private static final String SAMPLE_DATE_STRING = CldrUtility.isoFormat(SAMPLE_DATE); 529 … example = dateIntervalFormat.format(new DateInterval(SAMPLE_DATE.getTime(), endDate.getTime())); in getExample() 539 example = format.format(SAMPLE_DATE); in getExample() 601 String formattedTime = format2.format(SAMPLE_DATE); in getRelativeExampleFromSkeleton()
|
/external/icu/icu4c/source/samples/all/ |
D | samplecheck.bat | 51 set SAMPLE_DATE=%ICU_SAMPLESDIR%\date\%ICU_ARCH%\%ICU_DBRL%\date.exe variable 112 %SAMPLE_DATE%
|