Home
last modified time | relevance | path

Searched refs:ruleStatusIdx (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/common/
Drbbi_cache.cpp429 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()
[all …]
Drbbi_cache.h157 void addFollowing(int32_t position, int32_t ruleStatusIdx, UpdatePositionValues update);
165 bool addPreceding(int32_t position, int32_t ruleStatusIdx, UpdatePositionValues update);
/external/icu/libicu/cts_headers/
Drbbi_cache.h157 void addFollowing(int32_t position, int32_t ruleStatusIdx, UpdatePositionValues update);
165 bool addPreceding(int32_t position, int32_t ruleStatusIdx, UpdatePositionValues update);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedBreakIterator.java1478 int ruleStatusIdx = 0; in populateFollowing() local
1491 ruleStatusIdx = fRuleStatusIndex; in populateFollowing()
1495 … fDictionaryCache.populateDictionary(fromPosition, pos, fromRuleStatusIdx, ruleStatusIdx); in populateFollowing()
1508 addFollowing(pos, ruleStatusIdx, UpdateCachePosition); in populateFollowing()
1652 void addFollowing(int position, int ruleStatusIdx, boolean update) { in addFollowing() argument
1654 assert(ruleStatusIdx <= Short.MAX_VALUE); in addFollowing()
1660 fStatuses[nextIdx] = (short)ruleStatusIdx; in addFollowing()
1681 boolean addPreceding(int position, int ruleStatusIdx, boolean update) { in addPreceding() argument
1683 assert(ruleStatusIdx <= Short.MAX_VALUE); in addPreceding()
1695 fStatuses[nextIdx] = (short)ruleStatusIdx; in addPreceding()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedBreakIterator.java1457 int ruleStatusIdx = 0; in populateFollowing() local
1470 ruleStatusIdx = fRuleStatusIndex; in populateFollowing()
1474 … fDictionaryCache.populateDictionary(fromPosition, pos, fromRuleStatusIdx, ruleStatusIdx); in populateFollowing()
1487 addFollowing(pos, ruleStatusIdx, UpdateCachePosition); in populateFollowing()
1631 void addFollowing(int position, int ruleStatusIdx, boolean update) { in addFollowing() argument
1633 assert(ruleStatusIdx <= Short.MAX_VALUE); in addFollowing()
1639 fStatuses[nextIdx] = (short)ruleStatusIdx; in addFollowing()
1660 boolean addPreceding(int position, int ruleStatusIdx, boolean update) { in addPreceding() argument
1662 assert(ruleStatusIdx <= Short.MAX_VALUE); in addPreceding()
1674 fStatuses[nextIdx] = (short)ruleStatusIdx; in addPreceding()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...