Home | History | Annotate | Download | only in i18n

Lines Matching refs:numRuleSets

250     int32_t numRuleSets;
256 : info(i), data(d), numRuleSets(numRS), numLocales(numLocs)
264 virtual int32_t getNumberOfRuleSets(void) const { return numRuleSets; }
653 , numRuleSets(0)
671 , numRuleSets(0)
689 , numRuleSets(0)
706 , numRuleSets(0)
724 , numRuleSets(0)
739 , numRuleSets(0)
799 , numRuleSets(0)
1331 numRuleSets = 0;
1333 ++numRuleSets;
1336 ++numRuleSets;
1339 ruleSets = (NFRuleSet **)uprv_malloc((numRuleSets + 1) * sizeof(NFRuleSet *));
1346 for (int i = 0; i <= numRuleSets; ++i) {
1357 if(!numRuleSets) {
1362 ruleSetDescriptions = new UnicodeString[numRuleSets];
1404 for (int i = 0; i < numRuleSets; i++) {
1608 for (int32_t i = 0; i < numRuleSets; i++) {