Searched refs:SearchIterator (Results 1 - 9 of 9) sorted by relevance

/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 U_FINAL : 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/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/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DSearchIterator.java13 * <tt>SearchIterator</tt> is an abstract base class that provides
15 * <tt>SearchIterator</tt> maintain a current position and scan over the
19 * <tt>SearchIterator</tt> defines a protocol for text searching.
28 * <tt>SearchIterator</tt> provides an API that is similar to that of
33 * subclass of <tt>SearchIterator</tt> can be used in an identical
38 * SearchIterator iter = new StringSearch(pattern, target);
39 * for (int pos = iter.first(); pos != SearchIterator.DONE;
51 public abstract class SearchIterator class
99 return SearchIterator.this.targetText;
103 SearchIterator
630 protected SearchIterator(CharacterIterator target, BreakIterator breaker) method in class:SearchIterator
[all...]
H A DStringSearch.java35 * <tt>StringSearch</tt> is a {@link SearchIterator} that provides
69 * {@link SearchIterator} provides APIs to specify the starting position
70 * within the text string to be searched, e.g. {@link SearchIterator#setIndex setIndex},
71 * {@link SearchIterator#preceding preceding} and {@link SearchIterator#following following}.
117 * Consult the {@link SearchIterator} documentation for information on
123 * @see SearchIterator
131 public final class StringSearch extends SearchIterator {
261 * @see SearchIterator
365 //TODO: hoist this to SearchIterator
[all...]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
H A DSearchTest.java20 import static com.ibm.icu.text.SearchIterator.ElementComparisonType.ANY_BASE_WEIGHT_IS_WILDCARD;
21 import static com.ibm.icu.text.SearchIterator.ElementComparisonType.PATTERN_BASE_WEIGHT_IS_WILDCARD;
22 import static com.ibm.icu.text.SearchIterator.ElementComparisonType.STANDARD_ELEMENT_COMPARISON;
31 import com.ibm.icu.text.SearchIterator;
32 import com.ibm.icu.text.SearchIterator.ElementComparisonType;
662 if (strsrch.getMatchStart() != SearchIterator.DONE ||
690 if (strsrch.getMatchStart() != SearchIterator.DONE ||
722 if (strsrch.getMatchStart() != SearchIterator.DONE ||
1738 strsrch.getMatchStart() != SearchIterator.DONE) {
1781 if (strsrch.following(search.text.length()) != 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 232 milliseconds