final class org.apache.hive.kudu.org.apache.kudu.shaded.com.google.common.primitives.Longs$AsciiDigits extends java.lang.Object
{
private static final byte[] asciiDigits;
private void <init>()
{
org.apache.hive.kudu.org.apache.kudu.shaded.com.google.common.primitives.Longs$AsciiDigits v;
v := @this: org.apache.hive.kudu.org.apache.kudu.shaded.com.google.common.primitives.Longs$AsciiDigits;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
static int digit(char)
{
byte[] v;
char v;
byte v;
v := @parameter: char;
if v >= 128 goto label;
v = <org.apache.hive.kudu.org.apache.kudu.shaded.com.google.common.primitives.Longs$AsciiDigits: byte[] asciiDigits>;
v = v[v];
goto label;
label:
v = -1;
label:
return v;
}
static void <clinit>()
{
byte[] v;
int v, v, v, v, v, v, v;
v = newarray (byte)[128];
staticinvoke <java.util.Arrays: void fill(byte[],byte)>(v, -1);
v = 0;
label:
if v > 9 goto label;
v = 48 + v;
v[v] = v;
v = v + 1;
goto label;
label:
v = 0;
label:
if v > 26 goto label;
v = 65 + v;
v = 10 + v;
v[v] = v;
v = 97 + v;
v = 10 + v;
v[v] = v;
v = v + 1;
goto label;
label:
<org.apache.hive.kudu.org.apache.kudu.shaded.com.google.common.primitives.Longs$AsciiDigits: byte[] asciiDigits> = v;
return;
}
}