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

  /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 );
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs     [all...]

Completed in 930 milliseconds