Home
last modified time | relevance | path

Searched refs:getDayPeriodForHour (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddayperiodrules.h53 DayPeriod getDayPeriodForHour(int32_t hour) const { return fDayPeriodForHour[hour]; } in getDayPeriodForHour() function
Ddayperiodrules.cpp375 if (ruleSetNum <= 0 || data->rules[ruleSetNum].getDayPeriodForHour(0) == DAYPERIOD_UNKNOWN) { in getInstance()
Dsmpdtfmt.cpp1898 periodType = ruleSet->getDayPeriodForHour(hour); in subFormat()
1930 periodType = ruleSet->getDayPeriodForHour(hour); in subFormat()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DDayPeriodRules.java360 public DayPeriod getDayPeriodForHour(int hour) { return dayPeriodForHour[hour]; } in getDayPeriodForHour() method in DayPeriodRules
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DDayPeriodRules.java356 public DayPeriod getDayPeriodForHour(int hour) { return dayPeriodForHour[hour]; } in getDayPeriodForHour() method in DayPeriodRules
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleDateFormat.java1949 periodType = ruleSet.getDayPeriodForHour(hour); in subFormat()
1981 periodType = ruleSet.getDayPeriodForHour(hour); in subFormat()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSimpleDateFormat.java1939 periodType = ruleSet.getDayPeriodForHour(hour); in subFormat()
1971 periodType = ruleSet.getDayPeriodForHour(hour); in subFormat()