Lines Matching refs:DayPeriodRules
1867 … const DayPeriodRules *ruleSet = DayPeriodRules::getInstance(this->getSmpFmtLocale(), status); in subFormat()
1892 DayPeriodRules::DayPeriod periodType; in subFormat()
1894 periodType = DayPeriodRules::DAYPERIOD_MIDNIGHT; in subFormat()
1896 periodType = DayPeriodRules::DAYPERIOD_NOON; in subFormat()
1903 U_ASSERT(periodType != DayPeriodRules::DAYPERIOD_UNKNOWN); in subFormat()
1910 if (periodType != DayPeriodRules::DAYPERIOD_AM && in subFormat()
1911 periodType != DayPeriodRules::DAYPERIOD_PM && in subFormat()
1912 periodType != DayPeriodRules::DAYPERIOD_MIDNIGHT) { in subFormat()
1928 (periodType == DayPeriodRules::DAYPERIOD_MIDNIGHT || in subFormat()
1929 periodType == DayPeriodRules::DAYPERIOD_NOON)) { in subFormat()
1943 if (periodType == DayPeriodRules::DAYPERIOD_AM || in subFormat()
1944 periodType == DayPeriodRules::DAYPERIOD_PM || in subFormat()
2294 DayPeriodRules::DayPeriod dayPeriod = (DayPeriodRules::DayPeriod)dayPeriodInt; in parse()
2295 … const DayPeriodRules *ruleSet = DayPeriodRules::getInstance(this->getSmpFmtLocale(), status); in parse()