Home
last modified time | relevance | path

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

/system/tools/hidl/utils/
DStringHelper.cpp44 std::string StringHelper::Lowercase(const std::string &in) { in Lowercase() function in android::StringHelper
109 components[0] = Lowercase(components[0]); in ToCamelCase()
138 components[i] = Lowercase(components[i]); in ToLowerSnakeCase()
/system/tools/hidl/utils/include/hidl-util/
DStringHelper.h46 static std::string Lowercase(const std::string &in);