Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_intl.js88 hourCycle: '[PC preview] unknow hourCycle', property
147 hourCycle: '[PC preview] unknow hourCycle', property
217 hourCycle: '[PC preview] unknow hourCycle', property
/third_party/typescript/lib/
Dlib.es2020.intl.d.ts279 hourCycle?: "h11" | "h12" | "h23" | "h24" | undefined; property
295 hourCycle?: LocaleHourCycleKey; property
Dlib.es2021.intl.d.ts48 hourCycle?: "h11" | "h12" | "h23" | "h24"; property
/third_party/typescript/src/lib/
Des2020.intl.d.ts259 hourCycle?: "h11" | "h12" | "h23" | "h24" | undefined; property
275 hourCycle?: LocaleHourCycleKey; property
Des2021.intl.d.ts28 hourCycle?: "h11" | "h12" | "h23" | "h24"; property
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateTimePatternGenerator.java391 String hourCycle = uLocale.getKeywordValue("hours"); in getAllowedHourFormats() local
392 if (hourCycle != null) { in getAllowedHourFormats()
393 switch(hourCycle) { in getAllowedHourFormats()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateTimePatternGenerator.java369 String hourCycle = uLocale.getKeywordValue("hours"); in getAllowedHourFormats() local
370 if (hourCycle != null) { in getAllowedHourFormats()
371 switch(hourCycle) { in getAllowedHourFormats()
/third_party/typescript/tests/lib/
Dlib.d.ts3949 hourCycle?: "h11" | "h12" | "h23" | "h24"; property