HomeSort by relevance Sort by last modified time
    Searched refs:gStaticSets (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/i18n/
smpdtfst.cpp 32 SimpleDateFormatStaticSets *gStaticSets = NULL;
81 delete gStaticSets;
82 gStaticSets = NULL;
96 U_ASSERT(gStaticSets == NULL);
97 gStaticSets = new SimpleDateFormatStaticSets(status);
98 if (gStaticSets == NULL) {
120 return gStaticSets->fDateIgnorables;
128 return gStaticSets->fTimeIgnorables;
131 return gStaticSets->fOtherIgnorables;
decfmtst.cpp 188 static DecimalFormatStaticSets *gStaticSets;
202 delete gStaticSets;
203 gStaticSets = NULL;
209 U_ASSERT(gStaticSets == NULL);
211 gStaticSets = new DecimalFormatStaticSets(status);
213 delete gStaticSets;
214 gStaticSets = NULL;
217 if (gStaticSets == NULL) {
225 return gStaticSets;
237 if (gStaticSets->fDotEquivalents->contains(decimal))
    [all...]
regexst.h 36 static RegexStaticSets *gStaticSets; // Ptr to all lazily initialized constant
regexst.cpp 143 RegexStaticSets *RegexStaticSets::gStaticSets = NULL;
260 delete RegexStaticSets::gStaticSets;
261 RegexStaticSets::gStaticSets = NULL;
273 U_ASSERT(RegexStaticSets::gStaticSets == NULL);
275 RegexStaticSets::gStaticSets = new RegexStaticSets(&status);
277 delete RegexStaticSets::gStaticSets;
278 RegexStaticSets::gStaticSets = NULL;
280 if (RegexStaticSets::gStaticSets == NULL && U_SUCCESS(status)) {
regexcmp.cpp 150 fRXPat->fStaticSets = RegexStaticSets::gStaticSets->fPropSets;
151 fRXPat->fStaticSets8 = RegexStaticSets::gStaticSets->fPropSets8;
221 if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) {
    [all...]
repattrn.cpp 603 return RegexStaticSets::gStaticSets->fEmptyText;
rematch.cpp 81 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus);
134 init2(RegexStaticSets::gStaticSets->fEmptyText, status);
150 init2(RegexStaticSets::gStaticSets->fEmptyText, status);
    [all...]

Completed in 231 milliseconds