Home
last modified time | relevance | path

Searched refs:UNICODE (Results 1 – 25 of 184) sorted by relevance

12345678

/third_party/openssl/ms/
Duplink.c10 #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/
DSDL_windows.h30 #ifndef UNICODE
31 #define UNICODE 1 macro
40 #if UNICODE
/third_party/flutter/skia/third_party/externals/sdl/src/main/windows/
DSDL_windows_main.c114 # if UNICODE
141 #if UNICODE in main_getcmdline()
175 #if UNICODE
/third_party/rust/crates/codespan/codespan-lsp/src/
Dlib.rs174 const UNICODE: &str = "åä t��b"; constant
179 let file_id = files.add("unicode", UNICODE); in unicode_get_byte_index()
205 let file_id = files.add("unicode", UNICODE.to_string()); in unicode_get_position()
206 let file_id2 = files.add("unicode newline", "\n".to_string() + UNICODE); in unicode_get_position()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
Dittnotify_config.h60 #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/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/win32/
Dgstvkwindow_win32.h25 #undef UNICODE
27 #define UNICODE macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
Daddinterface.cpp136 #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/
Daddinterface.cpp136 #ifdef UNICODE in addRegistryInterface()
148 #ifdef UNICODE in addRegistryInterface()
159 #ifdef UNICODE in addRegistryInterface()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/
Dgstglwindow_win32.h26 #undef UNICODE
28 #define UNICODE macro
/third_party/protobuf/
Dappveyor.bat15 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/python/Tools/stringbench/
Dstringbench.py20 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/rust/crates/unicode-ident/
DLICENSE-UNICODE1 UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
7 BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
DREADME.OpenSource5 "License File": "LICENSE-UNICODE|LICENSE-APACHE|LICENSE-MIT",
/third_party/flutter/glfw/src/
Dwin32_platform.h50 #ifndef UNICODE
51 #define UNICODE macro
/third_party/skia/third_party/externals/expat/expat/xmlwf/
DMakefile.am44 if UNICODE
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx9/
Dbuild_win32.bat3 cl /nologo /Zi /MD /I .. /I ..\.. /I "%DXSDK_DIR%/Include" /D UNICODE /D _UNICODE *.cpp ..\imgui_im…
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx12/
Dbuild_win32.bat3 …\.. /I "%WindowsSdkDir%Include\um" /I "%WindowsSdkDir%Include\shared" /D UNICODE /D _UNICODE *.cpp…
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/
DLICENSE-UNICODE1 UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
18 BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/
Ducdterms.txt1 UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
9 INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA FILES"),
/third_party/icu/icu4c/source/data/unidata/
Ducdterms.txt1 UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
9 INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA FILES"),
/third_party/skia/third_party/externals/icu/source/data/unidata/
Ducdterms.txt1 UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
9 INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA FILES"),
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx11/
Dbuild_win32.bat3 …nclude\um" /I "%WindowsSdkDir%Include\shared" /I "%DXSDK_DIR%Include" /D UNICODE /D _UNICODE *.cpp…
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx10/
Dbuild_win32.bat3 …nclude\um" /I "%WindowsSdkDir%Include\shared" /I "%DXSDK_DIR%Include" /D UNICODE /D _UNICODE *.cpp…
/third_party/skia/include/ports/
DSkTypeface_win.h16 #ifdef UNICODE
/third_party/flutter/skia/include/ports/
DSkTypeface_win.h16 #ifdef UNICODE

12345678