Searched refs:addCutoff (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | DayPeriodRules.java | 119 addCutoff(type, value.getString()); in processRules() 127 addCutoff(cutoffType, value.getString()); in processRules() 153 private void addCutoff(CutoffType type, String hourStr) { in addCutoff() method in DayPeriodRules.DayPeriodRulesDataSink
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | DayPeriodRules.java | 112 addCutoff(type, value.getString()); in processRules() 120 addCutoff(cutoffType, value.getString()); in processRules() 146 private void addCutoff(CutoffType type, String hourStr) { in addCutoff() method in DayPeriodRules.DayPeriodRulesDataSink
|
/external/icu/icu4c/source/i18n/ |
D | dayperiodrules.cpp | 103 addCutoff(type, value.getUnicodeString(errorCode), errorCode); in processRules() 114 addCutoff(cutoffType, value.getUnicodeString(errorCode), errorCode); in processRules() 177 void addCutoff(CutoffType type, const UnicodeString &hour_str, UErrorCode &errorCode) { in addCutoff() function
|