OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gStaticSets
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/i18n/
regexst.h
34
static RegexStaticSets *
gStaticSets
; // Ptr to all lazily initialized constant
regexst.cpp
144
RegexStaticSets *RegexStaticSets::
gStaticSets
= NULL;
254
delete RegexStaticSets::
gStaticSets
;
255
RegexStaticSets::
gStaticSets
= NULL;
268
UMTX_CHECK(NULL,
gStaticSets
, p);
280
if (
gStaticSets
== NULL) {
281
gStaticSets
= p;
regexcmp.cpp
141
fRXPat->fStaticSets = RegexStaticSets::
gStaticSets
->fPropSets;
142
fRXPat->fStaticSets8 = RegexStaticSets::
gStaticSets
->fPropSets8;
205
if (RegexStaticSets::
gStaticSets
->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) {
[
all
...]
repattrn.cpp
592
return RegexStaticSets::
gStaticSets
->fEmptyText;
rematch.cpp
88
init2(RegexStaticSets::
gStaticSets
->fEmptyText, fDeferredStatus);
141
init2(RegexStaticSets::
gStaticSets
->fEmptyText, status);
157
init2(RegexStaticSets::
gStaticSets
->fEmptyText, status);
[
all
...]
Completed in 72 milliseconds