Home
last modified time | relevance | path

Searched refs:UCS_LIMIT (Results 1 – 15 of 15) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/libcpp/
H A Dcharset.c922 #define UCS_LIMIT 0x10FFFF macro
938 if (c > UCS_LIMIT) in ucn_valid_in_identifier()
1178 else if (result > UCS_LIMIT in _cpp_valid_ucn()
H A DChangeLog1144 * charset.c (UCS_LIMIT): New macro.
1147 UCS_LIMIT outside of identifiers in C and in C++2a or later.
/dports/lang/gcc10/gcc-10.3.0/libcpp/
H A Dcharset.c905 #define UCS_LIMIT 0x10FFFF macro
921 if (c > UCS_LIMIT) in ucn_valid_in_identifier()
1145 else if (result > UCS_LIMIT in _cpp_valid_ucn()
H A DChangeLog256 * charset.c (UCS_LIMIT): New macro.
259 UCS_LIMIT outside of identifiers in C and in C++2a or later.
/dports/lang/gcc11-devel/gcc-11-20211009/libcpp/
H A Dcharset.c908 #define UCS_LIMIT 0x10FFFF macro
924 if (c > UCS_LIMIT) in ucn_valid_in_identifier()
1148 else if (result > UCS_LIMIT in _cpp_valid_ucn()
H A DChangeLog807 * charset.c (UCS_LIMIT): New macro.
810 UCS_LIMIT outside of identifiers in C and in C++2a or later.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libcpp/
H A Dcharset.c908 #define UCS_LIMIT 0x10FFFF macro
924 if (c > UCS_LIMIT) in ucn_valid_in_identifier()
1148 else if (result > UCS_LIMIT in _cpp_valid_ucn()
H A DChangeLog798 * charset.c (UCS_LIMIT): New macro.
801 UCS_LIMIT outside of identifiers in C and in C++2a or later.
/dports/devel/avr-gcc/gcc-10.2.0/libcpp/
H A Dcharset.c905 #define UCS_LIMIT 0x10FFFF macro
921 if (c > UCS_LIMIT) in ucn_valid_in_identifier()
1145 else if (result > UCS_LIMIT in _cpp_valid_ucn()
H A DChangeLog233 * charset.c (UCS_LIMIT): New macro.
236 UCS_LIMIT outside of identifiers in C and in C++2a or later.
/dports/lang/gcc11/gcc-11.2.0/libcpp/
H A Dcharset.c908 #define UCS_LIMIT 0x10FFFF macro
924 if (c > UCS_LIMIT) in ucn_valid_in_identifier()
1148 else if (result > UCS_LIMIT in _cpp_valid_ucn()
H A DChangeLog798 * charset.c (UCS_LIMIT): New macro.
801 UCS_LIMIT outside of identifiers in C and in C++2a or later.
/dports/lang/gcc10-devel/gcc-10-20211008/libcpp/
H A Dcharset.c905 #define UCS_LIMIT 0x10FFFF macro
921 if (c > UCS_LIMIT) in ucn_valid_in_identifier()
1145 else if (result > UCS_LIMIT in _cpp_valid_ucn()
H A DChangeLog270 * charset.c (UCS_LIMIT): New macro.
273 UCS_LIMIT outside of identifiers in C and in C++2a or later.
/dports/x11/xterm/xterm-370/
H A Dptyx.h420 #define UCS_LIMIT 0x80000000U /* both limit and flag for non-UCS */ macro