Searched refs:toUpper (Results 1 – 3 of 3) sorted by relevance
255 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::BpSafeInterfaceTest329 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::BnSafeInterfaceTest450 upperStr->toUpper(); in toUpper()537 return callLocal(data, reply, &ISafeInterfaceTest::toUpper); in onTransact()739 status_t result = mSafeInterfaceTest->toUpper(str, &upperStr); in TEST_F()
1099 final StringBuilder result = CaseMap.toUpper().apply( in toUpperCase()1104 final SpannableStringBuilder result = CaseMap.toUpper().apply( in toUpperCase()
24355 HSPLandroid/icu/impl/CaseMapImpl;->toUpper(IILjava/lang/CharSequence;Ljava/lang/Appendable;Landroid…25040 HSPLandroid/icu/impl/locale/AsciiUtil;->toUpper(C)C25147 HSPLandroid/icu/text/CaseMap;->toUpper()Landroid/icu/text/CaseMap$Upper;50085 HSPLsun/util/locale/LocaleUtils;->toUpper(C)C