Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ruby/
Druby_generator.cc247 char ToUpper(char ch) { return IsLower(ch) ? (ch - 'a' + 'A') : ch; } in ToUpper() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstrutil.h190 inline string ToUpper(const string& s) { in ToUpper() function
/frameworks/native/libs/binder/tests/
DbinderSafeInterfaceTest.cpp226 ToUpper, enumerator