• Home
  • Raw
  • Download

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()
83 UBool RuleBasedBreakIterator::DictionaryCache::preceding(int32_t fromPos, int32_t *result, int32_t … in preceding()
124 void RuleBasedBreakIterator::DictionaryCache::populateDictionary(int32_t startPos, int32_t endPos, in populateDictionary()
209 RuleBasedBreakIterator::BreakCache::BreakCache(RuleBasedBreakIterator *bi, UErrorCode &status) : in 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()