Lines Matching refs:BreakCache
209 RuleBasedBreakIterator::BreakCache::BreakCache(RuleBasedBreakIterator *bi, UErrorCode &status) : in BreakCache() function in RuleBasedBreakIterator::BreakCache
215 RuleBasedBreakIterator::BreakCache::~BreakCache() { in ~BreakCache()
219 void RuleBasedBreakIterator::BreakCache::reset(int32_t pos, int32_t ruleStatus) { in reset()
229 int32_t RuleBasedBreakIterator::BreakCache::current() { in current()
237 void RuleBasedBreakIterator::BreakCache::following(int32_t startPos, UErrorCode &status) { in following()
254 void RuleBasedBreakIterator::BreakCache::preceding(int32_t startPos, UErrorCode &status) { in preceding()
277 void RuleBasedBreakIterator::BreakCache::nextOL() { in nextOL()
285 void RuleBasedBreakIterator::BreakCache::previous(UErrorCode &status) { in previous()
305 UBool RuleBasedBreakIterator::BreakCache::seek(int32_t pos) { in seek()
340 UBool RuleBasedBreakIterator::BreakCache::populateNear(int32_t position, UErrorCode &status) { in populateNear()
428 UBool RuleBasedBreakIterator::BreakCache::populateFollowing() { in populateFollowing()
479 UBool RuleBasedBreakIterator::BreakCache::populatePreceding(UErrorCode &status) { in populatePreceding()
598 void RuleBasedBreakIterator::BreakCache::addFollowing(int32_t position, int32_t ruleStatusIdx, Upda… in addFollowing()
620 bool RuleBasedBreakIterator::BreakCache::addPreceding(int32_t position, int32_t ruleStatusIdx, Upda… in addPreceding()
644 void RuleBasedBreakIterator::BreakCache::dumpCache() { in dumpCache()