Searched refs:unquote (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/test/java/lang/Runtime/exec/
H A DExecCommand.java43 public static String unquote(String str) method in class:ExecCommand.SecurityMan
59 String ncmd = (new File(unquote(cmd))).getPath();
/openjdk7/jdk/src/share/classes/java/awt/datatransfer/
H A DMimeTypeParameterList.java181 value = unquote(rawdata.substring(lastIndex, currentIndex));
379 private static String unquote(String value) { method in class:MimeTypeParameterList
/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DMimeTypeParameterList.java156 value = unquote(parameterList.substring(lastIndex, i));
319 private static String unquote(String value) { method in class:MimeTypeParameterList
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/privateutil/
H A DPolicyUtils.java449 public static String unquote(final String quoted) { method in class:PolicyUtils.Rfc2396
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntax.java242 private static String unquote(String s) { method in class:CompactSyntax
2515 eab.addText(unquote(t.image), makeLocation(t), comments);
2523 s = unquote(t.image);
2531 buf.append(unquote(t.image));
2557 s = unquote(t.image);
2565 buf.append(unquote(t2.image));
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DDescriptorSupport.java1172 private static String unquote(String s) throws XMLParseException { method in class:DescriptorSupport
1237 s = unquote(s);
/openjdk7/hotspot/src/os/windows/launcher/
H A Djava_md.c1042 unquote(const char *s) { function
1199 unquoted = unquote(p);
/openjdk7/jdk/src/windows/bin/
H A Djava_md.c878 unquote(const char *s) { function
1012 unquoted = unquote(p);
/openjdk7/jdk/src/share/classes/javax/management/
H A DObjectName.java1857 * then <code>unquote(q).equals(s)</code>. If there is no String
1859 * unquote(q) throws an IllegalArgumentException.</p>
1875 public static String unquote(String q) { method in class:ObjectName
1907 "' in the string to unquote");

Completed in 69 milliseconds