Searched defs:SearchIterator (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsearch.h17 * \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 { class in inherits:UObject
86 * Copy constructor that creates a SearchIterator instance with the same
88 * @param other the SearchIterator instanc
[all...]
/external/icu4c/i18n/unicode/
H A Dsearch.h17 * \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 { class in inherits:UObject
86 * Copy constructor that creates a SearchIterator instance with the same
88 * @param other the SearchIterator instanc
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dsearch.cpp23 SearchIterator::SearchIterator(const SearchIterator &other) function in class:SearchIterator
39 SearchIterator::~SearchIterator()
48 void SearchIterator::setAttribute(USearchAttribute attribute,
77 USearchAttributeValue SearchIterator::getAttribute(
100 int32_t SearchIterator::getMatchedStart() const
105 int32_t SearchIterator::getMatchedLength() const
110 void SearchIterator
343 SearchIterator::SearchIterator() function in class:SearchIterator
359 SearchIterator::SearchIterator(const UnicodeString &text, function in class:SearchIterator
377 SearchIterator::SearchIterator(CharacterIterator &text, function in class:SearchIterator
[all...]
/external/icu4c/i18n/
H A Dsearch.cpp23 SearchIterator::SearchIterator(const SearchIterator &other) function in class:SearchIterator
39 SearchIterator::~SearchIterator()
48 void SearchIterator::setAttribute(USearchAttribute attribute,
77 USearchAttributeValue SearchIterator::getAttribute(
100 int32_t SearchIterator::getMatchedStart() const
105 int32_t SearchIterator::getMatchedLength() const
110 void SearchIterator
343 SearchIterator::SearchIterator() function in class:SearchIterator
359 SearchIterator::SearchIterator(const UnicodeString &text, function in class:SearchIterator
377 SearchIterator::SearchIterator(CharacterIterator &text, function in class:SearchIterator
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h2119 #define SearchIterator U_ICU_ENTRY_POINT_RENAME(SearchIterator) macro
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 213 milliseconds