Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexst.cpp212fRuleSets[kRuleSet_rule_char-128] = UnicodeSet(UnicodeString(TRUE, gRuleSet_rule_char_pattern, -… in RegexStaticSets()
213fRuleSets[kRuleSet_digit_char-128] = UnicodeSet(UnicodeString(TRUE, gRuleSet_digit_char_pattern, … in RegexStaticSets()
214 fRuleDigitsAlias = &fRuleSets[kRuleSet_digit_char-128]; in RegexStaticSets()
215 for (i=0; i<(int32_t)(sizeof(fRuleSets)/sizeof(fRuleSets[0])); i++) { in RegexStaticSets()
216 fRuleSets[i].compact(); in RegexStaticSets()
Dregexst.h45 UnicodeSet fRuleSets[10]; // Sets used while parsing regexp patterns. variable
Dregexcmp.cpp204 … if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) { in compile()
/external/chromium/third_party/icu/source/i18n/
Dregexst.cpp211fRuleSets[kRuleSet_rule_char-128] = UnicodeSet(UnicodeString(TRUE, gRuleSet_rule_char_pattern, -… in RegexStaticSets()
212fRuleSets[kRuleSet_digit_char-128] = UnicodeSet(UnicodeString(TRUE, gRuleSet_digit_char_pattern, … in RegexStaticSets()
213 fRuleDigitsAlias = &fRuleSets[kRuleSet_digit_char-128]; in RegexStaticSets()
214 for (i=0; i<(int32_t)(sizeof(fRuleSets)/sizeof(fRuleSets[0])); i++) { in RegexStaticSets()
215 fRuleSets[i].compact(); in RegexStaticSets()
Dregexst.h44 UnicodeSet fRuleSets[10]; // Sets used while parsing regexp patterns. variable
Dregexcmp.cpp180 … if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) { in compile()
/external/chromium/third_party/icu/source/common/
Drbbiscan.cpp124fRuleSets[kRuleSet_rule_char-128] = UnicodeSet(gRuleSet_rule_char_pattern, *rb->fStatu… in RBBIRuleScanner()
129 fRuleSets[kRuleSet_white_space-128] = *whitespaceSet; in RBBIRuleScanner()
131fRuleSets[kRuleSet_name_char-128] = UnicodeSet(gRuleSet_name_char_pattern, *rb->fStatu… in RBBIRuleScanner()
132fRuleSets[kRuleSet_name_start_char-128] = UnicodeSet(gRuleSet_name_start_char_pattern, *rb->fStatu… in RBBIRuleScanner()
133fRuleSets[kRuleSet_digit_char-128] = UnicodeSet(gRuleSet_digit_char_pattern, *rb->fStatu… in RBBIRuleScanner()
995 if (fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) { in parse()
Drbbiscan.h140 UnicodeSet fRuleSets[10]; // Unicode Sets that are needed during variable
/external/icu4c/common/
Drbbiscan.cpp124fRuleSets[kRuleSet_rule_char-128] = UnicodeSet(gRuleSet_rule_char_pattern, *rb->fStatu… in RBBIRuleScanner()
129 fRuleSets[kRuleSet_white_space-128] = *whitespaceSet; in RBBIRuleScanner()
131fRuleSets[kRuleSet_name_char-128] = UnicodeSet(gRuleSet_name_char_pattern, *rb->fStatu… in RBBIRuleScanner()
132fRuleSets[kRuleSet_name_start_char-128] = UnicodeSet(gRuleSet_name_start_char_pattern, *rb->fStatu… in RBBIRuleScanner()
133fRuleSets[kRuleSet_digit_char-128] = UnicodeSet(gRuleSet_digit_char_pattern, *rb->fStatu… in RBBIRuleScanner()
995 if (fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) { in parse()
Drbbiscan.h140 UnicodeSet fRuleSets[10]; // Unicode Sets that are needed during variable