Home | History | Annotate | Download | only in text

Lines Matching defs:formatNumeric

477     public String formatNumeric(double offset, RelativeDateTimeUnit unit) {
496 throw new UnsupportedOperationException("formatNumeric does not currently support RelativeUnit.SUNDAY..SATURDAY");
612 // otherwise fallback to formatNumeric
613 return formatNumeric(offset, unit);