Home
last modified time | relevance | path

Searched defs:UNI_TO_NATIVE (Results 1 – 25 of 34) sorted by relevance

12

/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dutfebcdic.h146 #define UNI_TO_NATIVE(ch) \ macro
H A Dutf8.h214 #define UNI_TO_NATIVE(ch) ((UV) ASSERT_NOT_PTR(ch)) macro
/dports/lang/perl5.34/perl-5.34.0/
H A Dutfebcdic.h140 #define UNI_TO_NATIVE(ch) (FITS_IN_8_BITS(ch) ? LATIN1_TO_NATIVE(ch) : (UV) (ch)) macro
H A Dutf8.h193 #define UNI_TO_NATIVE(ch) ((UV) ((ch) | 0)) macro
/dports/lang/perl5.32/perl-5.32.1/
H A Dutfebcdic.h140 #define UNI_TO_NATIVE(ch) (FITS_IN_8_BITS(ch) ? LATIN1_TO_NATIVE(ch) : (UV) (ch)) macro
H A Dutf8.h204 #define UNI_TO_NATIVE(ch) ((UV) ((ch) | 0)) macro
/dports/lang/perl5.30/perl-5.30.3/
H A Dutfebcdic.h154 #define UNI_TO_NATIVE(ch) (FITS_IN_8_BITS(ch) ? LATIN1_TO_NATIVE(ch) : (UV) (ch)) macro
H A Dutf8.h180 #define UNI_TO_NATIVE(ch) ((UV) (ch)) macro
/dports/converters/p5-Sereal-Encoder/Sereal-Encoder-4.018/
H A Dppport.h5557 # define UNI_TO_NATIVE(c) ((c) > 255 ? (c) : LATIN1_TO_NATIVE(c)) macro
5574 # define UNI_TO_NATIVE(c) (c) macro
/dports/converters/p5-Sereal-Decoder/Sereal-Decoder-4.018/
H A Dppport.h5557 # define UNI_TO_NATIVE(c) ((c) > 255 ? (c) : LATIN1_TO_NATIVE(c)) macro
5574 # define UNI_TO_NATIVE(c) (c) macro
/dports/devel/p5-File-Map/File-Map-0.67/lib/File/
H A Dppport.h5616 # define UNI_TO_NATIVE(c) ((c) > 255 ? (c) : LATIN1_TO_NATIVE(c)) macro
5633 # define UNI_TO_NATIVE(c) (c) macro
/dports/devel/p5-Devel-Declare/Devel-Declare-0.006022/
H A Dppport.h5621 # define UNI_TO_NATIVE(c) ((c) > 255 ? (c) : LATIN1_TO_NATIVE(c)) macro
5638 # define UNI_TO_NATIVE(c) (c) macro
/dports/devel/p5-Devel-Gladiator/Devel-Gladiator-0.08/
H A Dppport.h5621 # define UNI_TO_NATIVE(c) ((c) > 255 ? (c) : LATIN1_TO_NATIVE(c)) macro
5638 # define UNI_TO_NATIVE(c) (c) macro
/dports/devel/p5-PerlIO-utf8_strict/PerlIO-utf8_strict-0.008/
H A Dppport.h5621 # define UNI_TO_NATIVE(c) ((c) > 255 ? (c) : LATIN1_TO_NATIVE(c)) macro
5638 # define UNI_TO_NATIVE(c) (c) macro
/dports/devel/p5-XS-Object-Magic/XS-Object-Magic-0.05/
H A Dppport.h5616 # define UNI_TO_NATIVE(c) ((c) > 255 ? (c) : LATIN1_TO_NATIVE(c)) macro
5633 # define UNI_TO_NATIVE(c) (c) macro
/dports/x11-toolkits/p5-Tk/Tk-804.035/
H A Dppport.h5557 # define UNI_TO_NATIVE(c) ((c) > 255 ? (c) : LATIN1_TO_NATIVE(c)) macro
5574 # define UNI_TO_NATIVE(c) (c) macro
/dports/databases/p5-Cache-Memcached-Fast/Cache-Memcached-Fast-0.27/
H A Dppport.h1118 #define UNI_TO_NATIVE(c) ((c) > 255 ? (c) : LATIN1_TO_NATIVE(c)) macro
1131 #define UNI_TO_NATIVE(c) (c) macro
/dports/security/p5-Crypt-OpenSSL-X509/Crypt-OpenSSL-X509-1.910/
H A Dppport.h11834 # define UNI_TO_NATIVE(c) ((c) > 255 ? (c) : LATIN1_TO_NATIVE(c)) macro
11851 # define UNI_TO_NATIVE(c) (c) macro
/dports/devel/p5-DateTime/DateTime-1.54/
H A Dppport.h11834 # define UNI_TO_NATIVE(c) ((c) > 255 ? (c) : LATIN1_TO_NATIVE(c)) macro
11851 # define UNI_TO_NATIVE(c) (c) macro
/dports/devel/p5-Moose/Moose-2.2201/
H A Dppport.h12577 # define UNI_TO_NATIVE(c) ((c) > 255 ? (c) : LATIN1_TO_NATIVE(c)) macro
12594 # define UNI_TO_NATIVE(c) (c) macro
/dports/devel/p5-File-LibMagic/File-LibMagic-1.23/
H A Dppport.h11833 # define UNI_TO_NATIVE(c) ((c) > 255 ? (c) : LATIN1_TO_NATIVE(c)) macro
11850 # define UNI_TO_NATIVE(c) (c) macro
/dports/devel/p5-Data-Peek/Data-Peek-0.50/
H A Dppport.h11834 # define UNI_TO_NATIVE(c) ((c) > 255 ? (c) : LATIN1_TO_NATIVE(c)) macro
11851 # define UNI_TO_NATIVE(c) (c) macro
/dports/devel/p5-Data-Dumper/Data-Dumper-2.183/
H A Dppport.h11834 # define UNI_TO_NATIVE(c) ((c) > 255 ? (c) : LATIN1_TO_NATIVE(c)) macro
11851 # define UNI_TO_NATIVE(c) (c) macro
/dports/devel/p5-FFI-Platypus/FFI-Platypus-1.56/include/
H A Dppport.h12577 # define UNI_TO_NATIVE(c) ((c) > 255 ? (c) : LATIN1_TO_NATIVE(c)) macro
12594 # define UNI_TO_NATIVE(c) (c) macro
/dports/devel/p5-Params-Validate/Params-Validate-1.30/c/
H A Dppport.h11834 # define UNI_TO_NATIVE(c) ((c) > 255 ? (c) : LATIN1_TO_NATIVE(c)) macro
11851 # define UNI_TO_NATIVE(c) (c) macro

12