/external/deqp/framework/delibs/decpp/ |
D | deStringUtil.cpp | 59 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/ |
D | eas_ctype.h | 37 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/ |
D | case_conversion.cc | 84 std::u16string ToUpper(std::u16string_view string) { in ToUpper() function
|
/external/cronet/stable/base/i18n/ |
D | case_conversion.cc | 84 std::u16string ToUpper(std::u16string_view string) { in ToUpper() function
|
/external/libchrome/base/i18n/ |
D | case_conversion.cc | 81 string16 ToUpper(StringPiece16 string) { in ToUpper() function
|
/external/skia/tools/unicode_comparison/go/bridge/ |
D | bridge.go | 95 func ToUpper(str string) SkString { func
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 193 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/ |
D | strutil.h | 193 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/ |
D | strutil.h | 193 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/ |
D | unilib-javaicu.cc | 72 char32 UniLibBase::ToUpper(char32 codepoint) const { in ToUpper() function in libtextclassifier3::UniLibBase
|
D | unilib-common.cc | 681 char32 ToUpper(char32 codepoint) { in ToUpper() function
|
/external/angle/src/common/ |
D | string_utils.cpp | 244 void ToUpper(std::string *str) in ToUpper() function
|
/external/perfetto/src/base/ |
D | string_utils.cc | 146 std::string ToUpper(const std::string& str) { in ToUpper() function
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/ |
D | descriptor.cc | 87 char ToUpper(char ch) { in ToUpper() function
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 87 char ToUpper(char ch) { in ToUpper() function
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/ |
D | descriptor.cc | 87 char ToUpper(char ch) { in ToUpper() function
|