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

1 2 3 4 56 7 8 9

  /external/deqp/execserver/
xsWin32TestProcess.cpp 56 #if defined(UNICODE)
57 # error Unicode not supported.
  /external/deqp/framework/delibs/deutil/
deProcess.c 549 #if defined(UNICODE)
550 # error Unicode not supported.
  /external/dng_sdk/source/
dng_pthread.cpp 30 // Nothing in this file requires Unicode,
33 // does not work on Win98 if UNICODE is defined.
36 #undef UNICODE
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 669 #ifdef UNICODE
675 #else /* UNICODE */
681 #endif /* UNICODE */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_dbdao.h 149 #if defined(UNICODE)
fileapi.h 96 #ifdef UNICODE
odbcss.h 352 #if defined(UNICODE)
mapidefs.h 43 #if defined(UNICODE)
84 #if defined(UNICODE)
172 #if defined(UNICODE)
    [all...]
wabdefs.h 45 #if defined(UNICODE)
85 #if defined(UNICODE)
169 #if defined(UNICODE)
    [all...]
shlwapi.h 178 #if defined(UNICODE)
223 #if defined(UNICODE)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenMake.py 30 gIncludePattern = re.compile(r"^[ \t]*#?[ \t]*include(?:[ \t]*(?:\\(?:\r\n|\r|\n))*[ \t]*)*(?:\(?[\"<]?[ \t]*)([-\w.\\/() \t]+)(?:[ \t]*[\">]?\)?)", re.MULTILINE | re.UNICODE | re.IGNORECASE)
33 gMacroPattern = re.compile("([_A-Z][_A-Z0-9]*)[ \t]*\((.+)\)", re.UNICODE)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
UniClassObject.py 50 gINCLUDE_PATTERN = re.compile("^!include[\s]+([\S]+)[\s]*$", re.MULTILINE | re.UNICODE)
85 ## Convert a python unicode string to a normal string
87 # Convert a python unicode string to a normal string
90 # @param Uni: The python unicode string
97 ## Convert a unicode string to a Hex list
99 # Convert a unicode string to a Hex list
102 # @param Uni: The python unicode string
114 ## Convert special unicode characters
118 # @param Uni: The python unicode string
120 # @retval NewUni: The converted unicode string
    [all...]
String.py 33 gMACRO_PATTERN = re.compile("\$\(([_A-Z][_A-Z0-9]*)\)", re.UNICODE)
683 if isinstance(String, unicode):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cPickle.c 21 * Note: The UNICODE macro controls the TCHAR meaning of the win32 API. Since
24 #ifdef UNICODE
25 # undef UNICODE
51 #define UNICODE 'V'
3751 PyObject *unicode; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cPickle.c 21 * Note: The UNICODE macro controls the TCHAR meaning of the win32 API. Since
24 #ifdef UNICODE
25 # undef UNICODE
51 #define UNICODE 'V'
3716 PyObject *unicode; local
    [all...]
  /external/python/cpython2/Modules/
cPickle.c 21 * Note: The UNICODE macro controls the TCHAR meaning of the win32 API. Since
24 #ifdef UNICODE
25 # undef UNICODE
51 #define UNICODE 'V'
3767 PyObject *unicode; local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Misc.py 41 gPlaceholderPattern = re.compile("\$\{([^$()\s]+)\}", re.MULTILINE | re.UNICODE)
127 secRe = re.compile('^([\da-fA-F]+):([\da-fA-F]+) +([\da-fA-F]+)[Hh]? +([.\w\$]+) +(\w+)', re.UNICODE)
128 symRe = re.compile('^([\da-fA-F]+):([\da-fA-F]+) +([\.:\\\\\w\?@\$]+) +([\da-fA-F]+)', re.UNICODE)
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/
Nt32Pkg.dsc 329 MSFT:*_*_X64_CC_FLAGS == /nologo /W4 /WX /Gy /c /D UNICODE /Od /FIAutoGen.h /EHs-c- /GF /Gs8192 /Zi /Gm /D _CRT_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_DEPRECATE
  /external/python/cpython3/Lib/
pickle.py 120 UNICODE = b'V' # push Unicode string; raw-unicode-escaped'd argument
718 self.write(UNICODE + obj.encode('raw-unicode-escape') +
    [all...]
tokenize.py 116 # Note: we use unicode matching for names ("\w") but ascii matching for
153 return re.compile(expr, re.UNICODE)
  /external/mdnsresponder/mDNSWindows/
mDNSWin32.c 19 - Get unicode name of machine for nice name instead of just the host name.
153 #ifdef UNICODE
709 #ifdef UNICODE
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/cssparser/0.9.13/
cssparser-0.9.13.jar 
  /external/skia/src/ports/
SkFontHost_win.cpp 93 #ifdef UNICODE
358 // Construct Glyph to Unicode table.
359 // Unicode code points that require conjugate pairs in utf16 are not
381 // There is no guarantee that within a Unicode range, the corresponding
400 // different Unicode pages.
    [all...]
  /external/skia/src/xps/
SkXPSDevice.cpp 13 #ifndef UNICODE
14 #define UNICODE
    [all...]
  /external/skqp/src/ports/
SkFontHost_win.cpp 93 #ifdef UNICODE
358 // Construct Glyph to Unicode table.
359 // Unicode code points that require conjugate pairs in utf16 are not
381 // There is no guarantee that within a Unicode range, the corresponding
400 // different Unicode pages.
    [all...]

Completed in 1129 milliseconds

1 2 3 4 56 7 8 9