Home | History | Annotate | Download | only in core

Lines Matching defs:quotes

57     private String quotes;
67 this.quotes = "";
85 quotes = "";
112 this.quotes = Separators.DOUBLE_QUOTE;
166 buffer.append(name).append(separator).append(quotes);
168 buffer.append(quotes);
177 return name + separator + quotes + quotes;
181 buffer.append(name).append(separator).append(quotes).append(quotes);
188 buffer.append(name).append(separator).append(quotes).append(value.toString()).append(quotes);
201 buffer.append(quotes).append(value.toString()).append(quotes);