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

/external/icu4c/i18n/
H A Dreldtfmt.cpp145 FieldPosition timepos = pos; local
146 fTimeFormat->format(cal,timeString,timepos);
154 } else if (timepos.getEndIndex() > 0 && (offset = appendTo.indexOf(timeString)) >= 0) {
156 pos.setBeginIndex( timepos.getBeginIndex() + offset );
157 pos.setEndIndex( timepos.getEndIndex() + offset );

Completed in 435 milliseconds