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

Completed in 19 milliseconds