Searched defs:IGNORE (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/nio/charset/
H A DCodingErrorAction.java21 * errors. Currently three actions are defined: {@code IGNORE}, {@code REPLACE}
29 public static final CodingErrorAction IGNORE = new CodingErrorAction( field in class:CodingErrorAction
30 "IGNORE");
/libcore/luni/src/main/java/java/util/
H A DProperties.java87 KEY_DONE = 4, IGNORE = 5; field in class:Properties
323 mode = IGNORE; // Ignore whitespace on the next line
365 mode = IGNORE; // Ignore whitespace on the next line
400 mode = IGNORE;
403 if (offset == 0 || offset == keyLength || mode == IGNORE) {
411 if (mode == IGNORE || mode == CONTINUE) {

Completed in 148 milliseconds