Searched refs:RegexStaticSets (Results 1 - 10 of 10) sorted by relevance

/external/icu4c/i18n/
H A Dregexst.h7 // This file contains declarations for the class RegexStaticSets
12 // RegexStaticSets groups together the common UnicodeSets that are needed
32 class RegexStaticSets : public UMemory { class in inherits:UMemory
34 static RegexStaticSets *gStaticSets; // Ptr to all lazily initialized constant
37 RegexStaticSets(UErrorCode *status);
38 ~RegexStaticSets();
H A Dregexst.cpp7 // This file contains class RegexStaticSets
12 // RegexStaticSets groups together the common UnicodeSets that are needed
144 RegexStaticSets *RegexStaticSets::gStaticSets = NULL;
146 RegexStaticSets::RegexStaticSets(UErrorCode *status) function in class:RegexStaticSets
233 RegexStaticSets::~RegexStaticSets() {
253 RegexStaticSets::cleanup(void) {
254 delete RegexStaticSets
[all...]
H A Drepattrn.cpp591 RegexStaticSets::initGlobals(&status);
592 return RegexStaticSets::gStaticSets->fEmptyText;
H A Dregexcmp.cpp55 RegexStaticSets::initGlobals(&status);
141 fRXPat->fStaticSets = RegexStaticSets::gStaticSets->fPropSets;
142 fRXPat->fStaticSets8 = RegexStaticSets::gStaticSets->fPropSets8;
205 if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) {
1264 if (RegexStaticSets::gStaticSets->fRuleDigitsAlias->contains(c) == FALSE) {
1487 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]);
1494 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]);
1522 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]);
1529 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]);
3762 if (RegexStaticSets
[all...]
H A Drematch.cpp88 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus);
141 init2(RegexStaticSets::gStaticSets->fEmptyText, status);
157 init2(RegexStaticSets::gStaticSets->fEmptyText, status);
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1373 #define RegexStaticSets RegexStaticSets_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1373 #define RegexStaticSets RegexStaticSets_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1373 #define RegexStaticSets RegexStaticSets_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1373 #define RegexStaticSets RegexStaticSets_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h2092 #define RegexStaticSets U_ICU_ENTRY_POINT_RENAME(RegexStaticSets) macro

Completed in 124 milliseconds