HomeSort by relevance Sort by last modified time
    Searched defs:UNICODE (Results 1 - 7 of 7) sorted by null

  /external/bluetooth/glib/build/win32/dirent/
wdirent.c 2 #define UNICODE 1
  /external/expat/xmlwf/
win32filemap.c 15 #define UNICODE
xmlwin32url.cxx 3 #define UNICODE
  /libcore/support/src/test/java/tests/support/
Support_Configuration.java 364 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5;
365 int mode = NONE, unicode = 0, count = 0, nextChar; local
370 if (mode == UNICODE) {
373 unicode = (unicode << 4) + digit;
379 buffer.append((char) unicode);
409 mode = UNICODE;
410 unicode = count = 0;
  /libcore/luni/src/main/java/java/util/
Properties.java 81 private static final int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3,
287 * "\!", "\#", "\t", "\b", "\f", and "&#92;uXXXX" (unicode character).</li>
299 int mode = NONE, unicode = 0, count = 0; local
318 if (mode == UNICODE) {
321 unicode = (unicode << 4) + digit;
326 throw new IllegalArgumentException("Invalid Unicode sequence: illegal character");
329 buf[offset++] = (char) unicode;
359 mode = UNICODE;
360 unicode = count = 0
    [all...]
  /external/chromium/third_party/icu/source/tools/gennames/
gennames.c 16 * This program reads the Unicode character database text file,
19 * Unicode 1.0 character name, and (starting with ICU 2.2) the ISO 10646 comment.
30 * dataVersion = Unicode version from -u or --unicode command line option, defaults to 3.0.0
89 * algorithmic names (Unicode 3.0.0: 3, hardcoded in gennames)
101 * the algRangeData (zero-terminated), followed by the Unicode code point
122 #include "unicode/utypes.h"
123 #include "unicode/putil.h"
124 #include "unicode/uclean.h"
125 #include "unicode/udata.h
    [all...]
  /external/icu4c/tools/gennames/
gennames.c 16 * This program reads the Unicode character database text file,
19 * Unicode 1.0 character name, and (starting with ICU 2.2) the ISO 10646 comment.
30 * dataVersion = Unicode version from -u or --unicode command line option, defaults to 3.0.0
89 * algorithmic names (Unicode 3.0.0: 3, hardcoded in gennames)
101 * the algRangeData (zero-terminated), followed by the Unicode code point
122 #include "unicode/utypes.h"
123 #include "unicode/putil.h"
124 #include "unicode/uclean.h"
125 #include "unicode/udata.h
    [all...]

Completed in 212 milliseconds