/third_party/gettext/gettext-tools/src/ |
D | x-python.c | 774 #define UNICODE(code) (0x100 + (code)) macro 868 return UNICODE (c); in phase7_getuc() 879 return UNICODE ('\n'); in phase7_getuc() 887 return UNICODE ('\n'); in phase7_getuc() 900 return UNICODE (c); in phase7_getuc() 908 return UNICODE ('\\'); in phase7_getuc() 916 return UNICODE ('\\'); in phase7_getuc() 926 return UNICODE (c); in phase7_getuc() 929 return UNICODE (c); in phase7_getuc() 932 return UNICODE ('\a'); in phase7_getuc() [all …]
|
D | read-properties.c | 309 #define UNICODE(code) (0x10000 + (code)) macro 361 return UNICODE (n); in phase4_getuc() 481 && (c >= UNICODE (0xdc00) && c < UNICODE (0xe000))) in read_escaped_string() 515 if (c >= UNICODE (0xd800) && c < UNICODE (0xdc00)) in read_escaped_string() 520 else if (c >= UNICODE (0xdc00) && c < UNICODE (0xe000)) in read_escaped_string()
|
D | x-javascript.c | 648 #define UNICODE(code) (0x100 + (code)) macro 759 return UNICODE ('\n'); in phase7_getuc() 778 return UNICODE ('\n'); in phase7_getuc() 783 return UNICODE (c); in phase7_getuc() 795 return UNICODE ('\b'); in phase7_getuc() 797 return UNICODE ('\f'); in phase7_getuc() 799 return UNICODE ('\n'); in phase7_getuc() 801 return UNICODE ('\r'); in phase7_getuc() 803 return UNICODE ('\t'); in phase7_getuc() 805 return UNICODE ('\v'); in phase7_getuc() [all …]
|
D | x-java.c | 243 #define UNICODE(code) (0x10000 + (code)) macro 313 return UNICODE (n); in phase2_getc() 371 return UNICODE ('\n'); in phase3_getc() 382 return UNICODE ('\n'); in phase3_getc() 614 return UNICODE ('\\'); in do_getc_escaped() 618 return UNICODE (0x08); in do_getc_escaped() 620 return UNICODE (0x09); in do_getc_escaped() 622 return UNICODE (0x0a); in do_getc_escaped() 624 return UNICODE (0x0c); in do_getc_escaped() 626 return UNICODE (0x0d); in do_getc_escaped() [all …]
|
/third_party/curl/lib/ |
D | setup-win32.h | 37 # if defined(UNICODE) && !defined(_UNICODE) 40 # if defined(_UNICODE) && !defined(UNICODE) 41 # define UNICODE macro 56 # ifdef UNICODE
|
D | curl_memory.h | 106 #if defined(WIN32) && defined(UNICODE) 133 # ifdef UNICODE
|
D | config-win32ce.h | 385 #ifndef UNICODE 386 # define UNICODE macro
|
D | curl_multibyte.h | 55 #if defined(UNICODE) && defined(WIN32)
|
/third_party/openssl/ms/ |
D | uplink.c | 10 #if (defined(_WIN64) || defined(_WIN32_WCE)) && !defined(UNICODE) 11 # define UNICODE macro 13 #if defined(UNICODE) && !defined(_UNICODE) 16 #if defined(_UNICODE) && !defined(UNICODE) 17 # define UNICODE macro
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/windows/ |
D | SDL_windows.h | 30 #ifndef UNICODE 31 #define UNICODE 1 macro 40 #if UNICODE
|
/third_party/flutter/skia/third_party/externals/sdl/src/main/windows/ |
D | SDL_windows_main.c | 114 # if UNICODE 141 #if UNICODE in main_getcmdline() 175 #if UNICODE
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/win32/ |
D | gstvkwindow_win32.h | 25 #undef UNICODE 27 #define UNICODE macro
|
/third_party/grpc/third_party/cares/ |
D | ares_build.h | 215 #ifdef UNICODE 216 # undef UNICODE
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | os.h | 36 #undef UNICODE 40 #define UNICODE macro 42 #undef UNICODE 44 #define UNICODE macro
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/ |
D | gstglwindow_win32.h | 26 #undef UNICODE 28 #define UNICODE macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | ittnotify_config.h | 60 #if defined(_UNICODE) && !defined(UNICODE) 61 #define UNICODE macro 69 #if defined(UNICODE) || defined(_UNICODE) 184 #if defined(UNICODE) || defined(_UNICODE) 299 #if defined(UNICODE) || defined(_UNICODE)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
D | addinterface.cpp | 136 #ifdef UNICODE in addRegistryInterface() 148 #ifdef UNICODE in addRegistryInterface() 159 #ifdef UNICODE in addRegistryInterface()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
D | addinterface.cpp | 136 #ifdef UNICODE in addRegistryInterface() 148 #ifdef UNICODE in addRegistryInterface() 159 #ifdef UNICODE in addRegistryInterface()
|
/third_party/protobuf/ |
D | appveyor.bat | 15 cmake -G "%generator%" -Dprotobuf_BUILD_SHARED_LIBS=%BUILD_DLL% -Dprotobuf_UNICODE=%UNICODE% -Dprot… 25 cmake -G "%generator%" -Dprotobuf_BUILD_SHARED_LIBS=%BUILD_DLL% -Dprotobuf_UNICODE=%UNICODE% ../cma…
|
/third_party/glib/glib/dirent/ |
D | wdirent.c | 2 #define UNICODE 1 macro
|
/third_party/boost/boost/regex/ |
D | config.hpp | 70 #if defined(_UNICODE) && !defined(UNICODE) 71 #define UNICODE macro
|
/third_party/boost/libs/regex/doc/ |
D | posix_api.qbk | 25 other depending upon whether UNICODE is defined or not. 49 #ifdef UNICODE 73 depending upon whether `UNICODE` is defined or not, `TCHAR` is either `char` 74 or `wchar_t` again depending upon the macro `UNICODE`.]
|
/third_party/python/Tools/stringbench/ |
D | stringbench.py | 20 UNICODE = unicode_from_str = lambda x: x variable 23 UNICODE = unicode_from_str = lambda x: x.decode('ascii') variable 821 if STR is UNICODE: 890 if STR is UNICODE: 1070 if STR is UNICODE: 1292 if STR is UNICODE: return big_s_unicode 1330 if STR is UNICODE: 1339 if STR is UNICODE:
|
/third_party/skia/third_party/externals/expat/expat/xmlwf/ |
D | Makefile.am | 44 if UNICODE
|
/third_party/expat/xmlwf/ |
D | Makefile.am | 44 if UNICODE
|