Home
last modified time | relevance | path

Searched refs:DateFormatValues (Results 1 – 3 of 3) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/icu/
DTestCldr.java319 static int[] DateFormatValues = { -1, DateFormat.SHORT, DateFormat.MEDIUM, field in TestCldr
494 dt = DateFormat.getTimeInstance(DateFormatValues[timeFormat], locale);
498 dt = DateFormat.getDateInstance(DateFormatValues[dateFormat], locale);
502 dt = DateFormat.getDateTimeInstance(DateFormatValues[dateFormat],
503 DateFormatValues[timeFormat], locale);
/external/cldr/tools/java/org/unicode/cldr/util/
DICUServiceBuilder.java72 …private static int[] DateFormatValues = { -1, DateFormat.SHORT, DateFormat.MEDIUM, DateFormat.LONG… field in ICUServiceBuilder
79 public static int LIMIT_DATE_FORMAT_INDEX = DateFormatValues.length;
395 if (DateFormatValues[timeIndex] == -1) in getPattern()
397 else if (DateFormatValues[dateIndex] == -1) in getPattern()
/external/cldr/tools/java/org/unicode/cldr/test/
DTestCLDRTests.java208 …static int[] DateFormatValues = { -1, DateFormat.SHORT, DateFormat.MEDIUM, DateFormat.LONG, DateFo… field in TestCLDRTests
303 int value = DateFormatValues[index];