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.java455 int flexStart = s.start % NOON; in collisionIsErrorFormat() local
457 if (otherStart <= flexEnd && otherEnd >= flexStart) { // overlap? in collisionIsErrorFormat()
473 int flexStart = s.start; in collisionIsErrorSelection() local
475 if (otherStart != flexStart) { // not same?? in collisionIsErrorSelection()
477 sampleError.value = (otherStart + flexStart) / 2; // half-way between in collisionIsErrorSelection()