Searched refs:CHARS_MAX (Results 1 – 1 of 1) sorted by relevance
50 private static final int CHARS_MAX=(BYTES_MAX/3); field in WriterToUTF8Buffered90 m_inputChars = new char[CHARS_MAX + 2]; in WriterToUTF8Buffered()202 int split = length/CHARS_MAX; in write()204 if (length % CHARS_MAX > 0) in write()337 int split = length/CHARS_MAX; in write()339 if (length % CHARS_MAX > 0) in write()