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

  /external/chromium/third_party/icu/source/i18n/
regexst.h 7 // This file contains declarations for the class RegexStaticSets
12 // RegexStaticSets groups together the common UnicodeSets that are needed
31 class RegexStaticSets : public UMemory {
33 static RegexStaticSets *gStaticSets; // Ptr to all lazily initialized constant
36 RegexStaticSets(UErrorCode *status);
37 ~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)
228 RegexStaticSets::~RegexStaticSets() {
246 RegexStaticSets::cleanup(void) {
247 delete RegexStaticSets::gStaticSets
    [all...]
repattrn.cpp 38 RegexStaticSets::initGlobals(&fDeferredStatus);
regexcmp.cpp 116 fRXPat->fStaticSets = RegexStaticSets::gStaticSets->fPropSets;
117 fRXPat->fStaticSets8 = RegexStaticSets::gStaticSets->fPropSets8;
180 if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) {
    [all...]
rematch.cpp 63 init2(RegexStaticSets::gStaticSets->fEmptyString, fDeferredStatus);
90 init2(RegexStaticSets::gStaticSets->fEmptyString, status);
    [all...]
  /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 589 RegexStaticSets::initGlobals(&status);
590 return RegexStaticSets::gStaticSets->fEmptyText;
regexcmp.cpp 55 RegexStaticSets::initGlobals(&status);
140 fRXPat->fStaticSets = RegexStaticSets::gStaticSets->fPropSets;
141 fRXPat->fStaticSets8 = RegexStaticSets::gStaticSets->fPropSets8;
204 if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) {
    [all...]
rematch.cpp 81 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus);
134 init2(RegexStaticSets::gStaticSets->fEmptyText, status);
150 init2(RegexStaticSets::gStaticSets->fEmptyText, status);
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]

Completed in 1550 milliseconds