Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DUtil.h94 std::regex GetRegularExpression(const std::string &input);
DUtil_test.cpp435 std::regex expression = GetRegularExpression(valid); in TEST()
443 std::regex expression = GetRegularExpression(valid); in TEST()
454 std::regex expression = GetRegularExpression(valid); in TEST()
DUtil.cpp492 std::regex GetRegularExpression(const std::string &input) { in GetRegularExpression() function
DLink.cpp2577 options_.regex_to_not_compress = GetRegularExpression(no_compress_regex.value()); in Action()