Home | History | Annotate | Download | only in i18n

Lines Matching refs:SearchIterator

29                            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 class
206 UBool StringSearch::operator==(const SearchIterator &that) const
211 if (SearchIterator::operator ==(that)) {
283 SearchIterator * StringSearch::safeClone(void) const
323 // StringSearch instead of SearchIterator because m_strsrch_ is
324 // not accessible in SearchIterator
424 // StringSearch instead of SearchIterator because m_strsrch_ is
425 // not accessible in SearchIterator