Home
last modified time | relevance | path

Searched refs:RegexStaticSets (Results 1 – 16 of 16) sorted by relevance

/external/icu4c/i18n/
Dregexst.cpp144 RegexStaticSets *RegexStaticSets::gStaticSets = NULL;
146 RegexStaticSets::RegexStaticSets(UErrorCode *status) in RegexStaticSets() function in RegexStaticSets
233 RegexStaticSets::~RegexStaticSets() { in ~RegexStaticSets()
253 RegexStaticSets::cleanup(void) { in cleanup()
254 delete RegexStaticSets::gStaticSets; in cleanup()
255 RegexStaticSets::gStaticSets = NULL; in cleanup()
262 return RegexStaticSets::cleanup(); in regex_cleanup()
266 void RegexStaticSets::initGlobals(UErrorCode *status) { in initGlobals()
267 RegexStaticSets *p; in initGlobals()
270 p = new RegexStaticSets(status); in initGlobals()
Dregexst.h32 class RegexStaticSets : public UMemory {
34 static RegexStaticSets *gStaticSets; // Ptr to all lazily initialized constant
37 RegexStaticSets(UErrorCode *status);
38 ~RegexStaticSets();
Dregexcmp.cpp55 RegexStaticSets::initGlobals(&status); in RegexCompile()
140 fRXPat->fStaticSets = RegexStaticSets::gStaticSets->fPropSets; in compile()
141 fRXPat->fStaticSets8 = RegexStaticSets::gStaticSets->fPropSets8; in compile()
204 … if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) { in compile()
1263 if (RegexStaticSets::gStaticSets->fRuleDigitsAlias->contains(c) == FALSE) { in doParseActions()
1486 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions()
1493 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions()
1521 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()
1528 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()
3757 if (RegexStaticSets::gStaticSets->fUnescapeCharSet.contains(peekCharLL())) { in nextChar()
Drepattrn.cpp589 RegexStaticSets::initGlobals(&status); in patternText()
590 return RegexStaticSets::gStaticSets->fEmptyText; in patternText()
Drematch.cpp81 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus); in RegexMatcher()
134 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()
150 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()
/external/chromium/third_party/icu/source/i18n/
Dregexst.cpp144 RegexStaticSets *RegexStaticSets::gStaticSets = NULL;
146 RegexStaticSets::RegexStaticSets(UErrorCode *status) in RegexStaticSets() function in RegexStaticSets
228 RegexStaticSets::~RegexStaticSets() { in ~RegexStaticSets()
246 RegexStaticSets::cleanup(void) { in cleanup()
247 delete RegexStaticSets::gStaticSets; in cleanup()
248 RegexStaticSets::gStaticSets = NULL; in cleanup()
255 return RegexStaticSets::cleanup(); in regex_cleanup()
259 void RegexStaticSets::initGlobals(UErrorCode *status) { in initGlobals()
260 RegexStaticSets *p; in initGlobals()
263 p = new RegexStaticSets(status); in initGlobals()
Dregexst.h31 class RegexStaticSets : public UMemory {
33 static RegexStaticSets *gStaticSets; // Ptr to all lazily initialized constant
36 RegexStaticSets(UErrorCode *status);
37 ~RegexStaticSets();
Dregexcmp.cpp116 fRXPat->fStaticSets = RegexStaticSets::gStaticSets->fPropSets; in compile()
117 fRXPat->fStaticSets8 = RegexStaticSets::gStaticSets->fPropSets8; in compile()
180 … if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) { in compile()
1256 if (RegexStaticSets::gStaticSets->fRuleDigitsAlias->contains(c) == FALSE) { in doParseActions()
1479 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions()
1486 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions()
1514 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()
1521 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()
3676 if (RegexStaticSets::gStaticSets->fUnescapeCharSet.contains(peekCharLL())) { in nextChar()
Drepattrn.cpp38 RegexStaticSets::initGlobals(&fDeferredStatus); in RegexPattern()
Drematch.cpp63 init2(RegexStaticSets::gStaticSets->fEmptyString, fDeferredStatus); in RegexMatcher()
90 init2(RegexStaticSets::gStaticSets->fEmptyString, status); in RegexMatcher()
/external/webkit/WebKit/mac/icu/unicode/
Durename.h1373 #define RegexStaticSets RegexStaticSets_3_2 macro
/external/webkit/JavaScriptCore/icu/unicode/
Durename.h1373 #define RegexStaticSets RegexStaticSets_3_2 macro
/external/webkit/JavaScriptGlue/icu/unicode/
Durename.h1373 #define RegexStaticSets RegexStaticSets_3_2 macro
/external/webkit/WebCore/icu/unicode/
Durename.h1373 #define RegexStaticSets RegexStaticSets_3_2 macro
/external/icu4c/common/unicode/
Durename.h2049 #define RegexStaticSets U_ICU_ENTRY_POINT_RENAME(RegexStaticSets) macro
/external/chromium/third_party/icu/public/common/unicode/
Durename.h1795 #define RegexStaticSets RegexStaticSets_4_2 macro