Searched refs:SearchIterator (Results 1 - 11 of 11) 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...]
H A Dstsearch.h30 * <tt>StringSearch</tt> is a <tt>SearchIterator</tt> that provides
70 * <tt>SearchIterator</tt> provides APIs to specify the starting position
113 * Consult the <tt>SearchIterator</tt> documentation for information on
133 * @see SearchIterator
138 class U_I18N_API StringSearch : public SearchIterator
303 virtual UBool operator==(const SearchIterator &that) const;
422 virtual SearchIterator * safeClone(void) const;
445 * call {@link SearchIterator#next }.
448 * starts and calls {@link SearchIterator#setMatchLength } with the number
469 * <tt>SearchIterator
[all...]
/external/icu/icu4c/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...]
H A Dstsearch.h30 * <tt>StringSearch</tt> is a <tt>SearchIterator</tt> that provides
64 * <tt>SearchIterator</tt> provides APIs to specify the starting position
107 * Consult the <tt>SearchIterator</tt> documentation for information on
127 * @see SearchIterator
132 class U_I18N_API StringSearch : public SearchIterator
297 virtual UBool operator==(const SearchIterator &that) const;
413 virtual SearchIterator * safeClone(void) const;
436 * call {@link SearchIterator#next }.
439 * starts and calls {@link SearchIterator#setMatchLength } with the number
460 * <tt>SearchIterator
[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...]
H A Dstsearch.cpp29 SearchIterator(text, breakiter),
58 // m_search_ has been created by the base SearchIterator class
68 SearchIterator(text, breakiter),
93 // m_search_ has been created by the base SearchIterator class
103 SearchIterator(text, breakiter),
121 // m_search_ has been created by the base SearchIterator class
131 SearchIterator(text, breakiter),
156 // m_search_ has been created by the base SearchIterator class
162 SearchIterator(that.m_text_, that.m_breakiterator_),
188 // m_search_ has been created by the base SearchIterator clas
[all...]
/external/icu/icu4c/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...]
H A Dstsearch.cpp29 SearchIterator(text, breakiter),
45 // m_search_ has been created by the base SearchIterator class
55 SearchIterator(text, breakiter),
77 // m_search_ has been created by the base SearchIterator class
87 SearchIterator(text, breakiter),
102 // m_search_ has been created by the base SearchIterator class
112 SearchIterator(text, breakiter),
134 // m_search_ has been created by the base SearchIterator class
140 SearchIterator(that.m_text_, that.m_breakiterator_),
163 // m_search_ has been created by the base SearchIterator clas
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsrchtest.cpp2256 class TestSearch : public SearchIterator
2267 SearchIterator* safeClone() const;
2305 TestSearch::TestSearch(const TestSearch &obj) : SearchIterator(obj)
2313 const UnicodeString &pattern) : SearchIterator()
2342 SearchIterator * TestSearch::safeClone() const
2349 if (SearchIterator::operator !=(that)) {
2395 SearchIterator::operator=(that);
2449 class StubSearchIterator:public SearchIterator{
2454 virtual SearchIterator* safeClone(void) const {return NULL;};
2473 errln("Error: SearchIterator
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dsrchtest.cpp2256 class TestSearch : public SearchIterator
2267 SearchIterator* safeClone() const;
2305 TestSearch::TestSearch(const TestSearch &obj) : SearchIterator(obj)
2313 const UnicodeString &pattern) : SearchIterator()
2342 SearchIterator * TestSearch::safeClone() const
2349 if (SearchIterator::operator !=(that)) {
2395 SearchIterator::operator=(that);
2449 class StubSearchIterator:public SearchIterator{
2454 virtual SearchIterator* safeClone(void) const {return NULL;};
2473 errln("Error: SearchIterator
[all...]
/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 2318 milliseconds