Home
last modified time | relevance | path

Searched refs:GetRegularExpression (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/cmd/
H A DUtil_test.cpp388 std::regex expression = GetRegularExpression(valid); in TEST()
396 std::regex expression = GetRegularExpression(valid); in TEST()
407 std::regex expression = GetRegularExpression(valid); in TEST()
H A DUtil.h78 std::regex GetRegularExpression(const std::string &input);
H A DUtil.cpp438 std::regex GetRegularExpression(const std::string &input) { in GetRegularExpression() function
H A DLink.cpp2398 options_.regex_to_not_compress = GetRegularExpression(no_compress_regex.value()); in Action()