HomeSort by relevance Sort by last modified time
    Searched defs:SearchIterator (Results 1 - 7 of 7) sorted by null

  /external/icu4c/i18n/unicode/
search.h 17 * \brief C++ API: SearchIterator object.
41 * <tt>SearchIterator</tt> is an abstract base class that provides
43 * <tt>SearchIterator</tt> maintain a current position and scans over the
47 * <tt>SearchIterator</tt> defines a protocol for text searching.
56 * <tt>SearchIterator</tt> provides an API that is similar to that of
61 * subclass of <tt>SearchIterator</tt> can be used in an identical
67 * SearchIterator *iter = new StringSearch(pattern, target);
79 class U_I18N_API SearchIterator : public UObject {
86 * Copy constructor that creates a SearchIterator instance with the same
88 * @param other the SearchIterator instance to be copied
    [all...]
  /external/icu4c/i18n/
search.cpp 23 SearchIterator::SearchIterator(const SearchIterator &other)
38 SearchIterator::~SearchIterator()
47 void SearchIterator::setAttribute(USearchAttribute attribute,
69 USearchAttributeValue SearchIterator::getAttribute(
83 int32_t SearchIterator::getMatchedStart() const
88 int32_t SearchIterator::getMatchedLength() const
93 void SearchIterator::getMatchedText(UnicodeString &result) cons
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 618 milliseconds