Home | History | Annotate | Download | only in i18n

Lines Matching refs:m_breakiterator_

140                        SearchIterator(that.m_text_, that.m_breakiterator_),
160 (UBreakIterator *)that.m_breakiterator_,
188 m_breakiterator_ = that.m_breakiterator_;
288 m_breakiterator_,
356 if (m_breakiterator_ == NULL
360 (m_breakiterator_->isBoundary(m_search_->matchedIndex) &&
361 m_breakiterator_->isBoundary(m_search_->matchedIndex +
377 // if m_strsrch_->breakIter is always the same as m_breakiterator_
444 if (m_breakiterator_ == NULL
448 (m_breakiterator_->isBoundary(m_search_->matchedIndex) &&
449 m_breakiterator_->isBoundary(m_search_->matchedIndex +