Searched defs:RegexStaticSets (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/i18n/
H A Dregexst.h7 // This file contains declarations for the class RegexStaticSets
12 // RegexStaticSets groups together the common UnicodeSets that are needed
32 class RegexStaticSets : public UMemory { class in inherits:UMemory
34 static RegexStaticSets *gStaticSets; // Ptr to all lazily initialized constant
37 RegexStaticSets(UErrorCode *status);
38 ~RegexStaticSets();
H A Dregexst.cpp7 // This file contains class RegexStaticSets
12 // RegexStaticSets groups together the common UnicodeSets that are needed
144 RegexStaticSets *RegexStaticSets::gStaticSets = NULL;
146 RegexStaticSets::RegexStaticSets(UErrorCode *status) function in class:RegexStaticSets
233 RegexStaticSets::~RegexStaticSets() {
253 RegexStaticSets::cleanup(void) {
254 delete RegexStaticSets
[all...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1373 #define RegexStaticSets RegexStaticSets_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1373 #define RegexStaticSets RegexStaticSets_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1373 #define RegexStaticSets RegexStaticSets_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1373 #define RegexStaticSets RegexStaticSets_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h2115 #define RegexStaticSets U_ICU_ENTRY_POINT_RENAME(RegexStaticSets) macro

Completed in 133 milliseconds