| /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/net/base/ |
| D | net_string_util_icu.cc | 67 bool ToUpper(std::u16string_view str, std::u16string* output) { in ToUpper() function
|
| D | net_string_util_icu_alternatives_android.cc | 124 bool ToUpper(std::u16string_view str, std::u16string* output) { in ToUpper() function
|
| /external/cronet/base/i18n/ |
| D | case_conversion.cc | 82 std::u16string ToUpper(StringPiece16 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/cronet/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/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/angle/src/common/ |
| D | string_utils.cpp | 244 void ToUpper(std::string *str) 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/perfetto/src/base/ |
| D | string_utils.cc | 146 std::string ToUpper(const std::string& str) { in ToUpper() function
|
| /external/cronet/third_party/protobuf/src/google/protobuf/ |
| D | descriptor.cc | 86 char ToUpper(char ch) { in ToUpper() function
|
| /external/protobuf/src/google/protobuf/ |
| D | descriptor.cc | 87 char ToUpper(char ch) { in ToUpper() function
|