Home
last modified time | relevance | path

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

123456789

/third_party/gettext/gettext-tools/src/
Dx-python.c774 #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 …]
Dread-properties.c309 #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()
Dx-javascript.c648 #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 …]
Dx-java.c243 #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/
Dsetup-win32.h37 # if defined(UNICODE) && !defined(_UNICODE)
40 # if defined(_UNICODE) && !defined(UNICODE)
41 # define UNICODE macro
56 # ifdef UNICODE
Dcurl_memory.h106 #if defined(WIN32) && defined(UNICODE)
133 # ifdef UNICODE
Dconfig-win32ce.h385 #ifndef UNICODE
386 # define UNICODE macro
Dcurl_multibyte.h55 #if defined(UNICODE) && defined(WIN32)
/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/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/win32/
Dgstvkwindow_win32.h25 #undef UNICODE
27 #define UNICODE macro
/third_party/grpc/third_party/cares/
Dares_build.h215 #ifdef UNICODE
216 # undef UNICODE
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.h36 #undef UNICODE
40 #define UNICODE macro
42 #undef UNICODE
44 #define UNICODE macro
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/
Dgstglwindow_win32.h26 #undef UNICODE
28 #define UNICODE macro
/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/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/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/glib/glib/dirent/
Dwdirent.c2 #define UNICODE 1 macro
/third_party/boost/boost/regex/
Dconfig.hpp70 #if defined(_UNICODE) && !defined(UNICODE)
71 #define UNICODE macro
/third_party/boost/libs/regex/doc/
Dposix_api.qbk25 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/
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/skia/third_party/externals/expat/expat/xmlwf/
DMakefile.am44 if UNICODE
/third_party/expat/xmlwf/
DMakefile.am44 if UNICODE

123456789