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

/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
H A DHandler.java37 private static final String separator = "!/"; field in class:Handler
67 int sep1 = file1.indexOf(separator);
68 int sep2 = file2.indexOf(separator);
104 int sep = file.indexOf(separator);
/libcore/json/src/main/java/org/json/
H A DJSONArray.java560 * separator}. This array's string values are quoted and have their special
565 public String join(String separator) throws JSONException { argument
570 stringer.out.append(separator);
/libcore/ojluni/src/main/java/java/io/
H A DFile.java65 * the default <em>separator character</em>. The default name-separator
66 * character is defined by the system property <code>file.separator</code>, and
68 * #separator}</code> and <code>{@link #separatorChar}</code> of this class.
70 * within it may be separated by the default name-separator character or by any
71 * other name-separator character that is supported by the underlying system.
166 * pathname string uses the default name-separator character and does not
214 * The system-dependent default name-separator character. This field is
216 * property <code>file.separator</code>. On UNIX systems the value of this
224 * The system-dependent default name-separator characte
228 public static final String separator = "" + separatorChar; field in class:File
[all...]

Completed in 57 milliseconds