Home
last modified time | relevance | path

Searched refs:timeFormat (Results 1 – 16 of 16) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/icu/
DTestCldr.java439 int timeFormat = 0;
457 timeFormat = lookupValue(attributeValue, DateFormatNames);
470 SimpleDateFormat dt = getDateFormat(locale, dateFormat, timeFormat);
477 + DateFormatNames[timeFormat] + ",\tCLDR: <" + result
486 int timeFormat) {
494 dt = DateFormat.getTimeInstance(DateFormatValues[timeFormat], locale);
497 } else if (timeFormat == 0) {
503 DateFormatValues[timeFormat], locale);
508 System.out.println("\tinput:\t" + dateFormat + ", " + timeFormat
/external/cldr/tools/java/org/unicode/cldr/test/
DTestCLDRTests.java291 int timeFormat = DateFormat.DEFAULT;
307 timeFormat = value;
310 DateFormat dt = dateFormat == -1 ? DateFormat.getTimeInstance(timeFormat, oLocale)
311 : timeFormat == -1 ? DateFormat.getDateInstance(dateFormat, oLocale)
312 : DateFormat.getDateTimeInstance(dateFormat, timeFormat, oLocale);
DExampleGenerator.java1435 …String timeFormat = setBackground(cldrFile.getWinningValue("//ldml/dates/timeZoneNames/regionForma… in handleTimeZoneName() local
1436 result = format(timeFormat, result); in handleTimeZoneName()
2056 String timeFormat = cldrFile in getMZTimeFormat() local
2059 if (timeFormat == null) { in getMZTimeFormat()
2060 timeFormat = "HH:mm"; in getMZTimeFormat()
2063 SimpleDateFormat dateFormat = icuServiceBuilder.getDateFormat("gregorian", timeFormat); in getMZTimeFormat()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCoverageLevel.txt42 …ndar\[@type=".*"]/timeFormats/timeFormatLength\[@type="(long|medium)"]/timeFormat\[@type=".*"]/pat…
DTestExamples.txt13 //ldml/dates/calendars/calendar[@type="%A"]/timeFormats/timeFormatLength[@type="%A"]/timeFormat[@ty…
/external/cldr/tools/c/genldml/resources/
Droot.txt280 "{0}<timeFormat {1}>\n"
283 "{0}</timeFormat>\n"
/external/cldr/tools/java/org/unicode/cldr/util/data/
DprettyPath.txt71 '$%%/timeFormats/timeFormatLength[@type="' ($avalue) '"]/timeFormat[@type="standard"]/pattern[@type…
126 '$%%/timeFormats/default' > '|default|timeFormat';
DPathHeader.txt98 …s/calendar[@type="gregorian"]/timeFormats/timeFormatLength[@type="%A"]/timeFormat[@type="%A"]/patt…
99 //ldml/dates/calendars/calendar[@type="%A"]/timeFormats/timeFormatLength[@type="%A"]/timeFormat[@ty…
DPathDescription.txt167 …endar\[@type="([^"]*)"]/timeFormats/timeFormatLength\[@type="([^"]*)"]/timeFormat\[@type="([^"]*)"…
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java1264 DateFormat timeFormat = DateFormat.getTimeInstance(DateFormat.MEDIUM); in testNumericFormatWithMap() local
1267 fmtMap.put("2", timeFormat); in testNumericFormatWithMap()
DDateFormatTest.java4743 DateFormat timeFormat = DateFormat.getTimeInstance(timeStyle, locale); in TestDotAndAtLeniency() local
4748 … formattedString = dateFormat.format(TEST_DATE) + " " + timeFormat.format(TEST_DATE); in TestDotAndAtLeniency()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java1261 DateFormat timeFormat = DateFormat.getTimeInstance(DateFormat.MEDIUM); in testNumericFormatWithMap() local
1264 fmtMap.put("2", timeFormat); in testNumericFormatWithMap()
DDateFormatTest.java4740 DateFormat timeFormat = DateFormat.getTimeInstance(timeStyle, locale); in TestDotAndAtLeniency() local
4745 … formattedString = dateFormat.format(TEST_DATE) + " " + timeFormat.format(TEST_DATE); in TestDotAndAtLeniency()
/external/icu/tools/cldr/cldr-to-icu/src/main/resources/
Dldml2icu_locale.txt135 //ldml/dates/calendars/calendar[@type="(%A)"]/(timeFormat)s/\2Length[@type="(%A)"]/\2[@type="%A"]/p…
/external/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp4506 … LocalPointer<DateFormat> timeFormat(DateFormat::createTimeInstance(timeStyle, locale)); in TestDotAndAtLeniency() local
4519 … formattedString = dateFormat->format(TEST_DATE, ds) + " " + timeFormat->format(TEST_DATE, ts); in TestDotAndAtLeniency()
/external/guice/extensions/struts2/lib/
Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/ ...