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

1 2

  /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
  /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/expat/xmlwf/
win32filemap.c 15 #define UNICODE
  /external/libvpx/libvpx/vpx_ports/
vpxtypes.h 59 #ifdef UNICODE
72 #endif /*UNICODE*/
  /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 221 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5;
222 int mode = NONE, unicode = 0, count = 0, nextChar; local
227 if (mode == UNICODE) {
230 unicode = (unicode << 4) + digit;
236 buffer.append((char) unicode);
266 mode = UNICODE;
267 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 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;
  /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...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
dinput.h 180 #ifdef UNICODE
186 #endif // UNICODE
193 #ifdef UNICODE
197 #endif // !UNICODE
277 #ifdef UNICODE
283 #endif // UNICODE
348 #ifdef UNICODE
566 #ifdef UNICODE
570 #endif // !UNICODE
615 #ifdef UNICODE
    [all...]
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DINPUT.H 180 #ifdef UNICODE
186 #endif // UNICODE
193 #ifdef UNICODE
197 #endif // !UNICODE
277 #ifdef UNICODE
283 #endif // UNICODE
348 #ifdef UNICODE
566 #ifdef UNICODE
570 #endif // !UNICODE
615 #ifdef UNICODE
    [all...]
  /external/stlport/stlport/stl/config/
_evc.h 97 #if defined (UNICODE)
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 97 #if defined (UNICODE)
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 97 #if defined (UNICODE)
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 97 #if defined (UNICODE)
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 97 #if defined (UNICODE)
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 97 #if defined (UNICODE)
  /external/wpa_supplicant_8/src/utils/
common.c 313 * wpa_unicode2ascii_inplace - Convert unicode string into ASCII
316 * This function converts a unicode string to ASCII using the same
317 * buffer for output. If UNICODE is not set, the buffer is not
322 #ifdef UNICODE
327 #endif /* UNICODE */
333 #ifdef UNICODE
340 #else /* UNICODE */
342 #endif /* UNICODE */
  /external/wpa_supplicant_8/src/crypto/
tls_schannel.c 237 #ifdef UNICODE
242 #else /* UNICODE */
247 #endif /* UNICODE */
362 #ifdef UNICODE
367 #else /* UNICODE */
372 #endif /* UNICODE */
710 #ifdef UNICODE
714 #else /* UNICODE */
718 #endif /* UNICODE */
  /external/skia/src/utils/win/
SkWGL_win.cpp 157 #if defined(UNICODE)

Completed in 7520 milliseconds

1 2