Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DDayPeriodInfo.java456 int flexEnd = s.getAdjustedEnd() % NOON; in collisionIsErrorFormat() local
457 if (otherStart <= flexEnd && otherEnd >= flexStart) { // overlap? in collisionIsErrorFormat()
474 int flexEnd = s.getAdjustedEnd(); in collisionIsErrorSelection() local
480 } else if (otherEnd != flexEnd) { // not same?? in collisionIsErrorSelection()
482 sampleError.value = (otherEnd + flexEnd) / 2; // half-way between in collisionIsErrorSelection()