Searched defs:smallestAmount (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DMeasureFormat.java1235 // smallestAmount is the value of that smallest field. for 5:00:37.3,
1236 // smallestAmount is 37.3. This smallest field is formatted with this object's
1243 Number smallestAmount,
1254 smallestAmount, new StringBuffer(), intFieldPosition).toString();
1239 formatNumeric( Date duration, DateFormat formatter, DateFormat.Field smallestField, Number smallestAmount, StringBuilder appendTo) argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMeasureFormat.java1262 // smallestAmount is the value of that smallest field. for 5:00:37.3,
1263 // smallestAmount is 37.3. This smallest field is formatted with this object's
1270 Number smallestAmount,
1281 smallestAmount, new StringBuffer(), intFieldPosition).toString();
1266 formatNumeric( Date duration, DateFormat formatter, DateFormat.Field smallestField, Number smallestAmount, StringBuilder appendTo) argument
/external/icu/icu4c/source/i18n/
H A Dmeasfmt.cpp977 const Formattable &smallestAmount, // 23.5 for 5:37:23.5
991 smallestAmount, smallestAmountFormatted, intFieldPosition, status);
973 formatNumeric( UDate date, const DateFormat &dateFmt, UDateFormatField smallestField, const Formattable &smallestAmount, UnicodeString &appendTo, UErrorCode &status) const argument

Completed in 128 milliseconds