Home
last modified time | relevance | path

Searched refs:adoptedRule (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Drbt_set.cpp248 void TransliterationRuleSet::addRule(TransliterationRule* adoptedRule, in addRule() argument
251 delete adoptedRule; in addRule()
254 ruleVector->addElement(adoptedRule, status); in addRule()
257 if ((len = adoptedRule->getContextLength()) > maxContextLength) { in addRule()
Drbt_set.h106 virtual void addRule(TransliterationRule* adoptedRule,