Home
last modified time | relevance | path

Searched defs:ToUpper (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/compiler/
Druby_generator.cc117 char ToUpper(char ch) { return IsLower(ch) ? (ch - 'a' + 'A') : ch; } in ToUpper() function
/third_party/node/src/
Dutil-inl.h288 char ToUpper(char c) { in ToUpper() function
292 std::string ToUpper(const std::string& in) { in ToUpper() function
/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.h191 inline void ToUpper(string* s) { UpperString(s); } in ToUpper() function
193 inline string ToUpper(const string& s) { in ToUpper() function
/third_party/skia/third_party/externals/angle2/src/common/
Dstring_utils.cpp242 void ToUpper(std::string *str) in ToUpper() function
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc244 char ToUpper(char ch) { in ToUpper() function