HomeSort by relevance Sort by last modified time
    Searched refs:fRuleSets (Results 1 - 10 of 10) sorted by null

  /external/chromium/third_party/icu/source/i18n/
regexst.h 44 UnicodeSet fRuleSets[10]; // Sets used while parsing regexp patterns.
regexst.cpp 211 fRuleSets[kRuleSet_rule_char-128] = UnicodeSet(UnicodeString(TRUE, gRuleSet_rule_char_pattern, -1), *status);
212 fRuleSets[kRuleSet_digit_char-128] = UnicodeSet(UnicodeString(TRUE, gRuleSet_digit_char_pattern, -1), *status);
213 fRuleDigitsAlias = &fRuleSets[kRuleSet_digit_char-128];
214 for (i=0; i<(int32_t)(sizeof(fRuleSets)/sizeof(fRuleSets[0])); i++) {
215 fRuleSets[i].compact();
219 ExitConstrDeleteAll: // Remove fPropSets and fRuleSets and return error
regexcmp.cpp 180 if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) {
    [all...]
  /external/icu4c/i18n/
regexst.h 45 UnicodeSet fRuleSets[10]; // Sets used while parsing regexp patterns.
regexst.cpp 212 fRuleSets[kRuleSet_rule_char-128] = UnicodeSet(UnicodeString(TRUE, gRuleSet_rule_char_pattern, -1), *status);
213 fRuleSets[kRuleSet_digit_char-128] = UnicodeSet(UnicodeString(TRUE, gRuleSet_digit_char_pattern, -1), *status);
214 fRuleDigitsAlias = &fRuleSets[kRuleSet_digit_char-128];
215 for (i=0; i<(int32_t)(sizeof(fRuleSets)/sizeof(fRuleSets[0])); i++) {
216 fRuleSets[i].compact();
224 ExitConstrDeleteAll: // Remove fPropSets and fRuleSets and return error
regexcmp.cpp 204 if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) {
    [all...]
  /external/chromium/third_party/icu/source/common/
rbbiscan.h 140 UnicodeSet fRuleSets[10]; // Unicode Sets that are needed during
rbbiscan.cpp 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);
    [all...]
  /external/icu4c/common/
rbbiscan.h 140 UnicodeSet fRuleSets[10]; // Unicode Sets that are needed during
rbbiscan.cpp 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);
    [all...]

Completed in 375 milliseconds