Searched refs:intFieldPosition (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MeasureFormat.java | 930 FieldPosition intFieldPosition = new FieldPosition(NumberFormat.INTEGER_FIELD); in formatNumeric() local 932 result.populateFieldPosition(intFieldPosition); in formatNumeric() 935 if (intFieldPosition.getBeginIndex() == 0 && intFieldPosition.getEndIndex() == 0) { in formatNumeric() 955 appendTo.append(smallestAmountFormatted, 0, intFieldPosition.getBeginIndex()); in formatNumeric() 965 intFieldPosition.getEndIndex(), in formatNumeric()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | MeasureFormat.java | 889 FieldPosition intFieldPosition = new FieldPosition(NumberFormat.INTEGER_FIELD); in formatNumeric() local 891 result.populateFieldPosition(intFieldPosition); in formatNumeric() 894 if (intFieldPosition.getBeginIndex() == 0 && intFieldPosition.getEndIndex() == 0) { in formatNumeric() 914 appendTo.append(smallestAmountFormatted, 0, intFieldPosition.getBeginIndex()); in formatNumeric() 924 intFieldPosition.getEndIndex(), in formatNumeric()
|
/external/icu/icu4c/source/i18n/ |
D | measfmt.cpp | 1053 FieldPosition intFieldPosition(UNUM_INTEGER_FIELD); in formatNumeric() local 1055 smallestAmount, smallestAmountFormatted, intFieldPosition, status); in formatNumeric() 1057 intFieldPosition.getBeginIndex() == 0 && in formatNumeric() 1058 intFieldPosition.getEndIndex() == 0) { in formatNumeric() 1083 intFieldPosition.getBeginIndex(), in formatNumeric() 1092 intFieldPosition.getEndIndex(), in formatNumeric()
|