OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DateFormatNames
(Results
1 - 3
of
3
) sorted by null
/external/cldr/tools/java/org/unicode/cldr/icu/
TestCldr.java
321
static String[]
DateFormatNames
= { "none", "short", "medium", "long", "full" };
450
dateFormat = lookupValue(attributeValue,
DateFormatNames
);
453
timeFormat = lookupValue(attributeValue,
DateFormatNames
);
472
+
DateFormatNames
[dateFormat] + ",\tTime: "
473
+
DateFormatNames
[timeFormat] + ",\tCLDR: <" + result
/external/cldr/tools/java/org/unicode/cldr/util/
ICUServiceBuilder.java
70
private static String[]
DateFormatNames
= { "none", "short", "medium", "long", "full" };
73
return
DateFormatNames
[i];
383
pattern = getDateTimePattern(calendar, "date",
DateFormatNames
[dateIndex]);
385
pattern = getDateTimePattern(calendar, "time",
DateFormatNames
[timeIndex]);
387
String p0 = getDateTimePattern(calendar, "time",
DateFormatNames
[timeIndex]);
388
String p1 = getDateTimePattern(calendar, "date",
DateFormatNames
[dateIndex]);
389
String datetimePat = getDateTimePattern(calendar, "dateTime",
DateFormatNames
[dateIndex]);
[
all
...]
/external/cldr/tools/java/org/unicode/cldr/test/
TestCLDRTests.java
207
static String[]
DateFormatNames
= { "none", "short", "medium", "long", "full" };
297
int index = lookupValue(attributeValue,
DateFormatNames
);
Completed in 1505 milliseconds