Searched refs:RegularExpression (Results 1 - 8 of 8) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
H A D | uregex.cpp | 34 struct RegularExpression: public UMemory { struct 36 RegularExpression(); 37 ~RegularExpression(); 52 RegularExpression::RegularExpression() { in RegularExpression() function in RegularExpression 64 RegularExpression::~RegularExpression() { in ~RegularExpression() 87 static UBool validateRE(const RegularExpression *re, UBool requiresText, UErrorCode *status) { in validateRE() 127 RegularExpression *re = new RegularExpression; in uregex_open() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | uregex.cpp | 34 struct RegularExpression: public UMemory { struct 36 RegularExpression(); 37 ~RegularExpression(); 52 RegularExpression::RegularExpression() { in RegularExpression() function in RegularExpression 64 RegularExpression::~RegularExpression() { in ~RegularExpression() 87 static UBool validateRE(const RegularExpression *re, UBool requiresText, UErrorCode *status) { in validateRE() 127 RegularExpression *re = new RegularExpression; in uregex_open() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | uregex.cpp | 34 struct RegularExpression: public UMemory { struct 36 RegularExpression(); 37 ~RegularExpression(); 52 RegularExpression::RegularExpression() { in RegularExpression() function in RegularExpression 64 RegularExpression::~RegularExpression() { in ~RegularExpression() 87 static UBool validateRE(const RegularExpression *re, UBool requiresText, UErrorCode *status) { in validateRE() 127 RegularExpression *re = new RegularExpression; in uregex_open() [all...] |
/third_party/rust/crates/regex/src/ |
H A D | re_trait.rs | 92 /// `RegularExpression` describes types that can implement regex searching. 104 pub trait RegularExpression: Sized + fmt::Debug { traits 167 R: RegularExpression, in captures_iter() 178 R: RegularExpression, 194 R: RegularExpression, 227 R: RegularExpression, 237 R: RegularExpression, 242 R: RegularExpression, 258 R: RegularExpression, 291 R: RegularExpression, [all...] |
H A D | re_bytes.rs | 15 use crate::re_trait::{self, RegularExpression, SubCapturesPosIter};
|
H A D | re_unicode.rs | 15 use crate::re_trait::{self, RegularExpression, SubCapturesPosIter};
|
H A D | re_set.rs | 13 use crate::re_trait::RegularExpression;
|
H A D | exec.rs | 25 use crate::re_trait::{Locations, RegularExpression, Slot}; 384 impl<'c> RegularExpression for ExecNoSyncStr<'c> { 421 impl<'c> RegularExpression for ExecNoSync<'c> {
|
Completed in 11 milliseconds