HomeSort by relevance Sort by last modified time
    Searched refs:UNICODE (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /external/chromium_org/tools/gyp/test/win/compiler-flags/
character-set-unicode.cc 9 #ifndef UNICODE
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmon.h 23 #ifdef UNICODE
dsconf.h 46 #ifdef UNICODE
83 #ifdef UNICODE
126 #ifdef UNICODE
156 #ifdef UNICODE
_mingw_unicode.h 8 /* _INC_CRT_UNICODE_MACROS defined based on UNICODE flag */
10 #if defined(UNICODE)
newdev.h 59 #ifdef UNICODE
63 #endif /* UNICODE */
134 #ifdef UNICODE
_mingw_dxhelper.h 102 # ifdef UNICODE
assert.h 67 #if defined(_UNICODE) || defined(UNICODE)
72 #else /* not unicode */
77 #endif /* _UNICODE||UNICODE */
scrnsave.h 32 #if defined(UNICODE)
multimon.h 215 #if defined(UNICODE)
234 #if defined(UNICODE)
314 #if defined(UNICODE)
  /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/proto/
encodings.pb.h 28 UNICODE = 17, // Teragram Unicode
  /hardware/ti/omap3/dspbridge/inc/
csl.h 67 #ifdef UNICODE
315 #ifdef UNICODE
339 * Determine the length of a null terminated UNICODE string.
dbtype.h 148 #if defined(UNICODE)
176 #if defined(UNICODE)
  /hardware/ti/omap3/dspbridge/libbridge/inc/
csl.h 68 #ifdef UNICODE
316 #ifdef UNICODE
340 * Determine the length of a null terminated UNICODE string.
dbtype.h 148 #if defined(UNICODE)
176 #if defined(UNICODE)
  /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/chromium_org/third_party/libjingle/source/talk/media/base/
executablehelpers.h 58 #ifdef UNICODE
62 #else // UNICODE
64 #endif // UNICODE
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glaux.h 170 #ifdef UNICODE
207 #ifdef UNICODE
215 #ifdef UNICODE
225 #ifdef 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/qemu/distrib/sdl-1.2.15/test/
checkkeys.c 65 if ( sym->unicode ) {
67 if ( sym->unicode < ' ' ) {
68 printf(" (^%c)", sym->unicode+'@');
70 #ifdef UNICODE
71 printf(" (%c)", sym->unicode);
74 if ( !(sym->unicode & 0xFF00) )
75 printf(" (%c)", sym->unicode);
77 printf(" (0x%X)", sym->unicode);
115 /* Enable UNICODE translation for keyboard input */
  /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;
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
addinterface.cpp 136 #ifdef UNICODE
138 #else /* UNICODE */
140 #endif /* UNICODE */
148 #ifdef UNICODE
150 #else /* UNICODE */
152 #endif /* UNICODE */
159 #ifdef UNICODE
161 (LPBYTE) ifname.unicode(),
164 #else /* UNICODE */
167 #endif /* 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/support/src/test/java/tests/support/
Support_Configuration.java 303 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5;
304 int mode = NONE, unicode = 0, count = 0, nextChar; local
309 if (mode == UNICODE) {
312 unicode = (unicode << 4) + digit;
318 buffer.append((char) unicode);
348 mode = UNICODE;
349 unicode = count = 0;

Completed in 4249 milliseconds

1 2 3 4 5