Searched refs:BUFFER_SIZE_CHARS (Results 1 – 1 of 1) sorted by relevance
41 private static final int BUFFER_SIZE_CHARS = 64 * 1024; field in AbstractHtmlTemplates61 mBuilder = new StringBuilder(BUFFER_SIZE_CHARS); in reset()