Home
last modified time | relevance | path

Searched refs:DATE_SAMPLE (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java103 public final static Date DATE_SAMPLE; field in ExampleGenerator
137 DATE_SAMPLE = calendar.getTime();
882 String result = format(value, setBackground(sdf.format(DATE_SAMPLE)), setBackground(zone)); in handleAppendItems()
1320 String dfResult = "'" + df.format(DATE_SAMPLE) + "'"; in handleDateFormatItem()
1321 String tfResult = "'" + tf.format(DATE_SAMPLE) + "'"; in handleDateFormatItem()
1324 return dtf.format(DATE_SAMPLE); in handleDateFormatItem()
1339 return sdf.format(DATE_SAMPLE); in handleDateFormatItem()
1343 examples.add(sdf.format(DATE_SAMPLE)); in handleDateFormatItem()
1511 result = format(value, setBackground(dateFormat.format(DATE_SAMPLE)), in handleDateRangePattern()
DCheckDates.java1246 return neutralFormat.format(ExampleGenerator.DATE_SAMPLE);