Searched refs:hourCycle (Results 1 – 8 of 8) sorted by relevance
88 hourCycle: '[PC preview] unknow hourCycle', property147 hourCycle: '[PC preview] unknow hourCycle', property217 hourCycle: '[PC preview] unknow hourCycle', property
279 hourCycle?: "h11" | "h12" | "h23" | "h24" | undefined; property295 hourCycle?: LocaleHourCycleKey; property
48 hourCycle?: "h11" | "h12" | "h23" | "h24"; property
259 hourCycle?: "h11" | "h12" | "h23" | "h24" | undefined; property275 hourCycle?: LocaleHourCycleKey; property
28 hourCycle?: "h11" | "h12" | "h23" | "h24"; property
391 String hourCycle = uLocale.getKeywordValue("hours"); in getAllowedHourFormats() local392 if (hourCycle != null) { in getAllowedHourFormats()393 switch(hourCycle) { in getAllowedHourFormats()
369 String hourCycle = uLocale.getKeywordValue("hours"); in getAllowedHourFormats() local370 if (hourCycle != null) { in getAllowedHourFormats()371 switch(hourCycle) { in getAllowedHourFormats()
3949 hourCycle?: "h11" | "h12" | "h23" | "h24"; property