Searched refs:otherPos (Results 1 - 9 of 9) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateIntervalFormat.java765 FieldPosition otherPos = new FieldPosition(pos.getField());
766 fDateFormat.format(secondCal, appendTo, otherPos);
767 if (pos.getEndIndex() == 0 && otherPos.getEndIndex() > 0) {
768 pos = otherPos;
836 FieldPosition otherPos = new FieldPosition(pos.getField());
840 laterDate = fDateFormat.format(toCalendar, laterDate, otherPos);
842 adjustPosition(fallbackPattern, earlierDate.toString(), pos, laterDate.toString(), otherPos, pos);
849 otherPos.setBeginIndex(0);
850 otherPos.setEndIndex(0);
851 datePortion = fDateFormat.format(fromCalendar, datePortion, otherPos);
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateIntervalFormat.java773 FieldPosition otherPos = new FieldPosition(pos.getField());
774 fDateFormat.format(secondCal, appendTo, otherPos);
775 if (pos.getEndIndex() == 0 && otherPos.getEndIndex() > 0) {
776 pos = otherPos;
844 FieldPosition otherPos = new FieldPosition(pos.getField());
848 laterDate = fDateFormat.format(toCalendar, laterDate, otherPos);
850 adjustPosition(fallbackPattern, earlierDate.toString(), pos, laterDate.toString(), otherPos, pos);
857 otherPos.setBeginIndex(0);
858 otherPos.setEndIndex(0);
859 datePortion = fDateFormat.format(fromCalendar, datePortion, otherPos);
[all...]
/external/icu/icu4c/source/i18n/
H A Ddtitvfmt.cpp394 FieldPosition otherPos; local
395 otherPos.setField(pos.getField());
396 fDateFormat->format(*secondCal, appendTo, otherPos);
397 if (pos.getEndIndex() == 0 && otherPos.getEndIndex() > 0) {
398 pos = otherPos;
1369 FieldPosition otherPos; local
1370 otherPos.setField(pos.getField());
1374 fDateFormat->format(toCalendar, *laterDate, otherPos);
1377 adjustPosition(fallbackPattern, *earlierDate, pos, *laterDate, otherPos, pos);
1388 otherPos
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 240 milliseconds