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

  /external/icu4c/i18n/unicode/
stsearch.h 488 virtual int32_t handlePrev(int32_t position, UErrorCode &status);
search.h 441 * <tt>handleNext</tt> or <tt>handlePrev</tt> finds a
445 * <tt>handlePrev</tt> is called again. If this parameter
448 * @see #handlePrev
463 * <tt>handleNext</tt> or <tt>handlePrev</tt> finds a
467 * <tt>handlePrev</tt> is called again. If this parameter
470 * @see #handlePrev
526 virtual int32_t handlePrev(int32_t position, UErrorCode &status)
532 * Subclasses' <tt>handleNext</tt> and <tt>handlePrev</tt>
536 * @see #handlePrev
544 * Subclasses' <tt>handleNext</tt> and <tt>handlePrev</tt
    [all...]
  /external/icu4c/i18n/
search.cpp 205 return handlePrev(m_search_->textLength, status);
215 return handlePrev(position, status);
302 return handlePrev(matchindex, status);
305 return handlePrev(offset, status);
stsearch.cpp 432 int32_t StringSearch::handlePrev(int32_t position, UErrorCode &status)
  /external/icu4c/test/intltest/
srchtest.cpp     [all...]

Completed in 43 milliseconds