Lines Matching refs:otherPos
402 FieldPosition otherPos; in formatImpl() local
403 otherPos.setField(pos.getField()); in formatImpl()
404 fDateFormat->format(*secondCal, appendTo, otherPos); in formatImpl()
405 if (pos.getEndIndex() == 0 && otherPos.getEndIndex() > 0) { in formatImpl()
406 pos = otherPos; in formatImpl()
1354 FieldPosition otherPos; in fallbackFormat() local
1355 otherPos.setField(pos.getField()); in fallbackFormat()
1359 fDateFormat->format(toCalendar, laterDate, otherPos); in fallbackFormat()
1362 adjustPosition(fallbackPattern, earlierDate, pos, laterDate, otherPos, pos); in fallbackFormat()
1370 otherPos.setBeginIndex(0); in fallbackFormat()
1371 otherPos.setEndIndex(0); in fallbackFormat()
1372 fDateFormat->format(fromCalendar, datePortion, otherPos); in fallbackFormat()
1373 adjustPosition(*fDateTimeFormat, fallbackRange, pos, datePortion, otherPos, pos); in fallbackFormat()