Searched refs:intFieldPosition (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | measfmt.cpp | 989 FieldPosition intFieldPosition(UNUM_INTEGER_FIELD); in formatNumeric() local 991 smallestAmount, smallestAmountFormatted, intFieldPosition, status); in formatNumeric() 993 intFieldPosition.getBeginIndex() == 0 && in formatNumeric() 994 intFieldPosition.getEndIndex() == 0) { in formatNumeric() 1015 intFieldPosition.getBeginIndex(), in formatNumeric() 1024 intFieldPosition.getEndIndex(), in formatNumeric()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MeasureFormat.java | 1279 FieldPosition intFieldPosition = new FieldPosition(NumberFormat.INTEGER_FIELD); in formatNumeric() local 1281 smallestAmount, new StringBuffer(), intFieldPosition).toString(); in formatNumeric() 1283 if (intFieldPosition.getBeginIndex() == 0 && intFieldPosition.getEndIndex() == 0) { in formatNumeric() 1299 appendTo.append(smallestAmountFormatted, 0, intFieldPosition.getBeginIndex()); in formatNumeric() 1311 intFieldPosition.getEndIndex(), in formatNumeric()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | MeasureFormat.java | 1252 FieldPosition intFieldPosition = new FieldPosition(NumberFormat.INTEGER_FIELD); in formatNumeric() local 1254 smallestAmount, new StringBuffer(), intFieldPosition).toString(); in formatNumeric() 1256 if (intFieldPosition.getBeginIndex() == 0 && intFieldPosition.getEndIndex() == 0) { in formatNumeric() 1272 appendTo.append(smallestAmountFormatted, 0, intFieldPosition.getBeginIndex()); in formatNumeric() 1284 intFieldPosition.getEndIndex(), in formatNumeric()
|