Home
last modified time | relevance | path

Searched defs:dayPeriod (Results 1 – 21 of 21) sorted by relevance

/third_party/typescript/lib/
Dlib.es2021.intl.d.ts31 dayPeriod?: "narrow" | "short" | "long" | undefined; property
49 dayPeriod?: "narrow" | "short" | "long"; property
Dlib.es2017.intl.d.ts25 dayPeriod: any property
Dlib.es2020.intl.d.ts274 dayPeriod?: "narrow" | "short" | "long" | undefined; property
/third_party/typescript/src/lib/
Des2021.intl.d.ts11 dayPeriod?: "narrow" | "short" | "long" | undefined; property
29 dayPeriod?: "narrow" | "short" | "long"; property
Des2017.intl.d.ts5 dayPeriod: any property
Des2020.intl.d.ts254 dayPeriod?: "narrow" | "short" | "long" | undefined; property
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DDayPeriodRules.java270 public double getMidPointForDayPeriod(DayPeriod dayPeriod) { in getMidPointForDayPeriod()
306 private int getStartHourForDayPeriod(DayPeriod dayPeriod) throws IllegalArgumentException { in getStartHourForDayPeriod()
329 private int getEndHourForDayPeriod(DayPeriod dayPeriod) { in getEndHourForDayPeriod()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DDayPeriodRules.java277 public double getMidPointForDayPeriod(DayPeriod dayPeriod) { in getMidPointForDayPeriod()
313 private int getStartHourForDayPeriod(DayPeriod dayPeriod) throws IllegalArgumentException { in getStartHourForDayPeriod()
336 private int getEndHourForDayPeriod(DayPeriod dayPeriod) { in getEndHourForDayPeriod()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddayperiodrules.cpp391 DayPeriodRules::DayPeriod dayPeriod, UErrorCode &errorCode) const { in getMidPointForDayPeriod()
414 DayPeriodRules::DayPeriod dayPeriod, UErrorCode &errorCode) const { in getStartHourForDayPeriod()
441 DayPeriodRules::DayPeriod dayPeriod, UErrorCode &errorCode) const { in getEndHourForDayPeriod()
Ddtfmtsym.cpp2006 UnicodeString *dayPeriod = static_cast<UnicodeString*>(map->get(dayPeriodKey)); in loadDayPeriodStrings() local
Dsmpdtfmt.cpp2417 DayPeriodRules::DayPeriod dayPeriod = (DayPeriodRules::DayPeriod)dayPeriodInt; in parse() local
/third_party/icu/icu4c/source/i18n/
Ddayperiodrules.cpp391 DayPeriodRules::DayPeriod dayPeriod, UErrorCode &errorCode) const { in getMidPointForDayPeriod()
414 DayPeriodRules::DayPeriod dayPeriod, UErrorCode &errorCode) const { in getStartHourForDayPeriod()
441 DayPeriodRules::DayPeriod dayPeriod, UErrorCode &errorCode) const { in getEndHourForDayPeriod()
Ddtfmtsym.cpp2000 UnicodeString *dayPeriod = static_cast<UnicodeString*>(map->get(dayPeriodKey)); in loadDayPeriodStrings() local
Dsmpdtfmt.cpp2465 DayPeriodRules::DayPeriod dayPeriod = (DayPeriodRules::DayPeriod)dayPeriodInt; in parse() local
/third_party/node/deps/icu-small/source/i18n/
Ddayperiodrules.cpp391 DayPeriodRules::DayPeriod dayPeriod, UErrorCode &errorCode) const { in getMidPointForDayPeriod()
414 DayPeriodRules::DayPeriod dayPeriod, UErrorCode &errorCode) const { in getStartHourForDayPeriod()
441 DayPeriodRules::DayPeriod dayPeriod, UErrorCode &errorCode) const { in getEndHourForDayPeriod()
Ddtfmtsym.cpp2008 UnicodeString *dayPeriod = static_cast<UnicodeString*>(map->get(dayPeriodKey)); in loadDayPeriodStrings() local
Dsmpdtfmt.cpp2407 DayPeriodRules::DayPeriod dayPeriod = (DayPeriodRules::DayPeriod)dayPeriodInt; in parse() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_intl.js160 dayPeriod: '[PC preview] unknow dayPeriod', property
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleDateFormat.java2422 Output<DayPeriodRules.DayPeriod> dayPeriod = new Output<>(null); in parse() local
3135 Output<DayPeriodRules.DayPeriod> dayPeriod) in matchDayPeriodString()
3226 Output<DayPeriodRules.DayPeriod> dayPeriod) in subParse()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DSimpleDateFormat.java2399 Output<DayPeriodRules.DayPeriod> dayPeriod = new Output<>(null); in parse() local
3050 Output<DayPeriodRules.DayPeriod> dayPeriod) in matchDayPeriodString()
3140 Output<DayPeriodRules.DayPeriod> dayPeriod) in subParse()
/third_party/typescript/tests/lib/
Dlib.d.ts3944 dayPeriod?: "narrow" | "short" | " long"; property