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.java318 static int[] DateFormatValues = { -1, DateFormat.SHORT, DateFormat.MEDIUM, field in TestCldr
490 dt = DateFormat.getTimeInstance(DateFormatValues[timeFormat], locale);
494 dt = DateFormat.getDateInstance(DateFormatValues[dateFormat], locale);
498 dt = DateFormat.getDateTimeInstance(DateFormatValues[dateFormat],
499 DateFormatValues[timeFormat], locale);
/external/cldr/tools/java/org/unicode/cldr/util/
DICUServiceBuilder.java69 …private static int[] DateFormatValues = { -1, DateFormat.SHORT, DateFormat.MEDIUM, DateFormat.LONG… field in ICUServiceBuilder
76 public static int LIMIT_DATE_FORMAT_INDEX = DateFormatValues.length;
382 if (DateFormatValues[timeIndex] == -1) in getPattern()
384 else if (DateFormatValues[dateIndex] == -1) in getPattern()
/external/cldr/tools/java/org/unicode/cldr/test/
DTestCLDRTests.java206 …static int[] DateFormatValues = { -1, DateFormat.SHORT, DateFormat.MEDIUM, DateFormat.LONG, DateFo… field in TestCLDRTests
298 int value = DateFormatValues[index];