OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fRuleSets
(Results
1 - 6
of
6
) sorted by null
/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/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
Completed in 68 milliseconds