Home
last modified time | relevance | path

Searched refs:RegexPattern (Results 1 – 25 of 35) sorted by relevance

12

/third_party/node/deps/icu-small/source/i18n/
Drepattrn.cpp37 RegexPattern::RegexPattern() { in RegexPattern() function in RegexPattern
49 RegexPattern::RegexPattern(const RegexPattern &other) : UObject(other) { in RegexPattern() function in RegexPattern
61 RegexPattern &RegexPattern::operator = (const RegexPattern &other) { in operator =()
165 void RegexPattern::init() { in init()
206 bool RegexPattern::initNamedCaptureMap() { in initNamedCaptureMap()
229 void RegexPattern::zap() { in zap()
270 RegexPattern::~RegexPattern() { in ~RegexPattern()
280 RegexPattern *RegexPattern::clone() const { in clone()
281 RegexPattern *copy = new RegexPattern(*this); in clone()
294 bool RegexPattern::operator ==(const RegexPattern &other) const { in operator ==()
[all …]
Dregexcmp.h41 class RegexPattern; variable
58 RegexCompile(RegexPattern *rp, UErrorCode &e);
135 RegexPattern *fRXPat;
Duregex.cpp39 RegexPattern *fPat;
157 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status); in uregex_open()
159 re->fPat = RegexPattern::compile(&patText, flags, *status); in uregex_open()
240 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status); in uregex_openUText()
242 re->fPat = RegexPattern::compile(&patText, flags, *status); in uregex_openUText()
/third_party/icu/icu4c/source/i18n/
Drepattrn.cpp37 RegexPattern::RegexPattern() { in RegexPattern() function in RegexPattern
49 RegexPattern::RegexPattern(const RegexPattern &other) : UObject(other) { in RegexPattern() function in RegexPattern
61 RegexPattern &RegexPattern::operator = (const RegexPattern &other) { in operator =()
165 void RegexPattern::init() { in init()
206 bool RegexPattern::initNamedCaptureMap() { in initNamedCaptureMap()
229 void RegexPattern::zap() { in zap()
270 RegexPattern::~RegexPattern() { in ~RegexPattern()
280 RegexPattern *RegexPattern::clone() const { in clone()
281 RegexPattern *copy = new RegexPattern(*this); in clone()
294 UBool RegexPattern::operator ==(const RegexPattern &other) const { in operator ==()
[all …]
Dregexcmp.h41 class RegexPattern; variable
58 RegexCompile(RegexPattern *rp, UErrorCode &e);
135 RegexPattern *fRXPat;
Duregex.cpp39 RegexPattern *fPat;
157 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status); in uregex_open()
159 re->fPat = RegexPattern::compile(&patText, flags, *status); in uregex_open()
240 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status); in uregex_openUText()
242 re->fPat = RegexPattern::compile(&patText, flags, *status); in uregex_openUText()
/third_party/skia/third_party/externals/icu/source/i18n/
Drepattrn.cpp37 RegexPattern::RegexPattern() { in RegexPattern() function in RegexPattern
49 RegexPattern::RegexPattern(const RegexPattern &other) : UObject(other) { in RegexPattern() function in RegexPattern
61 RegexPattern &RegexPattern::operator = (const RegexPattern &other) { in operator =()
165 void RegexPattern::init() { in init()
206 bool RegexPattern::initNamedCaptureMap() { in initNamedCaptureMap()
229 void RegexPattern::zap() { in zap()
270 RegexPattern::~RegexPattern() { in ~RegexPattern()
280 RegexPattern *RegexPattern::clone() const { in clone()
281 RegexPattern *copy = new RegexPattern(*this); in clone()
294 UBool RegexPattern::operator ==(const RegexPattern &other) const { in operator ==()
[all …]
Dregexcmp.h41 class RegexPattern; variable
58 RegexCompile(RegexPattern *rp, UErrorCode &e);
135 RegexPattern *fRXPat;
Duregex.cpp39 RegexPattern *fPat;
157 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status); in uregex_open()
159 re->fPat = RegexPattern::compile(&patText, flags, *status); in uregex_open()
240 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status); in uregex_openUText()
242 re->fPat = RegexPattern::compile(&patText, flags, *status); in uregex_openUText()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Drepattrn.cpp37 RegexPattern::RegexPattern() { in RegexPattern() function in RegexPattern
49 RegexPattern::RegexPattern(const RegexPattern &other) : UObject(other) { in RegexPattern() function in RegexPattern
61 RegexPattern &RegexPattern::operator = (const RegexPattern &other) { in operator =()
165 void RegexPattern::init() { in init()
220 void RegexPattern::zap() { in zap()
259 RegexPattern::~RegexPattern() { in ~RegexPattern()
269 RegexPattern *RegexPattern::clone() const { in clone()
270 RegexPattern *copy = new RegexPattern(*this); in clone()
283 UBool RegexPattern::operator ==(const RegexPattern &other) const { in operator ==()
305 RegexPattern * U_EXPORT2
[all …]
Dregexcmp.h41 class RegexPattern; variable
58 RegexCompile(RegexPattern *rp, UErrorCode &e);
135 RegexPattern *fRXPat;
Duregex.cpp39 RegexPattern *fPat;
157 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status); in uregex_open()
159 re->fPat = RegexPattern::compile(&patText, flags, *status); in uregex_open()
240 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status); in uregex_openUText()
242 re->fPat = RegexPattern::compile(&patText, flags, *status); in uregex_openUText()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dregex.h67 class RegexPattern; variable
87 class U_I18N_API RegexPattern U_FINAL : public UObject {
97 RegexPattern();
105 RegexPattern(const RegexPattern &source);
112 virtual ~RegexPattern();
122 UBool operator==(const RegexPattern& that) const;
132 inline UBool operator!=(const RegexPattern& that) const {return ! operator ==(that);}
139 RegexPattern &operator =(const RegexPattern &source);
148 virtual RegexPattern *clone() const;
175 static RegexPattern * U_EXPORT2 compile( const UnicodeString &regex,
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dregex.h67 class RegexPattern; variable
87 class U_I18N_API RegexPattern U_FINAL : public UObject {
97 RegexPattern();
105 RegexPattern(const RegexPattern &source);
112 virtual ~RegexPattern();
122 UBool operator==(const RegexPattern& that) const;
132 inline UBool operator!=(const RegexPattern& that) const {return ! operator ==(that);}
139 RegexPattern &operator =(const RegexPattern &source);
148 virtual RegexPattern *clone() const;
175 static RegexPattern * U_EXPORT2 compile( const UnicodeString &regex,
[all …]
/third_party/node/deps/icu-small/source/i18n/unicode/
Dregex.h67 class RegexPattern; variable
87 class U_I18N_API RegexPattern U_FINAL : public UObject {
97 RegexPattern();
105 RegexPattern(const RegexPattern &source);
112 virtual ~RegexPattern();
122 bool operator==(const RegexPattern& that) const;
132 inline bool operator!=(const RegexPattern& that) const {return ! operator ==(that);}
139 RegexPattern &operator =(const RegexPattern &source);
148 virtual RegexPattern *clone() const;
175 static RegexPattern * U_EXPORT2 compile( const UnicodeString &regex,
[all …]
/third_party/icu/icu4c/source/i18n/unicode/
Dregex.h67 class RegexPattern; variable
87 class U_I18N_API RegexPattern U_FINAL : public UObject {
97 RegexPattern();
105 RegexPattern(const RegexPattern &source);
112 virtual ~RegexPattern();
122 UBool operator==(const RegexPattern& that) const;
132 inline UBool operator!=(const RegexPattern& that) const {return ! operator ==(that);}
139 RegexPattern &operator =(const RegexPattern &source);
148 virtual RegexPattern *clone() const;
175 static RegexPattern * U_EXPORT2 compile( const UnicodeString &regex,
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dregextst.cpp371 RegexPattern *REPattern = NULL; in doRegexLMTest()
376 REPattern = RegexPattern::compile(patString, 0, pe, status); in doRegexLMTest()
434 RegexPattern *REPattern = NULL; in doRegexLMTestUTF8()
439 REPattern = RegexPattern::compile(&pattern, 0, pe, status); in doRegexLMTestUTF8()
524 RegexPattern *callerPattern = NULL; in regex_err()
530 callerPattern = RegexPattern::compile(patString, 0, pe, status); in regex_err()
549 callerPattern = RegexPattern::compile(&patternText, 0, pe, status); in regex_err()
585 RegexPattern *pattern; in Basic()
586 …pattern = RegexPattern::compile(UNICODE_STRING_SIMPLE("a\\u00dfx").unescape(), UREGEX_CASE_INSENSI… in Basic()
778 RegexPattern *pat2; in API_Match()
[all …]
/third_party/node/deps/icu-small/source/tools/genrb/
Dprscmnts.cpp97 RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), 0, *status); in getText()
132RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), UREGEX_MULTILINE, *status); in getDescription()
156RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), UREGEX_MULTILINE, *status); in getCount()
196RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), UREGEX_MULTILINE, *status); in getAt()
/third_party/icu/icu4c/source/tools/genrb/
Dprscmnts.cpp97 RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), 0, *status); in getText()
132RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), UREGEX_MULTILINE, *status); in getDescription()
156RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), UREGEX_MULTILINE, *status); in getCount()
196RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), UREGEX_MULTILINE, *status); in getAt()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dprscmnts.cpp97 RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), 0, *status); in getText()
132RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), UREGEX_MULTILINE, *status); in getDescription()
156RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), UREGEX_MULTILINE, *status); in getCount()
196RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), UREGEX_MULTILINE, *status); in getAt()
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Dprscmnts.cpp97 RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), 0, *status); in getText()
132RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), UREGEX_MULTILINE, *status); in getDescription()
156RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), UREGEX_MULTILINE, *status); in getCount()
196RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), UREGEX_MULTILINE, *status); in getAt()
/third_party/libphonenumber/cpp/src/phonenumbers/
Dregexp_adapter_icu.cc41 using icu::RegexPattern;
107 utf8_regexp_.reset(RegexPattern::compile( in IcuRegExp()
225 scoped_ptr<RegexPattern> utf8_regexp_;
/third_party/icu/icu4c/source/samples/ugrep/
Dugrep.cpp113 RegexPattern *rePat = RegexPattern::compile(pattern, parseErr, status); in main()
/third_party/flutter/skia/third_party/externals/icu/source/samples/ugrep/
Dugrep.cpp113 RegexPattern *rePat = RegexPattern::compile(pattern, parseErr, status); in main()
/third_party/skia/third_party/externals/icu/source/samples/ugrep/
Dugrep.cpp113 RegexPattern *rePat = RegexPattern::compile(pattern, parseErr, status); in main()

12