Home
last modified time | relevance | path

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

/external/icu/libicu/cts_headers/
Ddayperiodrules.h53 DayPeriod getDayPeriodForHour(int32_t hour) const { return fDayPeriodForHour[hour]; } in getDayPeriodForHour() function
/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.cpp1969 periodType = ruleSet->getDayPeriodForHour(hour); in subFormat()
2001 periodType = ruleSet->getDayPeriodForHour(hour); in subFormat()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DDayPeriodRules.java363 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.java1988 periodType = ruleSet.getDayPeriodForHour(hour); in subFormat()
2020 periodType = ruleSet.getDayPeriodForHour(hour); in subFormat()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSimpleDateFormat.java1976 periodType = ruleSet.getDayPeriodForHour(hour); in subFormat()
2008 periodType = ruleSet.getDayPeriodForHour(hour); in subFormat()