Searched refs:quotes (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/windows/bin/
H A Dcmdtoargs.c61 int quotes = 0; local
84 quotes++;
86 } else if (prev == '"' && quotes % 2 == 0) {
87 quotes++;
89 } else if (quotes == 0) {
90 quotes++; // starting quote
92 quotes--; // matching quote
112 if (quotes % 2 == 1) {
127 if (quotes % 2 == 0) {
242 // "pgmname" rest of cmdline ie. pgmname + 2 double quotes
[all...]
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DTokenList.java224 /** Format the token string, using quotes and escapes.
229 * If the token contains all end quotes, the last pair
234 public String format(String separator, String[] quotes) { argument
/openjdk7/jaxp/src/org/w3c/dom/css/
H A DCSS2Properties.java1429 * See the quotes property definition in CSS2.
1433 * See the quotes property definition in CSS2.
1439 public void setQuotes(String quotes) argument

Completed in 38 milliseconds