HomeSort by relevance Sort by last modified time
    Searched refs:UNICODE (Results 101 - 125 of 201) sorted by null

1 2 3 45 6 7 8 9

  /external/wpa_supplicant_8/wpa_supplicant/
main_winsvc.c 54 #ifdef UNICODE
56 #else /* UNICODE */
58 #endif /* UNICODE */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glu.h 18 #ifdef UNICODE
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
libloaderapi.h 103 #ifdef UNICODE
pdh.h 491 #if defined(UNICODE)
498 #if !defined(UNICODE)
499 #define UNICODE
wininet.h 312 #if defined(UNICODE)
329 #if defined(UNICODE)
576 #if defined(UNICODE)
    [all...]
winbase.h     [all...]
oledlg.h 16 #if defined(_UNICODE) && !defined(UNICODE)
17 #define UNICODE
19 #if defined(UNICODE) && !defined(_UNICODE)
    [all...]
ddeml.h 137 #if defined(UNICODE)
odbcinst.h 162 #if defined(UNICODE)
evntrace.h 702 #if defined (_UNICODE) || defined (UNICODE)
819 #if defined (UNICODE) || defined (_UNICODE)
msacm.h 15 #if defined(UNICODE) && !defined(_UNICODE)
17 #warning MSACM.H: Defining _UNICODE because application defined UNICODE
sqlucode.h 20 #if defined(UNICODE)
118 #if defined(UNICODE)
windns.h 716 #ifdef UNICODE
741 #if defined(UNICODE)
winnls.h 843 #ifdef UNICODE
961 #ifndef UNICODE
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/wpa_supplicant_8/src/utils/
pcsc_funcs.c 554 #ifdef UNICODE
556 #endif /* UNICODE */
580 #ifdef UNICODE
582 #else /* UNICODE */
593 #endif /* UNICODE */
600 #ifdef UNICODE
602 #else /* UNICODE */
604 #endif /* UNICODE */
    [all...]
  /external/skia/src/utils/win/
SkWGL_win.cpp 173 #if defined(UNICODE)
  /external/skqp/src/utils/win/
SkWGL_win.cpp 173 #if defined(UNICODE)
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.cpp 512 #if defined(UNICODE)
771 // Get a char-array command line as the input may be UNICODE
  /external/curl/lib/
easy.c 179 #if defined(WIN32) && defined(UNICODE)
214 #if defined(WIN32) && defined(UNICODE)
  /external/wpa_supplicant_8/src/eap_peer/
tncc.c 22 #ifdef UNICODE
24 #else /* UNICODE */
26 #endif /* UNICODE */
403 #ifdef UNICODE
411 #else /* UNICODE */
413 #endif /* UNICODE */
  /external/python/cpython3/Lib/test/
test_re.py     [all...]

Completed in 1029 milliseconds

1 2 3 45 6 7 8 9