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

  /external/icu4c/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
144 RegexStaticSets *RegexStaticSets::gStaticSets = NULL;
146 RegexStaticSets::RegexStaticSets(UErrorCode *status)
233 RegexStaticSets::~RegexStaticSets() {
253 RegexStaticSets::cleanup(void) {
254 delete RegexStaticSets::gStaticSets
    [all...]
repattrn.cpp 569 RegexStaticSets::initGlobals(&status);
570 return RegexStaticSets::gStaticSets->fEmptyText;
regexcmp.cpp 55 RegexStaticSets::initGlobals(&status);
141 fRXPat->fStaticSets = RegexStaticSets::gStaticSets->fPropSets;
142 fRXPat->fStaticSets8 = RegexStaticSets::gStaticSets->fPropSets8;
205 if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) {
    [all...]
rematch.cpp 88 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus);
141 init2(RegexStaticSets::gStaticSets->fEmptyText, status);
157 init2(RegexStaticSets::gStaticSets->fEmptyText, status);
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 114 milliseconds