Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Drbnf.cpp1312 UnicodeString* ruleSetDescriptions = new UnicodeString[numRuleSets]; in init() local
1314 if (ruleSetDescriptions == 0) { in init()
1323 ruleSetDescriptions[curRuleSet].setTo(description, start, p + 1 - start); in init()
1324 ruleSets[curRuleSet] = new NFRuleSet(ruleSetDescriptions, curRuleSet, status); in init()
1333 ruleSetDescriptions[curRuleSet].setTo(description, start, description.length() - start); in init()
1334 ruleSets[curRuleSet] = new NFRuleSet(ruleSetDescriptions, curRuleSet, status); in init()
1358 ruleSets[i]->parseRules(ruleSetDescriptions[i], this, status); in init()
1362 delete[] ruleSetDescriptions; in init()