Home
last modified time | relevance | path

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

/aosp_15_r20/external/libtextclassifier/native/annotator/datetime/
H A Dextractor.h34 std::unique_ptr<const UniLib::RegexPattern> compiled_regex; member
/aosp_15_r20/external/libchrome/components/policy/core/common/
H A Dschema.cc598 re2::RE2* compiled_regex = CompileRegex(it.key()); in ParseDictionary() local
730 re2::RE2* compiled_regex = CompileRegex(pattern); in ParseStringPattern() local
/aosp_15_r20/external/libchrome/components/json_schema/
H A Djson_schema_validator.cc791 re2::RE2 compiled_regex(pattern); in ValidateString() local