OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DateFormatValues
(Results
1 - 3
of
3
) sorted by null
/external/cldr/tools/java/org/unicode/cldr/icu/
TestCldr.java
318
static int[]
DateFormatValues
= { -1, DateFormat.SHORT, DateFormat.MEDIUM,
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/test/
TestCLDRTests.java
206
static int[]
DateFormatValues
= { -1, DateFormat.SHORT, DateFormat.MEDIUM, DateFormat.LONG, DateFormat.FULL };
298
int value =
DateFormatValues
[index];
/external/cldr/tools/java/org/unicode/cldr/util/
ICUServiceBuilder.java
69
private static int[]
DateFormatValues
= { -1, DateFormat.SHORT, DateFormat.MEDIUM, DateFormat.LONG, DateFormat.FULL };
76
public static int LIMIT_DATE_FORMAT_INDEX =
DateFormatValues
.length;
382
if (
DateFormatValues
[timeIndex] == -1)
384
else if (
DateFormatValues
[dateIndex] == -1)
[
all
...]
Completed in 320 milliseconds