Lines Matching refs:RuleBasedBreakIterator
28 RuleBasedBreakIterator::DictionaryCache::DictionaryCache(RuleBasedBreakIterator *bi, UErrorCode &st… in DictionaryCache()
33 RuleBasedBreakIterator::DictionaryCache::~DictionaryCache() { in ~DictionaryCache()
36 void RuleBasedBreakIterator::DictionaryCache::reset() { in reset()
45 UBool RuleBasedBreakIterator::DictionaryCache::following(int32_t fromPos, int32_t *result, int32_t … in following()
81 UBool RuleBasedBreakIterator::DictionaryCache::preceding(int32_t fromPos, int32_t *result, int32_t … in preceding()
120 void RuleBasedBreakIterator::DictionaryCache::populateDictionary(int32_t startPos, int32_t endPos, in populateDictionary()
207 RuleBasedBreakIterator::BreakCache::BreakCache(RuleBasedBreakIterator *bi, UErrorCode &status) : in BreakCache()
213 RuleBasedBreakIterator::BreakCache::~BreakCache() { in ~BreakCache()
217 void RuleBasedBreakIterator::BreakCache::reset(int32_t pos, int32_t ruleStatus) { in reset()
227 int32_t RuleBasedBreakIterator::BreakCache::current() { in current()
235 void RuleBasedBreakIterator::BreakCache::following(int32_t startPos, UErrorCode &status) { in following()
252 void RuleBasedBreakIterator::BreakCache::preceding(int32_t startPos, UErrorCode &status) { in preceding()
275 void RuleBasedBreakIterator::BreakCache::nextOL() { in nextOL()
283 void RuleBasedBreakIterator::BreakCache::previous(UErrorCode &status) { in previous()
303 UBool RuleBasedBreakIterator::BreakCache::seek(int32_t pos) { in seek()
338 UBool RuleBasedBreakIterator::BreakCache::populateNear(int32_t position, UErrorCode &status) { in populateNear()
425 UBool RuleBasedBreakIterator::BreakCache::populateFollowing() { in populateFollowing()
476 UBool RuleBasedBreakIterator::BreakCache::populatePreceding(UErrorCode &status) { in populatePreceding()
595 void RuleBasedBreakIterator::BreakCache::addFollowing(int32_t position, int32_t ruleStatusIdx, Upda… in addFollowing()
617 bool RuleBasedBreakIterator::BreakCache::addPreceding(int32_t position, int32_t ruleStatusIdx, Upda… in addPreceding()
641 void RuleBasedBreakIterator::BreakCache::dumpCache() { in dumpCache()