Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
43
apk_decompiled/sources/K/g.java
Normal file
43
apk_decompiled/sources/K/g.java
Normal file
@@ -0,0 +1,43 @@
|
||||
package K;
|
||||
|
||||
import com.adif.elcanomovil.commonNavGraph.arguments.NavArguments;
|
||||
import java.util.Locale;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class g {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public static final Locale[] f970a = {new Locale(NavArguments.ARG_TYPE_NOTIFICATION_JSON_MESSAGE_END, "XA"), new Locale("ar", "XB")};
|
||||
|
||||
public static Locale a(String str) {
|
||||
return Locale.forLanguageTag(str);
|
||||
}
|
||||
|
||||
public static boolean b(Locale locale, Locale locale2) {
|
||||
if (locale.equals(locale2)) {
|
||||
return true;
|
||||
}
|
||||
if (locale.getLanguage().equals(locale2.getLanguage())) {
|
||||
Locale[] localeArr = f970a;
|
||||
for (Locale locale3 : localeArr) {
|
||||
if (locale3.equals(locale)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
for (Locale locale4 : localeArr) {
|
||||
if (locale4.equals(locale2)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
String c4 = M.c.c(M.c.a(M.c.b(locale)));
|
||||
if (!c4.isEmpty()) {
|
||||
return c4.equals(M.c.c(M.c.a(M.c.b(locale2))));
|
||||
}
|
||||
String country = locale.getCountry();
|
||||
if (country.isEmpty() || country.equals(locale2.getCountry())) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user