Searched defs:ToUpperCase (Results 1 – 3 of 3) sorted by relevance
97 int32_t ToUpperCase(const char *oriStr, char **desStr) in ToUpperCase() function
408 static char ToUpperCase(char ch) in ToUpperCase() function
472 std::string DBCommon::ToUpperCase(const std::string &str) in ToUpperCase() function in DistributedDB::DBCommon