Home
last modified time | relevance | path

Searched refs:SLASH (Results 1 – 2 of 2) sorted by relevance

/libcore/support/src/test/java/tests/support/
DSupport_Configuration.java303 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5; in load() local
323 if (mode == SLASH) { in load()
382 mode = SLASH; in load()
/libcore/luni/src/main/java/java/util/
DProperties.java86 private static final int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, field in Properties
316 if (mode == SLASH) { in load()
387 mode = SLASH; in load()
432 if (mode == SLASH) { in load()