Home | History | Annotate | Download | only in i18n

Lines Matching refs:otherPos

394         FieldPosition otherPos;
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;
1370 otherPos.setField(pos.getField());
1374 fDateFormat->format(toCalendar, *laterDate, otherPos);
1377 adjustPosition(fallbackPattern, *earlierDate, pos, *laterDate, otherPos, pos);
1388 otherPos.setBeginIndex(0);
1389 otherPos.setEndIndex(0);
1390 fDateFormat->format(fromCalendar, *datePortion, otherPos);
1391 adjustPosition(*fDateTimeFormat, fallbackRange, pos, *datePortion, otherPos, pos);