Home
last modified time | relevance | path

Searched defs:RegularExpression (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Duregex.cpp34 struct RegularExpression: public UMemory { struct
52 RegularExpression::RegularExpression() { in RegularExpression() function in RegularExpression
/external/cronet/third_party/icu/source/i18n/
Duregex.cpp34 struct RegularExpression: public UMemory { struct
52 RegularExpression::RegularExpression() { in RegularExpression() argument
/external/rust/crates/regex/src/
Dre_trait.rs104 pub trait RegularExpression: Sized + fmt::Debug { interface