Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliterationRuleSet.java39 private int maxContextLength; field in TransliterationRuleSet
61 maxContextLength = 0; in TransliterationRuleSet()
69 return maxContextLength; in getMaximumContextLength()
80 if ((len = rule.getAnteContextLength()) > maxContextLength) { in addRule()
81 maxContextLength = len; in addRule()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTransliterationRuleSet.java40 private int maxContextLength; field in TransliterationRuleSet
62 maxContextLength = 0; in TransliterationRuleSet()
70 return maxContextLength; in getMaximumContextLength()
81 if ((len = rule.getAnteContextLength()) > maxContextLength) { in addRule()
82 maxContextLength = len; in addRule()
/external/icu/icu4c/source/i18n/
Drbt_set.cpp175 maxContextLength = 0; in TransliterationRuleSet()
185 maxContextLength(other.maxContextLength) { in TransliterationRuleSet()
235 return maxContextLength; in getMaximumContextLength()
257 if ((len = adoptedRule->getContextLength()) > maxContextLength) { in addRule()
258 maxContextLength = len; in addRule()
Drbt_set.h64 int32_t maxContextLength; variable
Dtranslit.cpp691 void Transliterator::setMaximumContextLength(int32_t maxContextLength) { in setMaximumContextLength() argument
692 maximumContextLength = maxContextLength; in setMaximumContextLength()
/external/icu/icu4c/source/i18n/unicode/
Dtranslit.h706 void setMaximumContextLength(int32_t maxContextLength);