Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/decpp/
DdeStringUtil.cpp59 struct ToUpper struct
61 const locale &loc;
62 ToUpper(void) : loc(locale::classic()) in ToUpper() argument
65 char operator()(char c) in operator ()()
/external/sonivox/arm-wt-22k/lib_src/
Deas_ctype.h37 EAS_INLINE EAS_I8 ToUpper (EAS_I8 c) { if ((c >= 'a') && (c <= 'z')) return c & ~0x20; else return … in ToUpper() function
/external/cronet/tot/base/i18n/
Dcase_conversion.cc84 std::u16string ToUpper(std::u16string_view string) { in ToUpper() function
/external/cronet/stable/base/i18n/
Dcase_conversion.cc84 std::u16string ToUpper(std::u16string_view string) { in ToUpper() function
/external/libchrome/base/i18n/
Dcase_conversion.cc81 string16 ToUpper(StringPiece16 string) { in ToUpper() function
/external/skia/tools/unicode_comparison/go/bridge/
Dbridge.go95 func ToUpper(str string) SkString { func
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h193 inline void ToUpper(std::string* s) { UpperString(s); } in ToUpper() function
195 inline std::string ToUpper(const std::string& s) { in ToUpper() function
/external/cronet/tot/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.h193 inline void ToUpper(std::string* s) { UpperString(s); } in ToUpper() function
195 inline std::string ToUpper(const std::string& s) { in ToUpper() function
/external/cronet/stable/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.h193 inline void ToUpper(std::string* s) { UpperString(s); } in ToUpper() function
195 inline std::string ToUpper(const std::string& s) { in ToUpper() function
/external/libtextclassifier/native/utils/utf8/
Dunilib-javaicu.cc72 char32 UniLibBase::ToUpper(char32 codepoint) const { in ToUpper() function in libtextclassifier3::UniLibBase
Dunilib-common.cc681 char32 ToUpper(char32 codepoint) { in ToUpper() function
/external/angle/src/common/
Dstring_utils.cpp244 void ToUpper(std::string *str) in ToUpper() function
/external/perfetto/src/base/
Dstring_utils.cc146 std::string ToUpper(const std::string& str) { in ToUpper() function
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc87 char ToUpper(char ch) { in ToUpper() function
/external/protobuf/src/google/protobuf/
Ddescriptor.cc87 char ToUpper(char ch) { in ToUpper() function
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc87 char ToUpper(char ch) { in ToUpper() function