Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A 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 ()()
/aosp_15_r20/prebuilts/go/linux-x86/src/unicode/
Dletter.go254 func ToUpper(r rune) rune { func
287 func (special SpecialCase) ToUpper(r rune) rune { func
/aosp_15_r20/external/sonivox/arm-wt-22k/lib_src/
H A Deas_ctype.h37 EAS_INLINE EAS_I8 ToUpper (EAS_I8 c) { if ((c >= 'a') && (c <= 'z')) return c & ~0x20; else return … in ToUpper() function
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A 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
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A 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
/aosp_15_r20/external/cronet/net/base/
H A Dnet_string_util_icu.cc66 bool ToUpper(std::u16string_view str, std::u16string* output) { in ToUpper() function
H A Dnet_string_util_icu_alternatives_android.cc124 bool ToUpper(std::u16string_view str, std::u16string* output) { in ToUpper() function
/aosp_15_r20/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dctype_test.cc157 TEST(Ctype, ToUpper) { in TEST() argument
/aosp_15_r20/external/libchrome/base/i18n/
H A Dcase_conversion.cc81 string16 ToUpper(StringPiece16 string) { in ToUpper() function
/aosp_15_r20/external/cronet/base/i18n/
H A Dcase_conversion.cc84 std::u16string ToUpper(std::u16string_view string) { in ToUpper() function
/aosp_15_r20/external/skia/tools/unicode_comparison/go/bridge/
H A Dbridge.go95 func ToUpper(str string) SkString { func
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/
Dtee_logging.cpp55 std::string ToUpper(const std::string& input) { in ToUpper() function
/aosp_15_r20/system/tools/sysprop/
DCommon.cpp351 std::string ToUpper(std::string str) { in ToUpper() function
/aosp_15_r20/external/libtextclassifier/native/utils/utf8/
H A Dunilib-javaicu.cc72 char32 UniLibBase::ToUpper(char32 codepoint) const { in ToUpper() function in libtextclassifier3::UniLibBase
H A Dunilib-common.cc681 char32 ToUpper(char32 codepoint) { in ToUpper() function
/aosp_15_r20/external/angle/src/common/
H A Dstring_utils.cpp244 void ToUpper(std::string *str) in ToUpper() function
/aosp_15_r20/external/perfetto/src/base/
H A Dstring_utils.cc146 std::string ToUpper(const std::string& str) { in ToUpper() function
/aosp_15_r20/prebuilts/go/linux-x86/src/strings/
Dstrings.go633 func ToUpper(s string) string { func
/aosp_15_r20/prebuilts/go/linux-x86/src/bytes/
Dbytes.go638 func ToUpper(s []byte) []byte { func
/aosp_15_r20/system/tools/aidl/
Ddiagnostics.cpp53 static std::string ToUpper(const std::string& name) { in ToUpper() function
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc87 char ToUpper(char ch) { in ToUpper() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc87 char ToUpper(char ch) { in ToUpper() function
/aosp_15_r20/prebuilts/checkstyle/
HDcheckstyle.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/puppycrawl/ com/ ...
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/
H A Dtokenizer.json80298 "ToUpper": 77886, number
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-3B-Instruct/
H A Dtokenizer.json80298 "ToUpper": 77886, number

12