Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexst.cpp214fRuleSets[kRuleSet_rule_char-128] = UnicodeSet(UnicodeString(TRUE, gRuleSet_rule_char_pattern, -… in RegexStaticSets()
215fRuleSets[kRuleSet_digit_char-128] = UnicodeSet(UnicodeString(TRUE, gRuleSet_digit_char_pattern, … in RegexStaticSets()
216 fRuleDigitsAlias = &fRuleSets[kRuleSet_digit_char-128]; in RegexStaticSets()
217 for (i=0; i<(int32_t)(sizeof(fRuleSets)/sizeof(fRuleSets[0])); i++) { in RegexStaticSets()
218 fRuleSets[i].compact(); in RegexStaticSets()
Dregexst.h45 UnicodeSet fRuleSets[10]; // Sets used while parsing regexp patterns. variable
Dregexcmp.cpp213 … if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) { in compile()
/external/icu4c/common/
Drbbiscan.cpp124 fRuleSets[kRuleSet_rule_char-128] in RBBIRuleScanner()
127 fRuleSets[kRuleSet_white_space-128]. in RBBIRuleScanner()
129 fRuleSets[kRuleSet_name_char-128] in RBBIRuleScanner()
131 fRuleSets[kRuleSet_name_start_char-128] in RBBIRuleScanner()
133 fRuleSets[kRuleSet_digit_char-128] in RBBIRuleScanner()
996 U_ASSERT((tableEl->fCharClass-128) < LENGTHOF(fRuleSets)); in parse()
997 if (fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) { in parse()
Drbbiscan.h140 UnicodeSet fRuleSets[10]; // Unicode Sets that are needed during variable