Lines Matching refs:RegexStaticSets
71 RegexStaticSets *RegexStaticSets::gStaticSets = nullptr;
75 RegexStaticSets::RegexStaticSets(UErrorCode *status) { in RegexStaticSets() function in RegexStaticSets
131 RegexStaticSets::~RegexStaticSets() { in ~RegexStaticSets()
147 delete RegexStaticSets::gStaticSets; in regex_cleanup()
148 RegexStaticSets::gStaticSets = nullptr; in regex_cleanup()
154 U_ASSERT(RegexStaticSets::gStaticSets == nullptr); in initStaticSets()
156 RegexStaticSets::gStaticSets = new RegexStaticSets(&status); in initStaticSets()
158 delete RegexStaticSets::gStaticSets; in initStaticSets()
159 RegexStaticSets::gStaticSets = nullptr; in initStaticSets()
161 if (RegexStaticSets::gStaticSets == nullptr && U_SUCCESS(status)) { in initStaticSets()
167 void RegexStaticSets::initGlobals(UErrorCode *status) { in initGlobals()