Home
last modified time | relevance | path

Searched refs:__c2 (Results 26 – 50 of 687) sorted by relevance

12345678910>>...28

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/unicode/
H A Dutf16.h203 uint16_t __c2; \
206 (c)=U16_GET_SUPPLEMENTARY((c), __c2); \
242 uint16_t __c2; \
311 uint16_t __c2; \
314 (c)=U16_GET_SUPPLEMENTARY((c), __c2); \
343 uint16_t __c2; \
346 (c)=U16_GET_SUPPLEMENTARY((c), __c2); \
572 uint16_t __c2; \
575 (c)=U16_GET_SUPPLEMENTARY(__c2, (c)); \
603 uint16_t __c2; \
[all …]
/dports/www/firefox/firefox-99.0/intl/icu/source/common/unicode/
H A Dutf16.h204 uint16_t __c2; \
207 (c)=U16_GET_SUPPLEMENTARY((c), __c2); \
243 uint16_t __c2; \
312 uint16_t __c2; \
315 (c)=U16_GET_SUPPLEMENTARY((c), __c2); \
344 uint16_t __c2; \
347 (c)=U16_GET_SUPPLEMENTARY((c), __c2); \
573 uint16_t __c2; \
576 (c)=U16_GET_SUPPLEMENTARY(__c2, (c)); \
604 uint16_t __c2; \
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/unicode/
H A Dutf16.h204 uint16_t __c2; \
207 (c)=U16_GET_SUPPLEMENTARY((c), __c2); \
243 uint16_t __c2; \
312 uint16_t __c2; \
315 (c)=U16_GET_SUPPLEMENTARY((c), __c2); \
344 uint16_t __c2; \
347 (c)=U16_GET_SUPPLEMENTARY((c), __c2); \
573 uint16_t __c2; \
576 (c)=U16_GET_SUPPLEMENTARY(__c2, (c)); \
604 uint16_t __c2; \
[all …]
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/unicode/
H A Dutf16.h204 uint16_t __c2; \
207 (c)=U16_GET_SUPPLEMENTARY((c), __c2); \
243 uint16_t __c2; \
312 uint16_t __c2; \
315 (c)=U16_GET_SUPPLEMENTARY((c), __c2); \
344 uint16_t __c2; \
347 (c)=U16_GET_SUPPLEMENTARY((c), __c2); \
573 uint16_t __c2; \
576 (c)=U16_GET_SUPPLEMENTARY(__c2, (c)); \
604 uint16_t __c2; \
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/unicode/
H A Dutf16.h204 uint16_t __c2; \
207 (c)=U16_GET_SUPPLEMENTARY((c), __c2); \
243 uint16_t __c2; \
312 uint16_t __c2; \
315 (c)=U16_GET_SUPPLEMENTARY((c), __c2); \
344 uint16_t __c2; \
347 (c)=U16_GET_SUPPLEMENTARY((c), __c2); \
573 uint16_t __c2; \
576 (c)=U16_GET_SUPPLEMENTARY(__c2, (c)); \
604 uint16_t __c2; \
[all …]
/dports/devel/radare2/radare2-5.1.1/shlr/tree-sitter/lib/src/unicode/
H A Dutf16.h203 uint16_t __c2; \
206 (c)=U16_GET_SUPPLEMENTARY((c), __c2); \
242 uint16_t __c2; \
311 uint16_t __c2; \
314 (c)=U16_GET_SUPPLEMENTARY((c), __c2); \
343 uint16_t __c2; \
346 (c)=U16_GET_SUPPLEMENTARY((c), __c2); \
572 uint16_t __c2; \
575 (c)=U16_GET_SUPPLEMENTARY(__c2, (c)); \
603 uint16_t __c2; \
[all …]
/dports/audio/id3lib/id3lib-3.8.3/include/id3/
H A Did3lib_strings.h49 assign(char_type& __c1, const char_type& __c2)
50 { __c1 = __c2; }
53 eq(const char_type& __c1, const char_type& __c2)
54 { return __c1 == __c2; }
57 lt(const char_type& __c1, const char_type& __c2)
58 { return __c1 < __c2; }
111 { return __c1 == __c2; }
134 { __c1 = __c2; }
138 { return __c1 == __c2; }
142 { return __c1 < __c2; }
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/include/bits/
H A Dchar_traits.h97 { __c1 = __c2; } in assign()
101 { return __c1 == __c2; } in eq()
105 { return __c1 < __c2; } in lt()
135 { return __c1 == __c2; } in eq_int_type()
242 { __c1 = __c2; }
246 { return __c1 == __c2; }
250 { return __c1 < __c2; }
288 { return __c1 == __c2; }
312 { __c1 = __c2; }
316 { return __c1 == __c2; }
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/include/bits/
H A Dchar_traits.h97 { __c1 = __c2; } in assign()
101 { return __c1 == __c2; } in eq()
105 { return __c1 < __c2; } in lt()
135 { return __c1 == __c2; } in eq_int_type()
242 { __c1 = __c2; }
246 { return __c1 == __c2; }
250 { return __c1 < __c2; }
288 { return __c1 == __c2; }
312 { __c1 = __c2; }
316 { return __c1 == __c2; }
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/bits/
H A Dchar_traits.h112 __c1 = __c2; in _GLIBCXX_VISIBILITY()
117 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
121 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
151 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
349 __c1 = __c2; in _GLIBCXX_VISIBILITY()
487 __c1 = __c2; in _GLIBCXX_VISIBILITY()
496 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
615 __c1 = __c2; in _GLIBCXX_VISIBILITY()
624 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
758 __c1 = __c2;
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/bits/
H A Dchar_traits.h103 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
107 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
111 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
141 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
329 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
464 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
472 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
585 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
593 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
725 { __c1 = __c2; }
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/bits/
H A Dchar_traits.h103 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
107 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
111 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
141 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
329 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
464 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
472 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
585 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
593 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
725 { __c1 = __c2; }
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/bits/
H A Dchar_traits.h103 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
107 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
111 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
141 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
329 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
464 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
472 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
585 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
593 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
725 { __c1 = __c2; }
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/include/bits/
H A Dchar_traits.h103 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
107 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
111 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
141 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
322 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
450 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
458 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
571 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
579 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
711 { __c1 = __c2; }
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/include/bits/
H A Dchar_traits.h103 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
107 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
111 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
141 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
329 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
464 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
472 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
585 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
593 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
725 { __c1 = __c2; }
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/include/bits/
H A Dchar_traits.h103 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
107 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
111 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
141 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
329 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
464 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
472 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
585 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
593 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
725 { __c1 = __c2; }
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/unicode/
H A DUnicodeMacrosFromICU.h31 uint16_t __c2; \
33 if((i)+1<(length) && U16_IS_TRAIL(__c2=(s)[(i)+1])) { \
34 (c)=U16_GET_SUPPLEMENTARY((c), __c2); \
37 if((i)-1>=(start) && U16_IS_LEAD(__c2=(s)[(i)-1])) { \
38 (c)=U16_GET_SUPPLEMENTARY(__c2, (c)); \
47 uint16_t __c2; \
48 if((i)>(start) && U16_IS_LEAD(__c2=(s)[(i)-1])) { \
50 (c)=U16_GET_SUPPLEMENTARY(__c2, (c)); \
64 uint16_t __c2; \
65 if((i)<(length) && U16_IS_TRAIL(__c2=(s)[(i)])) { \
[all …]
/dports/net/libzmq2/zeromq-2.2.0/src/
H A Dgcc_421_char_traits.hpp61 assign(char_type& __c1, const char_type& __c2) in assign()
62 { __c1 = __c2; } in assign()
65 eq(const char_type& __c1, const char_type& __c2) in eq()
66 { return __c1 == __c2; } in eq()
69 lt(const char_type& __c1, const char_type& __c2) in lt()
70 { return __c1 < __c2; } in lt()
107 eq_int_type(const int_type& __c1, const int_type& __c2) in eq_int_type()
108 { return __c1 == __c2; } in eq_int_type()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/strings/basic.string.hash/
H A Dchar_type_hash.fail.cpp29 static inline void assign(char_type& __c1, const char_type& __c2) { in assign()
30 __c1 = __c2; in assign()
32 static inline bool eq(char_type __c1, char_type __c2) { return __c1 == __c2; } in eq()
33 static inline bool lt(char_type __c1, char_type __c2) { return __c1 < __c2; } in lt()
49 static inline bool eq_int_type(int_type __c1, int_type __c2) { in eq_int_type()
50 return __c1 == __c2; in eq_int_type()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/strings/string.view/string.view.hash/
H A Dchar_type.hash.fail.cpp30 static inline void assign(char_type& __c1, const char_type& __c2) { in assign()
31 __c1 = __c2; in assign()
33 static inline bool eq(char_type __c1, char_type __c2) { return __c1 == __c2; } in eq()
34 static inline bool lt(char_type __c1, char_type __c2) { return __c1 < __c2; } in lt()
50 static inline bool eq_int_type(int_type __c1, int_type __c2) { in eq_int_type()
51 return __c1 == __c2; in eq_int_type()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/strings/string.view/string.view.hash/
H A Dchar_type.hash.fail.cpp27 static inline void assign(char_type& __c1, const char_type& __c2) { in assign()
28 __c1 = __c2; in assign()
30 static inline bool eq(char_type __c1, char_type __c2) { return __c1 == __c2; } in eq()
31 static inline bool lt(char_type __c1, char_type __c2) { return __c1 < __c2; } in lt()
47 static inline bool eq_int_type(int_type __c1, int_type __c2) { in eq_int_type()
48 return __c1 == __c2; in eq_int_type()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/strings/basic.string.hash/
H A Dchar_type_hash.fail.cpp26 static inline void assign(char_type& __c1, const char_type& __c2) { in assign()
27 __c1 = __c2; in assign()
29 static inline bool eq(char_type __c1, char_type __c2) { return __c1 == __c2; } in eq()
30 static inline bool lt(char_type __c1, char_type __c2) { return __c1 < __c2; } in lt()
46 static inline bool eq_int_type(int_type __c1, int_type __c2) { in eq_int_type()
47 return __c1 == __c2; in eq_int_type()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/strings/basic.string.hash/
H A Dchar_type_hash.fail.cpp26 static inline void assign(char_type& __c1, const char_type& __c2) { in assign()
27 __c1 = __c2; in assign()
29 static inline bool eq(char_type __c1, char_type __c2) { return __c1 == __c2; } in eq()
30 static inline bool lt(char_type __c1, char_type __c2) { return __c1 < __c2; } in lt()
46 static inline bool eq_int_type(int_type __c1, int_type __c2) { in eq_int_type()
47 return __c1 == __c2; in eq_int_type()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/strings/string.view/string.view.hash/
H A Dchar_type.hash.fail.cpp27 static inline void assign(char_type& __c1, const char_type& __c2) { in assign()
28 __c1 = __c2; in assign()
30 static inline bool eq(char_type __c1, char_type __c2) { return __c1 == __c2; } in eq()
31 static inline bool lt(char_type __c1, char_type __c2) { return __c1 < __c2; } in lt()
47 static inline bool eq_int_type(int_type __c1, int_type __c2) { in eq_int_type()
48 return __c1 == __c2; in eq_int_type()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/strings/string.view/string.view.hash/
H A Dchar_type.hash.fail.cpp30 static inline void assign(char_type& __c1, const char_type& __c2) { in assign()
31 __c1 = __c2; in assign()
33 static inline bool eq(char_type __c1, char_type __c2) { return __c1 == __c2; } in eq()
34 static inline bool lt(char_type __c1, char_type __c2) { return __c1 < __c2; } in lt()
50 static inline bool eq_int_type(int_type __c1, int_type __c2) { in eq_int_type()
51 return __c1 == __c2; in eq_int_type()

12345678910>>...28