Searched defs:IGNORE (Results 1 – 3 of 3) sorted by relevance
29 public static final CodingErrorAction IGNORE = new CodingErrorAction( field in CodingErrorAction
303 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5; in load() local
87 KEY_DONE = 4, IGNORE = 5; field in Properties