/third_party/node/deps/icu-small/source/i18n/ |
D | repattrn.cpp | 37 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 …]
|
D | regexcmp.h | 41 class RegexPattern; variable 58 RegexCompile(RegexPattern *rp, UErrorCode &e); 135 RegexPattern *fRXPat;
|
D | uregex.cpp | 39 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/ |
D | repattrn.cpp | 37 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 …]
|
D | regexcmp.h | 41 class RegexPattern; variable 58 RegexCompile(RegexPattern *rp, UErrorCode &e); 135 RegexPattern *fRXPat;
|
D | uregex.cpp | 39 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/ |
D | repattrn.cpp | 37 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 …]
|
D | regexcmp.h | 41 class RegexPattern; variable 58 RegexCompile(RegexPattern *rp, UErrorCode &e); 135 RegexPattern *fRXPat;
|
D | uregex.cpp | 39 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/ |
D | repattrn.cpp | 37 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 …]
|
D | regexcmp.h | 41 class RegexPattern; variable 58 RegexCompile(RegexPattern *rp, UErrorCode &e); 135 RegexPattern *fRXPat;
|
D | uregex.cpp | 39 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/ |
D | regex.h | 67 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 ®ex, [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | regex.h | 67 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 ®ex, [all …]
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | regex.h | 67 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 ®ex, [all …]
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | regex.h | 67 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 ®ex, [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 371 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/ |
D | prscmnts.cpp | 97 RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), 0, *status); in getText() 132 … RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), UREGEX_MULTILINE, *status); in getDescription() 156 … RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), UREGEX_MULTILINE, *status); in getCount() 196 … RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), UREGEX_MULTILINE, *status); in getAt()
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | prscmnts.cpp | 97 RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), 0, *status); in getText() 132 … RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), UREGEX_MULTILINE, *status); in getDescription() 156 … RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), UREGEX_MULTILINE, *status); in getCount() 196 … RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), UREGEX_MULTILINE, *status); in getAt()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | prscmnts.cpp | 97 RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), 0, *status); in getText() 132 … RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), UREGEX_MULTILINE, *status); in getDescription() 156 … RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), UREGEX_MULTILINE, *status); in getCount() 196 … RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), UREGEX_MULTILINE, *status); in getAt()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/ |
D | prscmnts.cpp | 97 RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), 0, *status); in getText() 132 … RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), UREGEX_MULTILINE, *status); in getDescription() 156 … RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), UREGEX_MULTILINE, *status); in getCount() 196 … RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), UREGEX_MULTILINE, *status); in getAt()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | regexp_adapter_icu.cc | 41 using icu::RegexPattern; 107 utf8_regexp_.reset(RegexPattern::compile( in IcuRegExp() 225 scoped_ptr<RegexPattern> utf8_regexp_;
|
/third_party/icu/icu4c/source/samples/ugrep/ |
D | ugrep.cpp | 113 RegexPattern *rePat = RegexPattern::compile(pattern, parseErr, status); in main()
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/ugrep/ |
D | ugrep.cpp | 113 RegexPattern *rePat = RegexPattern::compile(pattern, parseErr, status); in main()
|
/third_party/skia/third_party/externals/icu/source/samples/ugrep/ |
D | ugrep.cpp | 113 RegexPattern *rePat = RegexPattern::compile(pattern, parseErr, status); in main()
|