Searched refs:illegalName (Results 1 – 3 of 3) sorted by relevance
198 String[] illegalName = { "Direct", "direct", "http", "socks", in test_Type_valueOfLjava_lang_String_IllegalName() local200 for (int i = 0; i < illegalName.length; i++) { in test_Type_valueOfLjava_lang_String_IllegalName()202 Proxy.Type.valueOf(illegalName[i]); in test_Type_valueOfLjava_lang_String_IllegalName()204 + illegalName); in test_Type_valueOfLjava_lang_String_IllegalName()
64 for (String illegalName : illegalNames) { in test_Ctor1()66 new KerberosPrincipal(illegalName); in test_Ctor1()68 fail("No expected IllegalArgumentException for: " + illegalName); in test_Ctor1()
401 UChar illegalName[100]; in TestConvert() local423 u_uastrcpy(illegalName, ""); in TestConvert()424 u_uastrcpy(illegalName, illegalNameChars); in TestConvert()425 ucnv_openU(illegalName, &err); in TestConvert()