Searched refs:cutoffType (Results 1 – 3 of 3) sorted by relevance
119 cutoffType = CutoffType.fromStringOrNull(key); in processRules()124 addCutoff(cutoffType, value.getString()); in processRules()147 private CutoffType cutoffType; field in DayPeriodRules.DayPeriodRulesDataSink
115 cutoffType = CutoffType.fromStringOrNull(key); in processRules()120 addCutoff(cutoffType, value.getString()); in processRules()143 private CutoffType cutoffType; field in DayPeriodRules.DayPeriodRulesDataSink
107 cutoffType = getCutoffTypeFromString(key); in processRules()114 addCutoff(cutoffType, value.getUnicodeString(errorCode), errorCode); in processRules()138 CutoffType cutoffType; member