Searched refs:greatestDifference (Results 1 – 8 of 8) sorted by relevance
/external/cldr/tools/cldr-code/src/test/resources/org/unicode/cldr/unittest/ |
D | TestCoverageLevel.txt | 30 ….*"]/dateTimeFormats/intervalFormats/intervalFormatItem\[@id=".*"]/greatestDifference\[@id=".*"] ;…
|
D | TestExamples.txt | 7 …"%A"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id="%A"]/greatestDifference[@id="%A"] ;…
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
D | ExampleGenerator.java | 1116 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()
|
D | CheckDates.java | 860 … 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/ |
D | prettyPath.txt | 122 '$%%/dateTimeFormats/intervalFormats/intervalFormatItem[@id="' ($avalue) '"]/greatestDifference[@id…
|
D | PathHeader.txt | 127 …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/ |
D | tr35-dates.md | 819 <!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> 855 …greatestDifference` values corresponding to the date fields in the skeleton, use the mechanisms de… 857 …greatestDifference` values corresponding to the time fields in the skeleton, separate the skeleton… [all …]
|
/external/icu/tools/cldr/cldr-to-icu/src/main/resources/ |
D | ldml2icu_locale.txt | 213 …)"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id="(%A)"]/greatestDifference[@id="(%A)"] …
|