/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | rbt.cpp | 57 setMaximumContextLength(fData->ruleSet.getMaximumContextLength()); in _construct() 148 setMaximumContextLength(fData->ruleSet.getMaximumContextLength()); in RuleBasedTransliterator() 160 setMaximumContextLength(fData->ruleSet.getMaximumContextLength()); in RuleBasedTransliterator()
|
D | rbt_set.h | 95 virtual int32_t getMaximumContextLength(void) const;
|
D | rbt_set.cpp | 234 int32_t TransliterationRuleSet::getMaximumContextLength(void) const { in getMaximumContextLength() function in TransliterationRuleSet
|
/third_party/node/deps/icu-small/source/i18n/ |
D | rbt.cpp | 56 setMaximumContextLength(fData->ruleSet.getMaximumContextLength()); in _construct() 147 setMaximumContextLength(fData->ruleSet.getMaximumContextLength()); in RuleBasedTransliterator() 159 setMaximumContextLength(fData->ruleSet.getMaximumContextLength()); in RuleBasedTransliterator()
|
D | rbt_set.h | 95 virtual int32_t getMaximumContextLength(void) const;
|
D | rbt_set.cpp | 234 int32_t TransliterationRuleSet::getMaximumContextLength(void) const { in getMaximumContextLength() function in TransliterationRuleSet
|
D | cpdtrans.cpp | 605 int32_t len = trans[i]->getMaximumContextLength(); in computeMaximumContextLength()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | rbt.cpp | 56 setMaximumContextLength(fData->ruleSet.getMaximumContextLength()); in _construct() 147 setMaximumContextLength(fData->ruleSet.getMaximumContextLength()); in RuleBasedTransliterator() 159 setMaximumContextLength(fData->ruleSet.getMaximumContextLength()); in RuleBasedTransliterator()
|
D | rbt_set.h | 95 virtual int32_t getMaximumContextLength(void) const;
|
D | rbt_set.cpp | 234 int32_t TransliterationRuleSet::getMaximumContextLength(void) const { in getMaximumContextLength() function in TransliterationRuleSet
|
D | cpdtrans.cpp | 605 int32_t len = trans[i]->getMaximumContextLength(); in computeMaximumContextLength()
|
/third_party/icu/icu4c/source/i18n/ |
D | rbt.cpp | 56 setMaximumContextLength(fData->ruleSet.getMaximumContextLength()); in _construct() 147 setMaximumContextLength(fData->ruleSet.getMaximumContextLength()); in RuleBasedTransliterator() 159 setMaximumContextLength(fData->ruleSet.getMaximumContextLength()); in RuleBasedTransliterator()
|
D | rbt_set.h | 95 virtual int32_t getMaximumContextLength(void) const;
|
D | rbt_set.cpp | 234 int32_t TransliterationRuleSet::getMaximumContextLength(void) const { in getMaximumContextLength() function in TransliterationRuleSet
|
D | cpdtrans.cpp | 605 int32_t len = trans[i]->getMaximumContextLength(); in computeMaximumContextLength()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | translit.h | 941 int32_t getMaximumContextLength(void) const; 1562 inline int32_t Transliterator::getMaximumContextLength(void) const { in getMaximumContextLength() function
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | translit.h | 941 int32_t getMaximumContextLength(void) const; 1562 inline int32_t Transliterator::getMaximumContextLength(void) const { in getMaximumContextLength() function
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | translit.h | 941 int32_t getMaximumContextLength(void) const; 1562 inline int32_t Transliterator::getMaximumContextLength(void) const { in getMaximumContextLength() function
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | translit.h | 941 int32_t getMaximumContextLength(void) const; 1562 inline int32_t Transliterator::getMaximumContextLength(void) const { in getMaximumContextLength() function
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | RuleBasedTransliterator.java | 70 setMaximumContextLength(data.ruleSet.getMaximumContextLength()); in RuleBasedTransliterator()
|
D | TransliterationRuleSet.java | 69 public int getMaximumContextLength() { in getMaximumContextLength() method in TransliterationRuleSet
|
D | CompoundTransliterator.java | 518 int len = trans[i].getMaximumContextLength(); in computeMaximumContextLength()
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | RuleBasedTransliterator.java | 68 setMaximumContextLength(data.ruleSet.getMaximumContextLength()); in RuleBasedTransliterator()
|
D | TransliterationRuleSet.java | 68 public int getMaximumContextLength() { in getMaximumContextLength() method in TransliterationRuleSet
|
D | CompoundTransliterator.java | 517 int len = trans[i].getMaximumContextLength(); in computeMaximumContextLength()
|