Searched refs:periodType (Results 1 – 3 of 3) sorted by relevance
1982 DayPeriodRules.DayPeriod periodType; in subFormat() local1984 periodType = DayPeriodRules.DayPeriod.MIDNIGHT; in subFormat()1986 periodType = DayPeriodRules.DayPeriod.NOON; in subFormat()1988 periodType = ruleSet.getDayPeriodForHour(hour); in subFormat()1996 assert(periodType != null); in subFormat()2000 … if (periodType != DayPeriodRules.DayPeriod.AM && periodType != DayPeriodRules.DayPeriod.PM && in subFormat()2001 periodType != DayPeriodRules.DayPeriod.MIDNIGHT) { in subFormat()2002 index = periodType.ordinal(); in subFormat()2018 (periodType == DayPeriodRules.DayPeriod.MIDNIGHT || in subFormat()2019 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 …]
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 …]