Home
last modified time | relevance | path

Searched refs:UNICODE (Results 1 – 4 of 4) 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
309 if (mode == UNICODE) { in load()
348 mode = UNICODE; 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
300 if (mode == UNICODE) { in load()
341 mode = UNICODE; in load()
422 if (mode == UNICODE && count <= 4) { in load()
/libcore/luni/
Dunicode-license.txt1 UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
11 DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES
/libcore/benchmarks/src/benchmarks/regression/
DCharacterBenchmark.java47 UNICODE(65536); enumConstant