Home
last modified time | relevance | path

Searched refs:toUpper (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/tests/
DbinderSafeInterfaceTest.cpp255 virtual status_t toUpper(const String8& str, String8* upperStr) const = 0;
327 status_t toUpper(const String8& str, String8* upperStr) const override { in toUpper() function in android::tests::BpSafeInterfaceTest
329 return callRemote<decltype(&ISafeInterfaceTest::toUpper)>(Tag::ToUpper, str, upperStr); in toUpper()
447 status_t toUpper(const String8& str, String8* upperStr) const override { in toUpper() function in android::tests::BnSafeInterfaceTest
450 upperStr->toUpper(); in toUpper()
537 return callLocal(data, reply, &ISafeInterfaceTest::toUpper); in onTransact()
739 status_t result = mSafeInterfaceTest->toUpper(str, &upperStr); in TEST_F()
/frameworks/base/core/java/android/text/
DTextUtils.java1099 final StringBuilder result = CaseMap.toUpper().apply( in toUpperCase()
1104 final SpannableStringBuilder result = CaseMap.toUpper().apply( in toUpperCase()
/frameworks/base/config/
Dboot-image-profile.txt24355 HSPLandroid/icu/impl/CaseMapImpl;->toUpper(IILjava/lang/CharSequence;Ljava/lang/Appendable;Landroid…
25040 HSPLandroid/icu/impl/locale/AsciiUtil;->toUpper(C)C
25147 HSPLandroid/icu/text/CaseMap;->toUpper()Landroid/icu/text/CaseMap$Upper;
50085 HSPLsun/util/locale/LocaleUtils;->toUpper(C)C