Searched defs:formatNumeric (Results 1 - 6 of 6) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRelativeDateTimeFormatter.java493 public String formatNumeric(double offset, RelativeDateTimeUnit unit) { method in class:RelativeDateTimeFormatter
512 throw new UnsupportedOperationException("formatNumeric does not currently support RelativeUnit.SUNDAY..SATURDAY");
629 // otherwise fallback to formatNumeric
630 return formatNumeric(offset, unit);
H A DMeasureFormat.java532 return formatNumeric(hms, appendTo);
1233 private StringBuilder formatNumeric(Number[] hms, StringBuilder appendable) { method in class:MeasureFormat
1257 return formatNumeric(
1266 return formatNumeric(
1275 return formatNumeric(
1294 private StringBuilder formatNumeric( method in class:MeasureFormat
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRelativeDateTimeFormatter.java550 public String formatNumeric(double offset, RelativeDateTimeUnit unit) { method in class:RelativeDateTimeFormatter
569 throw new UnsupportedOperationException("formatNumeric does not currently support RelativeUnit.SUNDAY..SATURDAY");
688 // otherwise fallback to formatNumeric
689 return formatNumeric(offset, unit);
H A DMeasureFormat.java551 return formatNumeric(hms, appendTo);
1261 private StringBuilder formatNumeric(Number[] hms, StringBuilder appendable) { method in class:MeasureFormat
1285 return formatNumeric(
1294 return formatNumeric(
1303 return formatNumeric(
1322 private StringBuilder formatNumeric( method in class:MeasureFormat
/external/icu/icu4c/source/i18n/
H A Dreldatefmt.cpp823 UnicodeString& RelativeDateTimeFormatter::formatNumeric( function in class:RelativeDateTimeFormatter
940 // otherwise fallback to formatNumeric
941 return formatNumeric(offset, unit, appendTo, status);
1065 ((RelativeDateTimeFormatter*)reldatefmt)->formatNumeric(offset, unit, res, *status);
H A Dmeasfmt.cpp803 return formatNumeric(hms, bitMap, appendTo, status);
964 UnicodeString &MeasureFormat::formatNumeric( function in class:MeasureFormat
979 return formatNumeric(
988 return formatNumeric(
997 return formatNumeric(
1029 UnicodeString &MeasureFormat::formatNumeric( function in class:MeasureFormat

Completed in 164 milliseconds