Home | History | Annotate | Download | only in i18n

Lines Matching refs:fallbackRange

1382     UnicodeString fallbackRange;
1383 MessageFormat::format(fallbackPattern, fmtArray, 2, fallbackRange, status);
1385 // fallbackRange has just the time range, need to format the date part and combine that
1391 adjustPosition(*fDateTimeFormat, fallbackRange, pos, *datePortion, otherPos, pos);
1392 fmtArray[0].setString(fallbackRange); // {0} is time range
1394 fallbackRange.remove();
1395 MessageFormat::format(*fDateTimeFormat, fmtArray, 2, fallbackRange, status);
1398 appendTo.append(fallbackRange);