Home
last modified time | relevance | path

Searched refs:periodType (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleDateFormat.java1983 DayPeriodRules.DayPeriod periodType; in subFormat() local
1985 periodType = DayPeriodRules.DayPeriod.MIDNIGHT; in subFormat()
1987 periodType = DayPeriodRules.DayPeriod.NOON; in subFormat()
1989 periodType = ruleSet.getDayPeriodForHour(hour); in subFormat()
1997 assert(periodType != null); in subFormat()
2001 … if (periodType != DayPeriodRules.DayPeriod.AM && periodType != DayPeriodRules.DayPeriod.PM && in subFormat()
2002 periodType != DayPeriodRules.DayPeriod.MIDNIGHT) { in subFormat()
2003 index = periodType.ordinal(); in subFormat()
2019 (periodType == DayPeriodRules.DayPeriod.MIDNIGHT || in subFormat()
2020 periodType == DayPeriodRules.DayPeriod.NOON)) { in subFormat()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DSimpleDateFormat.java1970 DayPeriodRules.DayPeriod periodType; in subFormat() local
1972 periodType = DayPeriodRules.DayPeriod.MIDNIGHT; in subFormat()
1974 periodType = DayPeriodRules.DayPeriod.NOON; in subFormat()
1976 periodType = ruleSet.getDayPeriodForHour(hour); in subFormat()
1984 assert(periodType != null); in subFormat()
1988 … if (periodType != DayPeriodRules.DayPeriod.AM && periodType != DayPeriodRules.DayPeriod.PM && in subFormat()
1989 periodType != DayPeriodRules.DayPeriod.MIDNIGHT) { in subFormat()
1990 index = periodType.ordinal(); in subFormat()
2006 (periodType == DayPeriodRules.DayPeriod.MIDNIGHT || in subFormat()
2007 periodType == DayPeriodRules.DayPeriod.NOON)) { in subFormat()
[all …]
/third_party/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp2011 DayPeriodRules::DayPeriod periodType; in subFormat() local
2013 periodType = DayPeriodRules::DAYPERIOD_MIDNIGHT; in subFormat()
2015 periodType = DayPeriodRules::DAYPERIOD_NOON; in subFormat()
2017 periodType = ruleSet->getDayPeriodForHour(hour); in subFormat()
2022 U_ASSERT(periodType != DayPeriodRules::DAYPERIOD_UNKNOWN); in subFormat()
2029 if (periodType != DayPeriodRules::DAYPERIOD_AM && in subFormat()
2030 periodType != DayPeriodRules::DAYPERIOD_PM && in subFormat()
2031 periodType != DayPeriodRules::DAYPERIOD_MIDNIGHT) { in subFormat()
2032 index = (int32_t)periodType; in subFormat()
2047 (periodType == DayPeriodRules::DAYPERIOD_MIDNIGHT || in subFormat()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dsmpdtfmt.cpp1963 DayPeriodRules::DayPeriod periodType; in subFormat() local
1965 periodType = DayPeriodRules::DAYPERIOD_MIDNIGHT; in subFormat()
1967 periodType = DayPeriodRules::DAYPERIOD_NOON; in subFormat()
1969 periodType = ruleSet->getDayPeriodForHour(hour); in subFormat()
1974 U_ASSERT(periodType != DayPeriodRules::DAYPERIOD_UNKNOWN); in subFormat()
1981 if (periodType != DayPeriodRules::DAYPERIOD_AM && in subFormat()
1982 periodType != DayPeriodRules::DAYPERIOD_PM && in subFormat()
1983 periodType != DayPeriodRules::DAYPERIOD_MIDNIGHT) { in subFormat()
1984 index = (int32_t)periodType; in subFormat()
1999 (periodType == DayPeriodRules::DAYPERIOD_MIDNIGHT || in subFormat()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dsmpdtfmt.cpp1966 DayPeriodRules::DayPeriod periodType; in subFormat() local
1968 periodType = DayPeriodRules::DAYPERIOD_MIDNIGHT; in subFormat()
1970 periodType = DayPeriodRules::DAYPERIOD_NOON; in subFormat()
1972 periodType = ruleSet->getDayPeriodForHour(hour); in subFormat()
1977 U_ASSERT(periodType != DayPeriodRules::DAYPERIOD_UNKNOWN); in subFormat()
1984 if (periodType != DayPeriodRules::DAYPERIOD_AM && in subFormat()
1985 periodType != DayPeriodRules::DAYPERIOD_PM && in subFormat()
1986 periodType != DayPeriodRules::DAYPERIOD_MIDNIGHT) { in subFormat()
1987 index = (int32_t)periodType; in subFormat()
2002 (periodType == DayPeriodRules::DAYPERIOD_MIDNIGHT || in subFormat()
[all …]