Home
last modified time | relevance | path

Searched refs:formatNumeric (Results 1 - 19 of 19) sorted by relevance

/third_party/icu/icu4c/source/i18n/unicode/
H A Dmeasfmt.h384 UnicodeString &formatNumeric(
H A Dreldatefmt.h576 UnicodeString& formatNumeric(
588 * information than the String returned by formatNumeric().
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dmeasfmt.h384 UnicodeString &formatNumeric(
H A Dreldatefmt.h574 UnicodeString& formatNumeric(
586 * information than the String returned by formatNumeric().
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dmeasfmt.h384 UnicodeString &formatNumeric(
H A Dreldatefmt.h576 UnicodeString& formatNumeric(
588 * information than the String returned by formatNumeric().
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMeasureFormat.java452 formatNumeric(hms, appendTo); in formatMeasuresInternal()
873 private void formatNumeric(Number[] hms, Appendable appendable) { in formatNumeric() method in MeasureFormat
889 } else { // h m s, handled outside formatNumeric. No value is also an error. in formatNumeric()
H A DRelativeDateTimeFormatter.java725 public String formatNumeric(double offset, RelativeDateTimeUnit unit) { in formatNumeric() method in RelativeDateTimeFormatter
736 * information than the String returned by formatNumeric().
752 /** Implementation method for formatNumeric and formatNumericToValue */
772 throw new UnsupportedOperationException("formatNumeric does not currently support RelativeUnit.SUNDAY..SATURDAY"); in formatNumericImpl()
965 // otherwise fallback to formatNumeric in formatRelativeImpl()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DMeasureFormat.java433 formatNumeric(hms, appendTo); in formatMeasuresInternal()
838 private void formatNumeric(Number[] hms, Appendable appendable) { in formatNumeric() method in MeasureFormat
854 } else { // h m s, handled outside formatNumeric. No value is also an error. in formatNumeric()
H A DRelativeDateTimeFormatter.java644 public String formatNumeric(double offset, RelativeDateTimeUnit unit) { in formatNumeric() method in RelativeDateTimeFormatter
655 * information than the String returned by formatNumeric().
670 /** Implementation method for formatNumeric and formatNumericToValue */
690 throw new UnsupportedOperationException("formatNumeric does not currently support RelativeUnit.SUNDAY..SATURDAY"); in formatNumericImpl()
879 // otherwise fallback to formatNumeric in formatRelativeImpl()
/third_party/icu/icu4c/source/i18n/
H A Dmeasfmt.cpp542 return formatNumeric(hms, bitMap, appendTo, status); in formatMeasures()
724 UnicodeString &MeasureFormat::formatNumeric( in formatNumeric() function in MeasureFormat
753 } else { // h m s, handled outside formatNumeric. No value is also an error. in formatNumeric()
H A Dreldatefmt.cpp990 UnicodeString& RelativeDateTimeFormatter::formatNumeric( in formatNumeric() function in RelativeDateTimeFormatter
1190 // otherwise fallback to formatNumeric in formatRelativeImpl()
1338 ((RelativeDateTimeFormatter*)reldatefmt)->formatNumeric(offset, unit, res, *status); in ureldatefmt_formatNumeric()
/third_party/node/deps/icu-small/source/i18n/
H A Dmeasfmt.cpp542 return formatNumeric(hms, bitMap, appendTo, status); in formatMeasures()
724 UnicodeString &MeasureFormat::formatNumeric( in formatNumeric() function in MeasureFormat
753 } else { // h m s, handled outside formatNumeric. No value is also an error. in formatNumeric()
H A Dreldatefmt.cpp1002 UnicodeString& RelativeDateTimeFormatter::formatNumeric( in formatNumeric() function in RelativeDateTimeFormatter
1204 // otherwise fallback to formatNumeric in formatRelativeImpl()
1366 ((RelativeDateTimeFormatter*)reldatefmt)->formatNumeric(offset, unit, res, *status); in ureldatefmt_formatNumeric()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmeasfmt.cpp542 return formatNumeric(hms, bitMap, appendTo, status); in formatMeasures()
724 UnicodeString &MeasureFormat::formatNumeric( in formatNumeric() function in MeasureFormat
753 } else { // h m s, handled outside formatNumeric. No value is also an error. in formatNumeric()
H A Dreldatefmt.cpp978 UnicodeString& RelativeDateTimeFormatter::formatNumeric( in formatNumeric() function in RelativeDateTimeFormatter
1174 // otherwise fallback to formatNumeric in formatRelativeImpl()
1322 ((RelativeDateTimeFormatter*)reldatefmt)->formatNumeric(offset, unit, res, *status); in ureldatefmt_formatNumeric()
/third_party/icu/icu4c/source/test/intltest/
H A Dreldatefmttest.cpp1283 fmt.formatNumeric(expectedResult.value, expectedResult.unit, actual, status); in CheckExpectedResult()
1523 assertEquals("formatNumeric", "one week ago", in TestRBNF()
1524 fmt.formatNumeric(-1, UDAT_REL_UNIT_WEEK, result.remove(), status)); in TestRBNF()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DRelativeDateTimeFormatterTest.java866 result = reldatefmt.formatNumeric(offset, item.unit); in TestRelativeDateTimeUnitFormatters()
1118 assertEquals("formatNumeric", "one week ago", fmt.formatNumeric(-1, RelativeDateTimeUnit.WEEK)); in TestRBNF()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DRelativeDateTimeFormatterTest.java863 result = reldatefmt.formatNumeric(offset, item.unit); in TestRelativeDateTimeUnitFormatters()
1115 assertEquals("formatNumeric", "one week ago", fmt.formatNumeric(-1, RelativeDateTimeUnit.WEEK)); in TestRBNF()

Completed in 35 milliseconds