Searched refs:s_systemLineSep (Results 1 – 1 of 1) sorted by relevance
109 private static final char[] s_systemLineSep; field in ToStream112 s_systemLineSep = ss.getSystemProperty("line.separator").toCharArray();121 protected char[] m_lineSep = s_systemLineSep;3283 this.m_lineSep = s_systemLineSep; in resetToStream()3284 this.m_lineSepLen = s_systemLineSep.length; in resetToStream()