/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | measfmt.h | 384 UnicodeString &formatNumeric(
|
H A D | reldatefmt.h | 576 UnicodeString& formatNumeric( 588 * information than the String returned by formatNumeric().
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | measfmt.h | 384 UnicodeString &formatNumeric(
|
H A D | reldatefmt.h | 574 UnicodeString& formatNumeric( 586 * information than the String returned by formatNumeric().
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | measfmt.h | 384 UnicodeString &formatNumeric(
|
H A D | reldatefmt.h | 576 UnicodeString& formatNumeric( 588 * information than the String returned by formatNumeric().
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | MeasureFormat.java | 452 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 D | RelativeDateTimeFormatter.java | 725 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 D | MeasureFormat.java | 433 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 D | RelativeDateTimeFormatter.java | 644 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 D | measfmt.cpp | 542 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 D | reldatefmt.cpp | 990 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 D | measfmt.cpp | 542 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 D | reldatefmt.cpp | 1002 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 D | measfmt.cpp | 542 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 D | reldatefmt.cpp | 978 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 D | reldatefmttest.cpp | 1283 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 D | RelativeDateTimeFormatterTest.java | 866 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 D | RelativeDateTimeFormatterTest.java | 863 result = reldatefmt.formatNumeric(offset, item.unit); in TestRelativeDateTimeUnitFormatters() 1115 assertEquals("formatNumeric", "one week ago", fmt.formatNumeric(-1, RelativeDateTimeUnit.WEEK)); in TestRBNF()
|