mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
19 lines
1.4 KiB
Java
19 lines
1.4 KiB
Java
![]() |
package androidx.compose.ui.text;
|
||
|
|
||
|
import androidx.compose.ui.text.intl.PlatformLocale;
|
||
|
import io.sentry.protocol.Device;
|
||
|
import kotlin.Metadata;
|
||
|
|
||
|
/* compiled from: String.kt */
|
||
|
@Metadata(d1 = {"\u0000\u001a\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\u000e\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0004\b`\u0018\u00002\u00020\u0001J\u0018\u0010\u0002\u001a\u00020\u00032\u0006\u0010\u0004\u001a\u00020\u00032\u0006\u0010\u0005\u001a\u00020\u0006H&J\u0018\u0010\u0007\u001a\u00020\u00032\u0006\u0010\u0004\u001a\u00020\u00032\u0006\u0010\u0005\u001a\u00020\u0006H&J\u0018\u0010\b\u001a\u00020\u00032\u0006\u0010\u0004\u001a\u00020\u00032\u0006\u0010\u0005\u001a\u00020\u0006H&J\u0018\u0010\t\u001a\u00020\u00032\u0006\u0010\u0004\u001a\u00020\u00032\u0006\u0010\u0005\u001a\u00020\u0006H&ø\u0001\u0000\u0082\u0002\u0006\n\u0004\b!0\u0001¨\u0006\nÀ\u0006\u0001"}, d2 = {"Landroidx/compose/ui/text/PlatformStringDelegate;", "", "capitalize", "", "string", Device.JsonKeys.LOCALE, "Landroidx/compose/ui/text/intl/PlatformLocale;", "decapitalize", "toLowerCase", "toUpperCase", "ui-text_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
|
||
|
/* loaded from: classes.dex */
|
||
|
public interface PlatformStringDelegate {
|
||
|
String capitalize(String string, PlatformLocale locale);
|
||
|
|
||
|
String decapitalize(String string, PlatformLocale locale);
|
||
|
|
||
|
String toLowerCase(String string, PlatformLocale locale);
|
||
|
|
||
|
String toUpperCase(String string, PlatformLocale locale);
|
||
|
}
|