Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
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()
DUtil.h78 std::regex GetRegularExpression(const std::string &input);
DUtil.cpp438 std::regex GetRegularExpression(const std::string &input) { in GetRegularExpression() function
DLink.cpp2332 options_.regex_to_not_compress = GetRegularExpression(no_compress_regex.value()); in Action()