HomeSort by relevance Sort by last modified time
    Searched defs:gStaticSets (Results 1 - 4 of 4) 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;
  /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;

Completed in 69 milliseconds