HomeSort by relevance Sort by last modified time
    Searched refs:timepos (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/i18n/
reldtfmt.cpp 145 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 );
  /external/icu4c/i18n/
reldtfmt.cpp 145 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 145 milliseconds