Home
last modified time | relevance | path

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

/system/tools/hidl/host_utils/
DStringHelper.cpp28 static const std::regex kStartUppercase("^" UPPERCASE); variable
83 if (std::regex_search(copy, match, kStartUppercase)) in Tokenize()