Home | History | Annotate | Download | only in i18n

Lines Matching refs:SearchIterator

29                            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 class
233 UBool StringSearch::operator==(const SearchIterator &that) const
238 if (SearchIterator::operator ==(that)) {
311 SearchIterator * StringSearch::safeClone(void) const
351 // StringSearch instead of SearchIterator because m_strsrch_ is
352 // not accessible in SearchIterator
452 // StringSearch instead of SearchIterator because m_strsrch_ is
453 // not accessible in SearchIterator