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

/external/icu/icu4c/source/i18n/
H A Dmeasfmt.cpp645 return formatNumeric(hms, bitMap, appendTo, status);
795 UnicodeString &MeasureFormat::formatNumeric( function in class:MeasureFormat
810 return formatNumeric(
819 return formatNumeric(
828 return formatNumeric(
860 UnicodeString &MeasureFormat::formatNumeric( function in class:MeasureFormat
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMeasureFormat.java557 return formatNumeric(hms, appendTo);
1055 private StringBuilder formatNumeric(Number[] hms, StringBuilder appendable) { method in class:MeasureFormat
1079 return formatNumeric(
1088 return formatNumeric(
1097 return formatNumeric(
1116 private StringBuilder formatNumeric( method in class:MeasureFormat

Completed in 78 milliseconds