IDNStringUtil.smali
.class public Laegon/chrome/url/IDNStringUtil;
.super Ljava/lang/Object;
# annotations
.annotation runtime Laegon/chrome/base/annotations/JNINamespace;
value = "url::android"
.end annotation
# direct methods
.method public constructor <init>()V
.registers 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method private static idnToASCII(Ljava/lang/String;)Ljava/lang/String;
.registers 2
.annotation build Laegon/chrome/base/annotations/CalledByNative;
.end annotation
const/4 v0, 0x2
:try_start_1
invoke-static {p0, v0}, Ljava/net/IDN;->toASCII(Ljava/lang/String;I)Ljava/lang/String;
:try_end_4
.catch Ljava/lang/Exception; {:try_start_1 .. :try_end_4} :catch_6
move-result-object v0
:goto_5
return-object v0
:catch_6
move-exception v0
const/4 v0, 0x0
goto :goto_5
.end method