Searched refs:smallestFieldPosition (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | measfmt.cpp | 1000 FieldPosition smallestFieldPosition(smallestField); in formatNumeric() local 1002 dateFmt.format(date, draft, smallestFieldPosition, status); in formatNumeric() 1009 if (smallestFieldPosition.getBeginIndex() != 0 || in formatNumeric() 1010 smallestFieldPosition.getEndIndex() != 0) { in formatNumeric() 1011 appendRange(draft, 0, smallestFieldPosition.getBeginIndex(), appendTo); in formatNumeric() 1019 smallestFieldPosition.getBeginIndex(), in formatNumeric() 1020 smallestFieldPosition.getEndIndex(), in formatNumeric() 1028 smallestFieldPosition.getEndIndex(), in formatNumeric()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MeasureFormat.java | 1288 FieldPosition smallestFieldPosition = new FieldPosition(smallestField); in formatNumeric() local 1290 duration, new StringBuffer(), smallestFieldPosition).toString(); in formatNumeric() 1293 if (smallestFieldPosition.getBeginIndex() != 0 in formatNumeric() 1294 || smallestFieldPosition.getEndIndex() != 0) { in formatNumeric() 1296 appendTo.append(draft, 0, smallestFieldPosition.getBeginIndex()); in formatNumeric() 1305 smallestFieldPosition.getBeginIndex(), in formatNumeric() 1306 smallestFieldPosition.getEndIndex()); in formatNumeric() 1313 appendTo.append(draft, smallestFieldPosition.getEndIndex(), draft.length()); in formatNumeric()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | MeasureFormat.java | 1261 FieldPosition smallestFieldPosition = new FieldPosition(smallestField); in formatNumeric() local 1263 duration, new StringBuffer(), smallestFieldPosition).toString(); in formatNumeric() 1266 if (smallestFieldPosition.getBeginIndex() != 0 in formatNumeric() 1267 || smallestFieldPosition.getEndIndex() != 0) { in formatNumeric() 1269 appendTo.append(draft, 0, smallestFieldPosition.getBeginIndex()); in formatNumeric() 1278 smallestFieldPosition.getBeginIndex(), in formatNumeric() 1279 smallestFieldPosition.getEndIndex()); in formatNumeric() 1286 appendTo.append(draft, smallestFieldPosition.getEndIndex(), draft.length()); in formatNumeric()
|