Searched refs:fRuleSets (Results 1 – 9 of 9) sorted by relevance
683 : fRuleSets(NULL) in RuleBasedNumberFormat()708 : fRuleSets(NULL) in RuleBasedNumberFormat()733 : fRuleSets(NULL) in RuleBasedNumberFormat()757 : fRuleSets(NULL) in RuleBasedNumberFormat()782 : fRuleSets(NULL) in RuleBasedNumberFormat()804 : fRuleSets(NULL) in RuleBasedNumberFormat()871 , fRuleSets(NULL) in RuleBasedNumberFormat()953 NFRuleSet** p = fRuleSets; in operator ==()954 NFRuleSet** q = rhs.fRuleSets; in operator ==()975 if (fRuleSets != NULL) { in getRules()[all …]
212 …fRuleSets[kRuleSet_rule_char-128] = UnicodeSet(UnicodeString(TRUE, gRuleSet_rule_char_pattern, -… in RegexStaticSets()213 fRuleSets[kRuleSet_digit_char-128].add((UChar)0x30, (UChar)0x39); // [0-9] in RegexStaticSets()214 fRuleSets[kRuleSet_ascii_letter-128].add((UChar)0x41, (UChar)0x5A); // [A-Z] in RegexStaticSets()215 fRuleSets[kRuleSet_ascii_letter-128].add((UChar)0x61, (UChar)0x7A); // [a-z] in RegexStaticSets()216 fRuleDigitsAlias = &fRuleSets[kRuleSet_digit_char-128]; in RegexStaticSets()217 for (i=0; i<UPRV_LENGTHOF(fRuleSets); i++) { in RegexStaticSets()218 fRuleSets[i].compact(); in RegexStaticSets()
47 UnicodeSet fRuleSets[10]; // Sets used while parsing regexp patterns. variable
222 … if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) { in compile()
82 UnicodeSet fRuleSets[] = new UnicodeSet[10]; // Unicode Sets that are needed during field in RBBIRuleScanner118 …fRuleSets[RBBIRuleParseTable.kRuleSet_rule_char - 128] = new UnicodeSet(gRuleSet_rule_char_pattern… in RBBIRuleScanner()119 …fRuleSets[RBBIRuleParseTable.kRuleSet_white_space - 128] = new UnicodeSet(gRuleSet_white_space_pat… in RBBIRuleScanner()120 …fRuleSets[RBBIRuleParseTable.kRuleSet_name_char - 128] = new UnicodeSet(gRuleSet_name_char_pattern… in RBBIRuleScanner()121 …fRuleSets[RBBIRuleParseTable.kRuleSet_name_start_char - 128] = new UnicodeSet(gRuleSet_name_start_… in RBBIRuleScanner()122 …fRuleSets[RBBIRuleParseTable.kRuleSet_digit_char - 128] = new UnicodeSet(gRuleSet_digit_char_patte… in RBBIRuleScanner()453 fRuleSets[RBBIRuleParseTable.kRuleSet_rule_char - 128].clear(); in doParseActions()455 … fRuleSets[RBBIRuleParseTable.kRuleSet_rule_char - 128].applyPattern(gRuleSet_rule_char_pattern); in doParseActions()919 UnicodeSet uniset = fRuleSets[tableEl.fCharClass - 128]; in parse()
81 UnicodeSet fRuleSets[] = new UnicodeSet[10]; // Unicode Sets that are needed during field in RBBIRuleScanner117 …fRuleSets[RBBIRuleParseTable.kRuleSet_rule_char - 128] = new UnicodeSet(gRuleSet_rule_char_pattern… in RBBIRuleScanner()118 …fRuleSets[RBBIRuleParseTable.kRuleSet_white_space - 128] = new UnicodeSet(gRuleSet_white_space_pat… in RBBIRuleScanner()119 …fRuleSets[RBBIRuleParseTable.kRuleSet_name_char - 128] = new UnicodeSet(gRuleSet_name_char_pattern… in RBBIRuleScanner()120 …fRuleSets[RBBIRuleParseTable.kRuleSet_name_start_char - 128] = new UnicodeSet(gRuleSet_name_start_… in RBBIRuleScanner()121 …fRuleSets[RBBIRuleParseTable.kRuleSet_digit_char - 128] = new UnicodeSet(gRuleSet_digit_char_patte… in RBBIRuleScanner()452 fRuleSets[RBBIRuleParseTable.kRuleSet_rule_char - 128].clear(); in doParseActions()454 … fRuleSets[RBBIRuleParseTable.kRuleSet_rule_char - 128].applyPattern(gRuleSet_rule_char_pattern); in doParseActions()918 UnicodeSet uniset = fRuleSets[tableEl.fCharClass - 128]; in parse()
127 fRuleSets[kRuleSet_rule_char-128] in RBBIRuleScanner()130 fRuleSets[kRuleSet_white_space-128]. in RBBIRuleScanner()132 fRuleSets[kRuleSet_name_char-128] in RBBIRuleScanner()134 fRuleSets[kRuleSet_name_start_char-128] in RBBIRuleScanner()136 fRuleSets[kRuleSet_digit_char-128] in RBBIRuleScanner()563 fRuleSets[kRuleSet_rule_char-128].clear(); in doParseActions()565 …fRuleSets[kRuleSet_rule_char-128].applyPattern(UnicodeString(gRuleSet_rule_char_pattern), *fRB->fS… in doParseActions()1060 U_ASSERT((tableEl->fCharClass-128) < UPRV_LENGTHOF(fRuleSets)); in parse()1061 if (fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) { in parse()
143 UnicodeSet fRuleSets[10]; // Unicode Sets that are needed during variable
1097 NFRuleSet **fRuleSets;