Home | History | Annotate | Download | only in io

Lines Matching defs:REQUIRED

80     private static final char[] REQUIRED = new char[] { 'R', 'E', 'Q', 'U', 'I', 'R', 'E', 'D' };
294 private String[] ensureCapacity(String[] arr, int required) {
295 if (arr.length >= required) {
298 String[] bigger = new String[required + 16];
615 * If the system name is not required, this also supports lone public IDs of
799 * The default is either #REQUIRED, #IMPLIED, #FIXED, a quoted value, or
855 read(REQUIRED);