ICUZDump.java | 49 private String linesep = DEFAULT_LINE_SEP; field in class:ICUZDump 78 this.linesep = sep; 120 w.write(linesep); 272 String lineSep = System.getProperty("line.separator"); 275 lineSep = "\r"; 277 lineSep = "\n"; 279 lineSep = "\r\n"; 324 dumpZone(pw, lineSep, tzids[i], low, high, jdk); 338 dumpZone(w, lineSep, tzids[i], low, high, jdk); 347 private static void dumpZone(Writer w, String lineSep, String tzid, int low, int high, boolean isJdk) throws IOException [all...] |