Home
last modified time | relevance | path

Searched refs:smallestFieldPosition (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dmeasfmt.cpp1064 FieldPosition smallestFieldPosition(smallestField); in formatNumeric() local
1066 dateFmt.format(date, draft, smallestFieldPosition, status); in formatNumeric()
1073 if (smallestFieldPosition.getBeginIndex() != 0 || in formatNumeric()
1074 smallestFieldPosition.getEndIndex() != 0) { in formatNumeric()
1075 appendRange(draft, 0, smallestFieldPosition.getBeginIndex(), appendTo); in formatNumeric()
1083 smallestFieldPosition.getBeginIndex(), in formatNumeric()
1084 smallestFieldPosition.getEndIndex(), in formatNumeric()
1092 smallestFieldPosition.getEndIndex(), in formatNumeric()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMeasureFormat.java1349 FieldPosition smallestFieldPosition = new FieldPosition(smallestField); in formatNumeric() local
1351 duration, new StringBuffer(), smallestFieldPosition).toString(); in formatNumeric()
1354 if (smallestFieldPosition.getBeginIndex() != 0 in formatNumeric()
1355 || smallestFieldPosition.getEndIndex() != 0) { in formatNumeric()
1357 appendTo.append(draft, 0, smallestFieldPosition.getBeginIndex()); in formatNumeric()
1366 smallestFieldPosition.getBeginIndex(), in formatNumeric()
1367 smallestFieldPosition.getEndIndex()); in formatNumeric()
1374 appendTo.append(draft, smallestFieldPosition.getEndIndex(), draft.length()); in formatNumeric()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DMeasureFormat.java1320 FieldPosition smallestFieldPosition = new FieldPosition(smallestField); in formatNumeric() local
1322 duration, new StringBuffer(), smallestFieldPosition).toString(); in formatNumeric()
1325 if (smallestFieldPosition.getBeginIndex() != 0 in formatNumeric()
1326 || smallestFieldPosition.getEndIndex() != 0) { in formatNumeric()
1328 appendTo.append(draft, 0, smallestFieldPosition.getBeginIndex()); in formatNumeric()
1337 smallestFieldPosition.getBeginIndex(), in formatNumeric()
1338 smallestFieldPosition.getEndIndex()); in formatNumeric()
1345 appendTo.append(draft, smallestFieldPosition.getEndIndex(), draft.length()); in formatNumeric()