Searched refs:ToUpper (Results 1 – 5 of 5) sorted by relevance
34 std::string ToUpper(std::string str);
149 if (ToUpper(e.GetName()) != e.GetName()) { in Visit()155 if (ToUpper(c.GetName()) != c.GetName()) { in Visit()160 static std::string ToUpper(std::string name) { in ToUpper() function
130 if (!name_set.insert(ToUpper(name)).second) { in ValidateProp()351 std::string ToUpper(std::string str) { in ToUpper() function
386 writer.Write("%s(\"%s\")", ToUpper(name).c_str(), name.c_str()); in GenerateJavaClass()
214 strings.ToUpper(baseName)[1] == baseName[1] {