HomeSort by relevance Sort by last modified time
    Searched defs:RegexStaticSets (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
regexst.h 7 // This file contains declarations for the class RegexStaticSets
12 // RegexStaticSets groups together the common UnicodeSets that are needed
32 class RegexStaticSets : public UMemory {
34 static RegexStaticSets *gStaticSets; // Ptr to all lazily initialized constant
37 RegexStaticSets(UErrorCode *status);
38 ~RegexStaticSets();
regexst.cpp 7 // This file contains class RegexStaticSets
12 // RegexStaticSets groups together the common UnicodeSets that are needed
141 RegexStaticSets *RegexStaticSets::gStaticSets = NULL;
144 RegexStaticSets::RegexStaticSets(UErrorCode *status)
237 RegexStaticSets::~RegexStaticSets() {
257 RegexStaticSets::cleanup(void) {
258 delete RegexStaticSets::gStaticSets
    [all...]

Completed in 642 milliseconds