Searched refs:mIcuBreaker (Results 1 – 2 of 2) sorted by relevance
121 mIcuBreaker = mPool->acquire(locale, lbStyle, lbWordStyle); in followingWithLocale()124 mIcuBreaker.breaker->setText(mUText.get(), mTextSize); in followingWithLocale()206 int32_t result = mIcuBreaker.breaker->following(mCurrent); in iteratorNext()208 result = mIcuBreaker.breaker->next(); in iteratorNext()256 if (!mIcuBreaker.breaker->isBoundary(i)) { in detectEmailOrUrl()260 i = mIcuBreaker.breaker->following(i); in detectEmailOrUrl()357 mPool->release(std::move(mIcuBreaker)); in finish()
185 ICULineBreakerPool::Slot mIcuBreaker; variable