Searched refs:sampleError (Results 1 – 2 of 2) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | DayPeriodInfo.java | 370 Output<Integer> sampleError) { in collisionIsError() argument 408 if (collisionIsErrorFormat(flexible, fixedOrFlexible.span, sampleError)) { in collisionIsError() 413 if (collisionIsErrorFormat(flexible, s, sampleError)) { in collisionIsError() 422 if (collisionIsErrorSelection(flexible, fixedOrFlexible.span, sampleError)) { in collisionIsError() 427 if (collisionIsErrorSelection(flexible, s, sampleError)) { in collisionIsError() 443 …vate boolean collisionIsErrorFormat(DayPeriod dayPeriod, Span other, Output<Integer> sampleError) { in collisionIsErrorFormat() argument 450 if (sampleError != null) { in collisionIsErrorFormat() 451 sampleError.value = Math.max(otherStart, otherEnd); in collisionIsErrorFormat() 461 …e boolean collisionIsErrorSelection(DayPeriod dayPeriod, Span other, Output<Integer> sampleError) { in collisionIsErrorSelection() argument 468 if (sampleError != null) { in collisionIsErrorSelection() [all …]
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckDates.java | 450 Output<Integer> sampleError = new Output<>(); in handleCheck() local 472 …f (!dateFormatInfoFormat.collisionIsError(type, dayPeriod, itemType, itemDayPeriod, sampleError)) { in handleCheck() 493 if (sampleError.value == null) { in handleCheck() 498 value, others.toString(), sampleError.value / DayPeriodInfo.HOUR); in handleCheck()
|