Home | History | Annotate | Download | only in common

Lines Matching refs:fRuleSets

124     fRuleSets[kRuleSet_rule_char-128]       = UnicodeSet(gRuleSet_rule_char_pattern,       *rb->fStatus);
129 fRuleSets[kRuleSet_white_space-128] = *whitespaceSet;
131 fRuleSets[kRuleSet_name_char-128] = UnicodeSet(gRuleSet_name_char_pattern, *rb->fStatus);
132 fRuleSets[kRuleSet_name_start_char-128] = UnicodeSet(gRuleSet_name_start_char_pattern, *rb->fStatus);
133 fRuleSets[kRuleSet_digit_char-128] = UnicodeSet(gRuleSet_digit_char_pattern, *rb->fStatus);
995 if (fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) {