Lines Matching refs:ruleStatusIdx
429 int32_t ruleStatusIdx = 0; in populateFollowing() local
431 if (fBI->fDictionaryCache->following(fromPosition, &pos, &ruleStatusIdx)) { in populateFollowing()
432 addFollowing(pos, ruleStatusIdx, UpdateCachePosition); in populateFollowing()
442 ruleStatusIdx = fBI->fRuleStatusIndex; in populateFollowing()
446 … fBI->fDictionaryCache->populateDictionary(fromPosition, pos, fromRuleStatusIdx, ruleStatusIdx); in populateFollowing()
447 if (fBI->fDictionaryCache->following(fromPosition, &pos, &ruleStatusIdx)) { in populateFollowing()
448 addFollowing(pos, ruleStatusIdx, UpdateCachePosition); in populateFollowing()
459 addFollowing(pos, ruleStatusIdx, UpdateCachePosition); in populateFollowing()
595 void RuleBasedBreakIterator::BreakCache::addFollowing(int32_t position, int32_t ruleStatusIdx, Upda… in addFollowing() argument
597 U_ASSERT(ruleStatusIdx <= UINT16_MAX); in addFollowing()
603 fStatuses[nextIdx] = static_cast<uint16_t>(ruleStatusIdx); in addFollowing()
617 bool RuleBasedBreakIterator::BreakCache::addPreceding(int32_t position, int32_t ruleStatusIdx, Upda… in addPreceding() argument
619 U_ASSERT(ruleStatusIdx <= UINT16_MAX); in addPreceding()
631 fStatuses[nextIdx] = static_cast<uint16_t>(ruleStatusIdx); in addPreceding()