Home
last modified time | relevance | path

Searched refs:greatestDifference (Results 1 – 8 of 8) sorted by relevance

/external/cldr/tools/cldr-code/src/test/resources/org/unicode/cldr/unittest/
DTestCoverageLevel.txt30 ….*"]/dateTimeFormats/intervalFormats/intervalFormatItem\[@id=".*"]/greatestDifference\[@id=".*"] ;…
DTestExamples.txt7 …"%A"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id="%A"]/greatestDifference[@id="%A"] ;…
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DExampleGenerator.java1116 String greatestDifference = parts.getAttributeValue(-1, "id"); in handleIntervalFormats() local
1122 if (greatestDifference.equals("H")) { // Hour [0-23] in handleIntervalFormats()
1123 greatestDifference = "h"; // Hour [1-12] in handleIntervalFormats()
1124 } else if (greatestDifference.equals("B") // flexible day periods in handleIntervalFormats()
1125 || greatestDifference.equals("b")) { // am, pm, noon, midnight in handleIntervalFormats()
1126 greatestDifference = "a"; // AM, PM in handleIntervalFormats()
1132 Date later = SECOND_INTERVAL.get(greatestDifference); in handleIntervalFormats()
DCheckDates.java860 … String greatestDifference = pathParts.findAttributeValue("greatestDifference", "id"); in checkPattern() local
862 if ("y".equals(greatestDifference)) { in checkPattern()
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/
DprettyPath.txt122 '$%%/dateTimeFormats/intervalFormats/intervalFormatItem[@id="' ($avalue) '"]/greatestDifference[@id…
DPathHeader.txt127 …an"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id="h%A"]/greatestDifference[@id="%A"] ; …
128 …an"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id="H%A"]/greatestDifference[@id="%A"] ; …
130 …"%N"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id="%A"]/greatestDifference[@id="%A"] ; …
131 …"%A"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id="%A"]/greatestDifference[@id="%A"] ; …
/external/cldr/docs/ldml/
Dtr35-dates.md819 <!ELEMENT intervalFormatItem (alias | (greatestDifference*, special*)) >
822 <!ELEMENT greatestDifference ( #PCDATA ) >
823 <!ATTLIST greatestDifference id NMTOKEN #REQUIRED >
836 …mats) on which the format pattern is based. The `id` attribute of `greatestDifference` is the cale…
838 …c interval pattern of start and end datetime on a "skeleton" and a greatestDifference. As stated a…
844 <greatestDifference id="M">MMM d – MMM d, yyyy</greatestDifference>
845 <greatestDifference id="d">MMM d–d, yyyy</greatestDifference>
846 <greatestDifference id="y">MMM d, yyyy – MMM d, yyyy</greatestDifference>
855greatestDifference` values corresponding to the date fields in the skeleton, use the mechanisms de…
857greatestDifference` values corresponding to the time fields in the skeleton, separate the skeleton…
[all …]
/external/icu/tools/cldr/cldr-to-icu/src/main/resources/
Dldml2icu_locale.txt213 …)"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id="(%A)"]/greatestDifference[@id="(%A)"] …