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

  /external/icu/icu4c/source/i18n/unicode/
measfmt.h 393 UnicodeString &formatNumeric(
400 UnicodeString &formatNumeric(
reldatefmt.h 443 UnicodeString& formatNumeric(
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MeasureFormat.java 420 formatNumeric(hms, appendTo);
820 private void formatNumeric(Number[] hms, Appendable appendable) {
843 formatNumeric(d,
850 formatNumeric(d,
857 formatNumeric(d,
876 private void formatNumeric(
    [all...]
RelativeDateTimeFormatter.java 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);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MeasureFormat.java 446 formatNumeric(hms, appendTo);
861 private void formatNumeric(Number[] hms, Appendable appendable) {
884 formatNumeric(d,
891 formatNumeric(d,
898 formatNumeric(d,
    [all...]
RelativeDateTimeFormatter.java 534 public String formatNumeric(double offset, RelativeDateTimeUnit unit) {
553 throw new UnsupportedOperationException("formatNumeric does not currently support RelativeUnit.SUNDAY..SATURDAY");
671 // otherwise fallback to formatNumeric
672 return formatNumeric(offset, unit);
    [all...]
  /external/icu/icu4c/source/i18n/
measfmt.cpp 812 return formatNumeric(hms, bitMap, appendTo, status);
    [all...]
reldatefmt.cpp 869 UnicodeString& RelativeDateTimeFormatter::formatNumeric(
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
RelativeDateTimeFormatterTest.java     [all...]
  /external/icu/icu4c/source/test/intltest/
reldatefmttest.cpp     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RelativeDateTimeFormatterTest.java     [all...]
  /external/v8/src/builtins/
builtins-intl.cc     [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 1240 milliseconds