Home
last modified time | relevance | path

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

/system/tools/hidl/host_utils/
DStringHelper.cpp32 static const std::regex kStartUppercase("^" UPPERCASE); variable
118 if (std::regex_search(copy, match, kStartUppercase)) matches.push_back(match.str(0)); in Tokenize()