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

  /ndk/sources/host-tools/toolbox/
echo_win.c 29 /* To avoid many issues, always build this as a Unicode program */
30 #define UNICODE 1
cmp_win.c 29 /* To avoid many issues, always build this as a Unicode program */
30 #define UNICODE 1
  /external/chromium_org/third_party/cld/encodings/public/
encodings.h 14 // On some Windows projects, UNICODE may be defined, which would prevent the
16 // not break any existing projects. The UNICODE enum may someday be changed
19 #undef UNICODE
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Configuration.java 222 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5;
223 int mode = NONE, unicode = 0, count = 0, nextChar; local
228 if (mode == UNICODE) {
231 unicode = (unicode << 4) + digit;
237 buffer.append((char) unicode);
267 mode = UNICODE;
268 unicode = count = 0;
  /libcore/benchmarks/src/benchmarks/regression/
CharacterBenchmark.java 47 UNICODE(65536);
  /libcore/support/src/test/java/tests/support/
Support_Configuration.java 305 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5;
306 int mode = NONE, unicode = 0, count = 0, nextChar; local
311 if (mode == UNICODE) {
314 unicode = (unicode << 4) + digit;
320 buffer.append((char) unicode);
350 mode = UNICODE;
351 unicode = count = 0;
  /external/chromium_org/third_party/cld/encodings/proto/
encodings.pb.h 28 UNICODE = 17, // Teragram Unicode
  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 4 #ifndef UNICODE
5 #define UNICODE
  /external/chromium_org/v8/src/third_party/vtune/
ittnotify_config.h 100 #if defined(_UNICODE) && !defined(UNICODE)
101 #define UNICODE
109 #if defined(UNICODE) || defined(_UNICODE)
111 #endif /* UNICODE || _UNICODE */
220 #if defined(UNICODE) || defined(_UNICODE)
222 #endif /* UNICODE */
329 #if defined(UNICODE) || defined(_UNICODE)
330 const wchar_t* nameW; /*!< Copy of original name in UNICODE. */
331 #else /* UNICODE || _UNICODE */
333 #endif /* UNICODE || _UNICODE *
    [all...]
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h 61 #if defined(_UNICODE) && !defined(UNICODE)
62 #define UNICODE
70 #if defined(UNICODE) || defined(_UNICODE)
72 #endif /* UNICODE || _UNICODE */
185 #if defined(UNICODE) || defined(_UNICODE)
187 #endif /* UNICODE */
300 #if defined(UNICODE) || defined(_UNICODE)
301 const wchar_t* nameW; /*!< Copy of original name in UNICODE. */
302 #else /* UNICODE || _UNICODE */
304 #endif /* UNICODE || _UNICODE *
    [all...]
  /libcore/luni/src/main/java/java/util/
Properties.java 57 * ISO-8859-1 is only capable of representing a tiny subset of Unicode.
86 private static final int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3,
269 * "\!", "\#", "\t", "\b", "\f", and "&#92;uXXXX" (unicode character).</li>
281 int mode = NONE, unicode = 0, count = 0; local
300 if (mode == UNICODE) {
303 unicode = (unicode << 4) + digit;
308 throw new IllegalArgumentException("Invalid Unicode sequence: illegal character");
311 buf[offset++] = (char) unicode;
341 mode = UNICODE;
    [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 33 // - Must be compiled as a Unicode program on Windows.
38 // Work-around Windows Unicode support.
41 // Enable Windows Unicode support by default. Override this by
48 #undef UNICODE
51 #define UNICODE 1
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 120 UNICODE = 'V' # push Unicode string; raw-unicode-escaped'd argument
500 self.write(UNICODE + obj.encode('raw-unicode-escape') + '\n')
507 unicode = obj.isunicode()
510 if unicode:
513 if l < 256 and not unicode:
517 if unicode:
522 if unicode
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 120 UNICODE = 'V' # push Unicode string; raw-unicode-escaped'd argument
500 self.write(UNICODE + obj.encode('raw-unicode-escape') + '\n')
507 unicode = obj.isunicode()
510 if unicode:
513 if l < 256 and not unicode:
517 if unicode:
522 if unicode
    [all...]
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 8 #ifndef UNICODE
9 #define UNICODE
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 8 #ifndef UNICODE
9 #define UNICODE
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pdh.h 491 #if defined(UNICODE)
498 #if !defined(UNICODE)
499 #define UNICODE
oledlg.h 16 #if defined(_UNICODE) && !defined(UNICODE)
17 #define UNICODE
19 #if defined(UNICODE) && !defined(_UNICODE)
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 1794 milliseconds