Home | History | Annotate | Download | only in i18n

Lines Matching refs:mRules

57     mRules(NULL),
74 mRules(NULL),
84 delete mRules;
98 delete mRules;
99 if (other.mRules==NULL) {
100 mRules = NULL;
103 mRules = new RuleChain(*other.mRules);
178 if (mRules == NULL) {
182 return mRules->select(number);
188 if (mRules == NULL) {
192 return mRules->select(number);
199 StringEnumeration* nameEnumerator = new PluralKeywordEnumeration(mRules, status);
278 if (mRules==NULL) {
282 return mRules->isKeyword(keyword);
473 if (mRules!=NULL) {
474 return mRules->getRepeatLimit();
486 RuleChain* rc = mRules;
529 RuleChain* rc = mRules;
551 rc = mRules;
577 rc = mRules;
651 this->mRules=newRule;