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

1 2 3

  /external/bluetooth/glib/build/win32/dirent/
wdirent.c 2 #define UNICODE 1
  /ndk/sources/host-tools/toolbox/
echo_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/dbus/tools/
dbus-launch-win.c 25 #ifndef UNICODE
26 #define UNICODE 1
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.c 265 * wpa_unicode2ascii_inplace - Convert unicode string into ASCII
268 * This function converts a unicode string to ASCII using the same
269 * buffer for output. If UNICODE is not set, the buffer is not
274 #ifdef UNICODE
279 #endif /* UNICODE */
285 #ifdef UNICODE
292 #else /* UNICODE */
294 #endif /* UNICODE */
  /external/expat/xmlwf/
win32filemap.c 15 #define UNICODE
  /external/libvpx/vpx_ports/
vpxtypes.h 59 #ifdef UNICODE
72 #endif /*UNICODE*/
  /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_6/wpa_supplicant/wpa_gui-qt4/
addinterface.cpp 142 #ifdef UNICODE
144 #else /* UNICODE */
146 #endif /* UNICODE */
154 #ifdef UNICODE
156 #else /* UNICODE */
158 #endif /* UNICODE */
165 #ifdef UNICODE
167 (LPBYTE) ifname.unicode(),
170 #else /* UNICODE */
173 #endif /* UNICODE */
    [all...]
  /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...]
  /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/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/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/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 97 #if defined (UNICODE)
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 97 #if defined (UNICODE)
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 97 #if defined (UNICODE)
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_schannel.c 244 #ifdef UNICODE
249 #else /* UNICODE */
254 #endif /* UNICODE */
371 #ifdef UNICODE
376 #else /* UNICODE */
381 #endif /* UNICODE */
736 #ifdef UNICODE
740 #else /* UNICODE */
744 #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 */

Completed in 1916 milliseconds

1 2 3