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

  /external/chromium_org/third_party/icu/source/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 205 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 214 fRuleSets[kRuleSet_rule_char-128] = UnicodeSet(UnicodeString(TRUE, gRuleSet_rule_char_pattern, -1), *status);
215 fRuleSets[kRuleSet_digit_char-128] = UnicodeSet(UnicodeString(TRUE, gRuleSet_digit_char_pattern, -1), *status);
216 fRuleDigitsAlias = &fRuleSets[kRuleSet_digit_char-128];
217 for (i=0; i<(int32_t)(sizeof(fRuleSets)/sizeof(fRuleSets[0])); i++) {
218 fRuleSets[i].compact();
226 ExitConstrDeleteAll: // Remove fPropSets and fRuleSets and return error
regexcmp.cpp 213 if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) {
    [all...]
  /external/chromium_org/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]
126 // fRuleSets[kRuleSet_white_space-128] = [:Pattern_White_Space:]
127 fRuleSets[kRuleSet_white_space-128].
129 fRuleSets[kRuleSet_name_char-128]
131 fRuleSets[kRuleSet_name_start_char-128]
133 fRuleSets[kRuleSet_digit_char-128]
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 787 milliseconds