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

  /external/chromium/third_party/icu/source/i18n/
regexst.h 33 static RegexStaticSets *gStaticSets; // Ptr to all lazily initialized constant
regexst.cpp 144 RegexStaticSets *RegexStaticSets::gStaticSets = NULL;
247 delete RegexStaticSets::gStaticSets;
248 RegexStaticSets::gStaticSets = NULL;
261 UMTX_CHECK(NULL, gStaticSets, p);
273 if (gStaticSets == NULL) {
274 gStaticSets = p;
regexcmp.cpp 116 fRXPat->fStaticSets = RegexStaticSets::gStaticSets->fPropSets;
117 fRXPat->fStaticSets8 = RegexStaticSets::gStaticSets->fPropSets8;
180 if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) {
    [all...]
rematch.cpp 63 init2(RegexStaticSets::gStaticSets->fEmptyString, fDeferredStatus);
90 init2(RegexStaticSets::gStaticSets->fEmptyString, status);
    [all...]
  /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 140 fRXPat->fStaticSets = RegexStaticSets::gStaticSets->fPropSets;
141 fRXPat->fStaticSets8 = RegexStaticSets::gStaticSets->fPropSets8;
204 if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) {
    [all...]
repattrn.cpp 590 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 451 milliseconds