Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DDayPeriodInfo.java447 int flexStart = s.start % NOON; in collisionIsErrorFormat() local
449 if (otherStart <= flexEnd && otherEnd >= flexStart) { // overlap? in collisionIsErrorFormat()
465 int flexStart = s.start; in collisionIsErrorSelection() local
467 if (otherStart != flexStart) { // not same?? in collisionIsErrorSelection()
469 sampleError.value = (otherStart + flexStart) / 2; // half-way between in collisionIsErrorSelection()