Searched defs:quote (Results 1 - 3 of 3) sorted by relevance

/dalvik/libcore/json/src/main/java/org/json/
H A DJSONTokener.java181 * Returns the string up to but not including {@code quote}, unescaping any
182 * character escape sequences encountered along the way. The opening quote
183 * should have already been read. This consumes the closing quote, but does
186 * @param quote either ' or ".
190 public String nextString(char quote) throws JSONException { argument
203 if (c == quote) {
H A DJSONObject.java706 public static String quote(String data) { method in class:JSONObject
/dalvik/libcore/regex/src/main/java/java/util/regex/
H A DPattern.java376 pattern = quote(pattern);
415 * the string to quote.
419 public static String quote(String s) { method in class:Pattern

Completed in 87 milliseconds