Searched refs:UNICODE (Results 1 – 4 of 4) sorted by relevance
/libcore/support/src/test/java/tests/support/ |
D | Support_Configuration.java | 303 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/ |
D | Properties.java | 86 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/ |
D | unicode-license.txt | 1 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/ |
D | CharacterBenchmark.java | 47 UNICODE(65536); enumConstant
|