Searched refs:USE_GET_CHARS (Results 1 – 1 of 1) sorted by relevance
186 if (USE_GET_CHARS) chars = s.toCharArray (); in HTMLEscape()190 final char c = USE_GET_CHARS ? chars [i] : s.charAt (i); in HTMLEscape()227 if (USE_GET_CHARS) chars = s.toCharArray (); in HTMLEscapeNB()231 final char c = USE_GET_CHARS ? chars [i] : s.charAt (i); in HTMLEscapeNB()296 private static final boolean USE_GET_CHARS = true; field in Strings