Searched refs:ToCase (Results 1 – 3 of 3) sorted by relevance
54 static std::string ToCase(Case c, const std::string &in);
122 return mIsId ? StringHelper::ToCase(atomCase, mValue) : mValue; in toString()
180 std::string StringHelper::ToCase(StringHelper::Case c, const std::string &in) { in ToCase() function in android::StringHelper