Home
last modified time | relevance | path

Searched refs:getContextLength (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Drbt_rule.h220 virtual int32_t getContextLength(void) const;
Drbt_rule.cpp211 int32_t TransliterationRule::getContextLength(void) const { in getContextLength() function in TransliterationRule
Drbt_set.cpp257 if ((len = adoptedRule->getContextLength()) > maxContextLength) { in addRule()