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 9 // This file contains declarations for the class RegexStaticSets
14 // RegexStaticSets groups together the common UnicodeSets that are needed
34 class RegexStaticSets : public UMemory {
36 static RegexStaticSets *gStaticSets; // Ptr to all lazily initialized constant
39 RegexStaticSets(UErrorCode *status);
40 ~RegexStaticSets();
regexst.cpp 9 // This file contains class RegexStaticSets
14 // RegexStaticSets groups together the common UnicodeSets that are needed
143 RegexStaticSets *RegexStaticSets::gStaticSets = NULL;
146 RegexStaticSets::RegexStaticSets(UErrorCode *status)
239 RegexStaticSets::~RegexStaticSets() {
259 RegexStaticSets::cleanup(void) {
260 delete RegexStaticSets::gStaticSets
    [all...]

Completed in 40 milliseconds