Home
last modified time | relevance | path

Searched defs:LATIN1_TO_NATIVE (Results 1 – 25 of 41) sorted by relevance

12

/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dutfebcdic.h137 #define LATIN1_TO_NATIVE(ch) (__ASSERT_(FITS_IN_8_BITS(ch)) PL_a2e[(U8)(ch)]) macro
H A Dutf8.h203 #define LATIN1_TO_NATIVE(ch) (__ASSERT_(FITS_IN_8_BITS(ch)) ((U8) (ch))) macro
/dports/lang/perl5.34/perl-5.34.0/
H A Dutfebcdic.h132 #define LATIN1_TO_NATIVE(ch) (__ASSERT_(FITS_IN_8_BITS(ch)) PL_a2e[(U8)(ch)]) macro
H A Dutf8.h182 #define LATIN1_TO_NATIVE(ch) (__ASSERT_(FITS_IN_8_BITS(ch)) ((U8) ((ch) | 0))) macro
/dports/lang/perl5.32/perl-5.32.1/
H A Dutfebcdic.h132 #define LATIN1_TO_NATIVE(ch) (__ASSERT_(FITS_IN_8_BITS(ch)) PL_a2e[(U8)(ch)]) macro
H A Dutf8.h193 #define LATIN1_TO_NATIVE(ch) (__ASSERT_(FITS_IN_8_BITS(ch)) ((U8) ((ch) | 0))) macro
/dports/lang/perl5.30/perl-5.30.3/
H A Dutfebcdic.h146 #define LATIN1_TO_NATIVE(ch) (__ASSERT_(FITS_IN_8_BITS(ch)) PL_a2e[(U8)(ch)]) macro
H A Dutf8.h159 #define LATIN1_TO_NATIVE(ch) ((U8)(ch)) macro
/dports/lang/perl5.32/perl-5.32.1/cpan/Encode/Encode/
H A Dencode.h1196 # define LATIN1_TO_NATIVE(a) ASCII_TO_NATIVE(a) macro
/dports/lang/perl5.30/perl-5.30.3/cpan/Encode/Encode/
H A Dencode.h1188 # define LATIN1_TO_NATIVE(a) ASCII_TO_NATIVE(a) macro
/dports/lang/perl5.34/perl-5.34.0/cpan/Encode/Encode/
H A Dencode.h1196 # define LATIN1_TO_NATIVE(a) ASCII_TO_NATIVE(a) macro
/dports/converters/p5-Encode/Encode-3.16/Encode/
H A Dencode.h1196 # define LATIN1_TO_NATIVE(a) ASCII_TO_NATIVE(a) macro
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Encode/Encode/
H A Dencode.h1196 # define LATIN1_TO_NATIVE(a) ASCII_TO_NATIVE(a) macro
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/
H A Dppport.h5523 # define LATIN1_TO_NATIVE(c) ASCII_TO_NATIVE(c) macro
5528 # define LATIN1_TO_NATIVE(c) (c) macro
/dports/textproc/p5-YAML-Syck/YAML-Syck-1.34/
H A Dppport.h5523 # define LATIN1_TO_NATIVE(c) ASCII_TO_NATIVE(c) macro
5528 # define LATIN1_TO_NATIVE(c) (c) macro
/dports/converters/p5-Sereal-Encoder/Sereal-Encoder-4.018/
H A Dppport.h5549 # define LATIN1_TO_NATIVE(c) ASCII_TO_NATIVE(c) macro
5566 # define LATIN1_TO_NATIVE(c) (c) macro
/dports/converters/p5-Sereal-Decoder/Sereal-Decoder-4.018/
H A Dppport.h5549 # define LATIN1_TO_NATIVE(c) ASCII_TO_NATIVE(c) macro
5566 # define LATIN1_TO_NATIVE(c) (c) macro
/dports/devel/p5-File-Map/File-Map-0.67/lib/File/
H A Dppport.h5608 # define LATIN1_TO_NATIVE(c) ASCII_TO_NATIVE(c) macro
5625 # define LATIN1_TO_NATIVE(c) (c) macro
/dports/devel/p5-Devel-Declare/Devel-Declare-0.006022/
H A Dppport.h5613 # define LATIN1_TO_NATIVE(c) ASCII_TO_NATIVE(c) macro
5630 # define LATIN1_TO_NATIVE(c) (c) macro
/dports/devel/p5-Devel-Gladiator/Devel-Gladiator-0.08/
H A Dppport.h5613 # define LATIN1_TO_NATIVE(c) ASCII_TO_NATIVE(c) macro
5630 # define LATIN1_TO_NATIVE(c) (c) macro
/dports/devel/p5-PerlIO-utf8_strict/PerlIO-utf8_strict-0.008/
H A Dppport.h5613 # define LATIN1_TO_NATIVE(c) ASCII_TO_NATIVE(c) macro
5630 # define LATIN1_TO_NATIVE(c) (c) macro
/dports/devel/p5-XS-Object-Magic/XS-Object-Magic-0.05/
H A Dppport.h5608 # define LATIN1_TO_NATIVE(c) ASCII_TO_NATIVE(c) macro
5625 # define LATIN1_TO_NATIVE(c) (c) macro
/dports/x11-toolkits/p5-Tk/Tk-804.035/
H A Dppport.h5549 # define LATIN1_TO_NATIVE(c) ASCII_TO_NATIVE(c) macro
5566 # define LATIN1_TO_NATIVE(c) (c) macro
/dports/databases/p5-Cache-Memcached-Fast/Cache-Memcached-Fast-0.27/
H A Dppport.h1112 #define LATIN1_TO_NATIVE(c) ASCII_TO_NATIVE(c) macro
1125 #define LATIN1_TO_NATIVE(c) (c) macro
/dports/security/p5-Crypt-OpenSSL-X509/Crypt-OpenSSL-X509-1.910/
H A Dppport.h11826 # define LATIN1_TO_NATIVE(c) ASCII_TO_NATIVE(c) macro
11843 # define LATIN1_TO_NATIVE(c) (c) macro

12