/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | TransliterationRuleSet.java | 39 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()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | TransliterationRuleSet.java | 40 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()
|
/third_party/icu/icu4c/source/i18n/ |
D | rbt_set.cpp | 175 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()
|
D | rbt_set.h | 64 int32_t maxContextLength; variable
|
D | translit.cpp | 692 void Transliterator::setMaximumContextLength(int32_t maxContextLength) { in setMaximumContextLength() argument 693 maximumContextLength = maxContextLength; in setMaximumContextLength()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | rbt_set.cpp | 175 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()
|
D | rbt_set.h | 64 int32_t maxContextLength; variable
|
D | translit.cpp | 692 void Transliterator::setMaximumContextLength(int32_t maxContextLength) { in setMaximumContextLength() argument 693 maximumContextLength = maxContextLength; in setMaximumContextLength()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | rbt_set.cpp | 175 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()
|
D | rbt_set.h | 64 int32_t maxContextLength; variable
|
D | translit.cpp | 692 void Transliterator::setMaximumContextLength(int32_t maxContextLength) { in setMaximumContextLength() argument 693 maximumContextLength = maxContextLength; in setMaximumContextLength()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | rbt_set.cpp | 175 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()
|
D | rbt_set.h | 64 int32_t maxContextLength; variable
|
D | translit.cpp | 691 void Transliterator::setMaximumContextLength(int32_t maxContextLength) { in setMaximumContextLength() argument 692 maximumContextLength = maxContextLength; in setMaximumContextLength()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | translit.h | 951 void setMaximumContextLength(int32_t maxContextLength);
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | translit.h | 951 void setMaximumContextLength(int32_t maxContextLength);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | translit.h | 951 void setMaximumContextLength(int32_t maxContextLength);
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | translit.h | 951 void setMaximumContextLength(int32_t maxContextLength);
|