Home
last modified time | relevance | path

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

/external/icu/libicu/cts_headers/
Drbt_rule.h220 virtual int32_t getContextLength(void) const;
/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()