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

/external/icu4c/i18n/unicode/
H A Dsearch.h447 * <tt>handleNext</tt> or <tt>handlePrev</tt> finds a
451 * <tt>handlePrev</tt> is called again. If this parameter
454 * @see #handlePrev
469 * <tt>handleNext</tt> or <tt>handlePrev</tt> finds a
473 * <tt>handlePrev</tt> is called again. If this parameter
476 * @see #handlePrev
532 virtual int32_t handlePrev(int32_t position, UErrorCode &status)
538 * Subclasses' <tt>handleNext</tt> and <tt>handlePrev</tt>
542 * @see #handlePrev
550 * Subclasses' <tt>handleNext</tt> and <tt>handlePrev</t
[all...]
H A Dstsearch.h488 virtual int32_t handlePrev(int32_t position, UErrorCode &status);
/external/icu4c/i18n/
H A Dsearch.cpp223 return handlePrev(m_search_->textLength, status);
233 return handlePrev(position, status);
320 return handlePrev(matchindex, status);
323 return handlePrev(offset, status);
H A Dstsearch.cpp432 int32_t StringSearch::handlePrev(int32_t position, UErrorCode &status) function in class:StringSearch
/external/icu4c/test/intltest/
H A Dsrchtest.cpp2290 int32_t handlePrev(int32_t position, UErrorCode &status);
2374 int32_t TestSearch::handlePrev(int32_t start, UErrorCode &status) function in class:TestSearch
2456 virtual int32_t handlePrev(int32_t , UErrorCode &) {return 0;}; function in class:StubSearchIterator

Completed in 150 milliseconds