Searched refs:periodType (Results 1 – 5 of 5) sorted by relevance
1983 DayPeriodRules.DayPeriod periodType; in subFormat() local1985 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 …]
1970 DayPeriodRules.DayPeriod periodType; in subFormat() local1972 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 …]
2011 DayPeriodRules::DayPeriod periodType; in subFormat() local2013 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 …]
1963 DayPeriodRules::DayPeriod periodType; in subFormat() local1965 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 …]
1966 DayPeriodRules::DayPeriod periodType; in subFormat() local1968 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 …]