Home
last modified time | relevance | path

Searched defs:uppercase (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/hidl2aidl/
DAidlInterface.cpp147 const std::string uppercase = StringHelper::Uppercase(typeName); in shouldWarnStatusType() local
/system/testing/gtest_extras/gtest_isolated/
DIsolate.cpp75 static std::string PluralizeString(size_t value, const char* name, bool uppercase = false) { in PluralizeString()