Searched refs:UNICODE (Results 1 - 25 of 43) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DGlobalData.py43 gMacroRefPattern = re.compile("\$\(([A-Z][_A-Z0-9]*)\)", re.UNICODE)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dsddl.h41 #ifndef UNICODE
63 #endif /* UNICODE */
67 #ifndef UNICODE
77 #endif /* UNICODE */
81 #ifndef UNICODE
103 #endif /* UNICODE */
H A Ddsconf.h54 #ifdef UNICODE
91 #ifdef UNICODE
134 #ifdef UNICODE
164 #ifdef UNICODE
H A Dtlhelp32.h103 #ifdef UNICODE
150 #ifdef UNICODE
H A Dsqltypes.h45 #ifndef UNICODE
H A Dpdh.h72 # ifdef UNICODE
H A Dmapiutil.h43 #if defined (UNICODE) || defined (__WINESRC__)
93 #if defined (UNICODE) || defined (__WINESRC__)
H A Dwindef.h248 # ifdef UNICODE
H A Dmapix.h95 #if defined (UNICODE) || defined (__WINESRC__)
H A Dprsht.h246 * Property sheet support (UNICODE-Winelib)
263 # ifdef UNICODE
H A Dsti.h51 # ifdef UNICODE
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dsddl.h41 #ifndef UNICODE
63 #endif /* UNICODE */
67 #ifndef UNICODE
77 #endif /* UNICODE */
81 #ifndef UNICODE
103 #endif /* UNICODE */
H A Ddsconf.h54 #ifdef UNICODE
91 #ifdef UNICODE
134 #ifdef UNICODE
164 #ifdef UNICODE
H A Dtlhelp32.h103 #ifdef UNICODE
150 #ifdef UNICODE
H A Dsqltypes.h45 #ifndef UNICODE
H A Dmapiutil.h43 #if defined (UNICODE) || defined (__WINESRC__)
93 #if defined (UNICODE) || defined (__WINESRC__)
H A Dwindef.h248 # ifdef UNICODE
H A Dmapix.h95 #if defined (UNICODE) || defined (__WINESRC__)
/vbox/src/VBox/Additions/WINNT/VBoxGINA/testcase/
H A DtstVBoxGINA.cpp18 #define UNICODE macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenPatchPcdTable/
H A DGenPatchPcdTable.py38 secRe = re.compile('^([\da-fA-F]+):([\da-fA-F]+) +([\da-fA-F]+)[Hh]? +([.\w\$]+) +(\w+)', re.UNICODE)
39 symRe = re.compile('^([\da-fA-F]+):([\da-fA-F]+) +([\.:\\\\\w\?@\$]+) +([\da-fA-F]+)', re.UNICODE)
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dmesa_wgl.h57 # ifdef UNICODE
63 # endif /* !UNICODE */
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DStrGather.py64 STRING_TOKEN = re.compile('STRING_TOKEN *\(([A-Z0-9_]+) *\)', re.MULTILINE | re.UNICODE)
65 COMPATIBLE_STRING_TOKEN = re.compile('STRING_TOKEN *\(([A-Z0-9_]+) *\)', re.MULTILINE | re.UNICODE)
H A DUniClassObject.py42 gIncludePattern = re.compile("^#include +[\"<]+([^\"< >]+)[>\"]+$", re.MULTILINE | re.UNICODE)
264 MatchString = re.match('[A-Z0-9_]+', Name, re.UNICODE)
428 MatchString = re.match('[A-Z0-9_]+', Name, re.UNICODE)
H A DGenMake.py29 gIncludePattern = re.compile(r"^[ \t]*#?[ \t]*include(?:[ \t]*(?:\\(?:\r\n|\r|\n))*[ \t]*)*(?:\(?[\"<]?[ \t]*)([-\w.\\/() \t]+)(?:[ \t]*[\">]?\)?)", re.MULTILINE|re.UNICODE|re.IGNORECASE)
32 gMacroPattern = re.compile("([_A-Z][_A-Z0-9]*)[ \t]*\((.+)\)", re.UNICODE)
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecWin.cpp60 #ifdef UNICODE

Completed in 596 milliseconds

12