Home
last modified time | relevance | path

Searched refs:RegularExpression (Results 1 - 8 of 8) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Duregex.cpp34 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 Duregex.cpp34 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 Duregex.cpp34 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 Dre_trait.rs92 /// `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 Dre_bytes.rs15 use crate::re_trait::{self, RegularExpression, SubCapturesPosIter};
H A Dre_unicode.rs15 use crate::re_trait::{self, RegularExpression, SubCapturesPosIter};
H A Dre_set.rs13 use crate::re_trait::RegularExpression;
H A Dexec.rs25 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