Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Dregexst.cpp146 RegexStaticSets *RegexStaticSets::gStaticSets = NULL;
149 RegexStaticSets::RegexStaticSets(UErrorCode *status) in RegexStaticSets() function in RegexStaticSets
236 RegexStaticSets::~RegexStaticSets() { in ~RegexStaticSets()
256 RegexStaticSets::cleanup(void) { in cleanup()
257 delete RegexStaticSets::gStaticSets; in cleanup()
258 RegexStaticSets::gStaticSets = NULL; in cleanup()
266 return RegexStaticSets::cleanup(); in regex_cleanup()
270 U_ASSERT(RegexStaticSets::gStaticSets == NULL); in initStaticSets()
272 RegexStaticSets::gStaticSets = new RegexStaticSets(&status); in initStaticSets()
274 delete RegexStaticSets::gStaticSets; in initStaticSets()
[all …]
Dregexst.h32 class RegexStaticSets : public UMemory {
34 static RegexStaticSets *gStaticSets; // Ptr to all lazily initialized constant
37 RegexStaticSets(UErrorCode *status);
38 ~RegexStaticSets();
Dregexcmp.cpp57 RegexStaticSets::initGlobals(&status); in RegexCompile()
142 fRXPat->fStaticSets = RegexStaticSets::gStaticSets->fPropSets; in compile()
143 fRXPat->fStaticSets8 = RegexStaticSets::gStaticSets->fPropSets8; in compile()
213 … if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) { in compile()
1304 if (RegexStaticSets::gStaticSets->fRuleDigitsAlias->contains(c) == FALSE) { in doParseActions()
1530 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions()
1537 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions()
1565 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()
1572 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()
3775 if (RegexStaticSets::gStaticSets->fUnescapeCharSet.contains(peekCharLL())) { in nextChar()
Drepattrn.cpp566 RegexStaticSets::initGlobals(&status); in patternText()
567 return RegexStaticSets::gStaticSets->fEmptyText; in patternText()
Drematch.cpp88 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus); in RegexMatcher()
141 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()
157 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()
/external/icu/icu4c/source/i18n/
Dregexst.cpp146 RegexStaticSets *RegexStaticSets::gStaticSets = NULL;
149 RegexStaticSets::RegexStaticSets(UErrorCode *status) in RegexStaticSets() function in RegexStaticSets
236 RegexStaticSets::~RegexStaticSets() { in ~RegexStaticSets()
256 RegexStaticSets::cleanup(void) { in cleanup()
257 delete RegexStaticSets::gStaticSets; in cleanup()
258 RegexStaticSets::gStaticSets = NULL; in cleanup()
266 return RegexStaticSets::cleanup(); in regex_cleanup()
270 U_ASSERT(RegexStaticSets::gStaticSets == NULL); in initStaticSets()
272 RegexStaticSets::gStaticSets = new RegexStaticSets(&status); in initStaticSets()
274 delete RegexStaticSets::gStaticSets; in initStaticSets()
[all …]
Dregexst.h32 class RegexStaticSets : public UMemory {
34 static RegexStaticSets *gStaticSets; // Ptr to all lazily initialized constant
37 RegexStaticSets(UErrorCode *status);
38 ~RegexStaticSets();
Dregexcmp.cpp57 RegexStaticSets::initGlobals(&status); in RegexCompile()
142 fRXPat->fStaticSets = RegexStaticSets::gStaticSets->fPropSets; in compile()
143 fRXPat->fStaticSets8 = RegexStaticSets::gStaticSets->fPropSets8; in compile()
213 … if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) { in compile()
1304 if (RegexStaticSets::gStaticSets->fRuleDigitsAlias->contains(c) == FALSE) { in doParseActions()
1530 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions()
1537 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions()
1565 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()
1572 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()
3775 if (RegexStaticSets::gStaticSets->fUnescapeCharSet.contains(peekCharLL())) { in nextChar()
Drepattrn.cpp566 RegexStaticSets::initGlobals(&status); in patternText()
567 return RegexStaticSets::gStaticSets->fEmptyText; in patternText()
Drematch.cpp88 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus); in RegexMatcher()
141 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()
157 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()