Home
last modified time | relevance | path

Searched refs:unicode (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/
Dunicode-license.txt4 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
5 http://www.unicode.org/cldr/data/ . Unicode Software includes any source code
7 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
8 http://www.unicode.org/cldr/data/.
20 the Terms of Use in http://www.unicode.org/copyright.html.
/libcore/support/src/test/java/tests/support/
DSupport_Configuration.java304 int mode = NONE, unicode = 0, count = 0, nextChar; in load() local
312 unicode = (unicode << 4) + digit; in load()
318 buffer.append((char) unicode); in load()
349 unicode = count = 0; in load()
/libcore/xml/src/main/java/org/kxml2/io/
DKXmlSerializer.java52 private boolean unicode; field in KXmlSerializer
130 if (unicode || c < 127) { in writeEscaped()
328 unicode = false; in setOutput()
341 unicode = true; in setOutput()
351 unicode = true; in startDocument()
/libcore/luni/src/main/java/java/util/
DProperties.java281 int mode = NONE, unicode = 0, count = 0; in load() local
303 unicode = (unicode << 4) + digit; in load()
311 buf[offset++] = (char) unicode; in load()
342 unicode = count = 0; in load()