Searched refs:Strings (Results 1 – 4 of 4) sorted by relevance
18 static class Strings { class in ManyMethods46 Printer.Print(Strings.msg0); in Print0()50 Printer.Print(Strings.msg1); in Print1()54 Printer.Print(Strings.msg2); in Print2()58 Printer.Print(Strings.msg1); in Print3()62 Printer.Print(Strings.msg4); in Print4()66 Printer.Print(Strings.msg5); in Print5()70 Printer2.Print(Strings.msg6); in Print6()74 Printer.Print(Strings.msg7); in Print7()78 Printer.Print(Strings.msg8); in Print8()[all …]
42 sort.Strings(testNames)
156 sort.Strings(ret)
89 Class<?> Strings = Class.forName("com.android.org.bouncycastle.util.Strings"); in main() local90 Method fromUTF8ByteArray = Strings.getDeclaredMethod("fromUTF8ByteArray", byte[].class); in main()