Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drbt_set.cpp246 void TransliterationRuleSet::addRule(TransliterationRule* adoptedRule, in addRule() argument
249 delete adoptedRule; in addRule()
252 ruleVector->addElement(adoptedRule, status); in addRule()
255 if ((len = adoptedRule->getContextLength()) > maxContextLength) { in addRule()
Drbt_set.h104 virtual void addRule(TransliterationRule* adoptedRule,