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

/macosx-10.9.5/ICU-511.35/icuSources/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
146 RegexStaticSets *RegexStaticSets::gStaticSets = NULL;
148 RegexStaticSets::RegexStaticSets(UErrorCode *status) function in class:RegexStaticSets
235 RegexStaticSets::~RegexStaticSets() {
255 RegexStaticSets::cleanup(void) {
256 delete RegexStaticSets
[all...]
H A Drepattrn.cpp566 RegexStaticSets::initGlobals(&status);
567 return RegexStaticSets::gStaticSets->fEmptyText;
H A Dregexcmp.cpp57 RegexStaticSets::initGlobals(&status);
142 fRXPat->fStaticSets = RegexStaticSets::gStaticSets->fPropSets;
143 fRXPat->fStaticSets8 = RegexStaticSets::gStaticSets->fPropSets8;
213 if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) {
1304 if (RegexStaticSets::gStaticSets->fRuleDigitsAlias->contains(c) == FALSE) {
1530 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]);
1537 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]);
1565 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]);
1572 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]);
3735 if (RegexStaticSets
[all...]
H A Drematch.cpp88 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus);
141 init2(RegexStaticSets::gStaticSets->fEmptyText, status);
157 init2(RegexStaticSets::gStaticSets->fEmptyText, status);
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Durename.h2092 #define RegexStaticSets U_ICU_ENTRY_POINT_RENAME(RegexStaticSets) macro
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Durename.h2092 #define RegexStaticSets U_ICU_ENTRY_POINT_RENAME(RegexStaticSets) macro
/macosx-10.9.5/WebKit-7537.78.2/mac/icu/unicode/
H A Durename.h2092 #define RegexStaticSets U_ICU_ENTRY_POINT_RENAME(RegexStaticSets) macro

Completed in 232 milliseconds