HomeSort by relevance Sort by last modified time
    Searched refs:sampleError (Results 1 - 2 of 2) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/util/
DayPeriodInfo.java 366 * @param sampleError TODO
370 Output<Integer> sampleError) {
408 if (collisionIsErrorFormat(flexible, fixedOrFlexible.span, sampleError)) {
413 if (collisionIsErrorFormat(flexible, s, sampleError)) {
422 if (collisionIsErrorSelection(flexible, fixedOrFlexible.span, sampleError)) {
427 if (collisionIsErrorSelection(flexible, s, sampleError)) {
443 private boolean collisionIsErrorFormat(DayPeriod dayPeriod, Span other, Output<Integer> sampleError) {
450 if (sampleError != null) {
451 sampleError.value = Math.max(otherStart, otherEnd);
461 private boolean collisionIsErrorSelection(DayPeriod dayPeriod, Span other, Output<Integer> sampleError) {
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/test/
CheckDates.java 450 Output<Integer> sampleError = new Output<>();
472 if (!dateFormatInfoFormat.collisionIsError(type, dayPeriod, itemType, itemDayPeriod, sampleError)) {
493 if (sampleError.value == null) {
498 value, others.toString(), sampleError.value / DayPeriodInfo.HOUR);
    [all...]

Completed in 2142 milliseconds