Searched refs:regex_ (Results 1 – 4 of 4) sorted by relevance
35 : regex_(regex), parser_(parser), matchResultSize_(matchResultSize) in MediaQueryerRule()37 explicit MediaQueryerRule(const std::regex& regex) : regex_(regex) {} in MediaQueryerRule()51 return std::regex_match(condition, matchResults, regex_); in Match()55 return std::regex_match(condition, regex_); in Match()59 const std::regex regex_; member in OHOS::Ace::Framework::__anonba08be840110::MediaQueryerRule
23 BlackListCharsFormatter::BlackListCharsFormatter(std::wregex&& regex) : regex_(regex) {} in BlackListCharsFormatter()28 …d::wstring& manipulateText) { manipulateText = std::regex_replace(manipulateText, regex_, L""); }); in Format()
46 std::wregex regex_;
111 std::regex regex_(pattern); in MatchPattern() local112 return regex_match(match, regex_); in MatchPattern()