Home
last modified time | relevance | path

Searched refs:cutoffs (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddayperiodrules.cpp49 for (int32_t i = 0; i < UPRV_LENGTHOF(cutoffs); ++i) { cutoffs[i] = 0; } in DayPeriodRulesDataSink()
120 for (int32_t k = 0; k < UPRV_LENGTHOF(cutoffs); ++k) { in processRules()
121 cutoffs[k] = 0; in processRules()
133 int32_t cutoffs[25]; // [0] thru [24]: 24 is allowed in "before 24". member
188 cutoffs[hour] |= 1 << type; in addCutoff()
197 if (cutoffs[startHour] & (1 << CUTOFF_TYPE_AT)) { in setDayPeriodForHoursFromCutoffs()
209 if (cutoffs[startHour] & (1 << CUTOFF_TYPE_FROM) || in setDayPeriodForHoursFromCutoffs()
210 cutoffs[startHour] & (1 << CUTOFF_TYPE_AFTER)) { in setDayPeriodForHoursFromCutoffs()
218 if (cutoffs[hour] & (1 << CUTOFF_TYPE_BEFORE)) { in setDayPeriodForHoursFromCutoffs()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DDayPeriodRules.java129 for (int k = 0; k < cutoffs.length; ++k) { in processRules()
130 cutoffs[k] = 0; in processRules()
142 private int cutoffs[] = new int[25]; // [0] thru [24]; 24 is allowed is "before 24". field in DayPeriodRules.DayPeriodRulesDataSink
153 cutoffs[hour] |= 1 << type.ordinal(); in addCutoff()
160 if ((cutoffs[startHour] & (1 << CutoffType.AT.ordinal())) > 0) { in setDayPeriodForHoursFromCutoffs()
171 if ((cutoffs[startHour] & (1 << CutoffType.FROM.ordinal())) > 0 || in setDayPeriodForHoursFromCutoffs()
172 (cutoffs[startHour] & (1 << CutoffType.AFTER.ordinal())) > 0) { in setDayPeriodForHoursFromCutoffs()
180 if ((cutoffs[hour] & (1 << CutoffType.BEFORE.ordinal())) > 0) { in setDayPeriodForHoursFromCutoffs()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DDayPeriodRules.java125 for (int k = 0; k < cutoffs.length; ++k) { in processRules()
126 cutoffs[k] = 0; in processRules()
138 private int cutoffs[] = new int[25]; // [0] thru [24]; 24 is allowed is "before 24". field in DayPeriodRules.DayPeriodRulesDataSink
149 cutoffs[hour] |= 1 << type.ordinal(); in addCutoff()
156 if ((cutoffs[startHour] & (1 << CutoffType.AT.ordinal())) > 0) { in setDayPeriodForHoursFromCutoffs()
167 if ((cutoffs[startHour] & (1 << CutoffType.FROM.ordinal())) > 0 || in setDayPeriodForHoursFromCutoffs()
168 (cutoffs[startHour] & (1 << CutoffType.AFTER.ordinal())) > 0) { in setDayPeriodForHoursFromCutoffs()
176 if ((cutoffs[hour] & (1 << CutoffType.BEFORE.ordinal())) > 0) { in setDayPeriodForHoursFromCutoffs()
/external/llvm/test/tools/llvm-profdata/
Dgeneral.proftext82 # RUN: llvm-profdata show --detailed-summary --detailed-summary-cutoffs=600000 %t.profdata | FileCh…
85 # RUN: llvm-profdata show --detailed-summary --detailed-summary-cutoffs=600000,900000,999999 %t.pro…
/external/llvm/test/CodeGen/X86/
Dragreedy-last-chance-recoloring.ll15 ; Test whether exhaustive-register-search can bypass the depth and interference cutoffs of last cha…