Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/delibs/decpp/
DdeStringUtil.cpp54 struct ToUpper struct
56 const locale& loc;
57 ToUpper (void) : loc(locale::classic()) {} in ToUpper() function
58 char operator() (char c) { return std::toupper(c, loc); } in operator ()()
/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