HomeSort by relevance Sort by last modified time
    Searched full:_unicode (Results 76 - 91 of 91) sorted by null

1 2 34

  /external/mesa3d/scons/
gallium.py 276 #'_UNICODE',
  /external/openssl/crypto/
cryptlib.c 775 #if defined(_UNICODE) || defined(__UNICODE__)
  /external/tinyxml/
readme.txt 153 TinyXml does not use or directly support wchar, TCHAR, or Microsofts _UNICODE at this time.
  /external/lzma/CPP/7zip/Bundles/Alone7z/
Alone.dsp 97 # ADD CPP /nologo /Gz /MD /W4 /GX /O1 /I "..\..\..\\" /D "NDEBUG" /D "UNICODE" /D "_UNICODE" /D "WIN32" /D "_CONSOLE" /D "_NO_CRYPTO" /Yu"StdAfx.h" /FD /c
124 # ADD CPP /nologo /Gz /MDd /W4 /Gm /GX /ZI /Od /I "..\..\..\\" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /D "WIN32" /D "_CONSOLE" /D "_NO_CRYPTO" /Yu"StdAfx.h" /FD /GZ /c
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 35 _unicode = True variable
37 _unicode = False variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 35 _unicode = True variable
37 _unicode = False variable
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/
main.scons 183 '_UNICODE',
  /external/tinyxml/docs/
index.html 71 UTF-8 is not a double byte format - but it is a standard encoding of Unicode! TinyXml does not use or directly support wchar, TCHAR, or Microsofts _UNICODE at this time. It is common to see the term "Unicode" improperly refer to UTF-16, a wide byte encoding of unicode. This is a source of confusion.<p>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 22 _unicode = unicode variable
26 class _unicode(object): class in inherits:object
364 if isinstance(localename, _unicode):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py 22 _unicode = unicode variable
26 class _unicode(object): class in inherits:object
364 if isinstance(localename, _unicode):
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
msvs_emulation.py 281 defines.extend(('_UNICODE', 'UNICODE'))
    [all...]
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 11 #ifndef _UNICODE
12 #define _UNICODE
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 11 #ifndef _UNICODE
12 #define _UNICODE
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
apps.c     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_win.c     [all...]
  /external/openssl/apps/
apps.c     [all...]

Completed in 694 milliseconds

1 2 34