Home | History | Annotate | Download | only in text

Lines Matching defs:errors

153      * The label might be modified according to the types of errors.
154 * Labels with severe errors will be left in (or turned into) their Unicode form.
166 * The label might be modified according to the types of errors.
179 * The domain name might be modified according to the types of errors.
180 * Labels with severe errors will be left in (or turned into) their Unicode form.
192 * The domain name might be modified according to the types of errors.
202 * Output container for IDNA processing errors.
210 errors=EnumSet.noneOf(Error.class);
217 * Were there IDNA processing errors?
218 * @return true if there were processing errors
220 public boolean hasErrors() { return !errors.isEmpty(); }
222 * Returns a set indicating IDNA processing errors.
223 * @return set of processing errors (modifiable, and not null)
225 public Set<Error> getErrors() { return errors; }
241 errors.clear();
248 private EnumSet<Error> errors, labelErrors;
272 protected static boolean hasCertainErrors(Info info, EnumSet<Error> errors) {
273 return !info.errors.isEmpty() && !Collections.disjoint(info.errors, errors);
281 protected static boolean hasCertainLabelErrors(Info info, EnumSet<Error> errors) {
282 return !info.labelErrors.isEmpty() && !Collections.disjoint(info.labelErrors, errors);
301 info.errors.addAll(info.labelErrors);
312 info.errors.add(error);
415 * string had severe validation errors. For example,