Home
last modified time | relevance | path

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

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