Home
last modified time | relevance | path

Searched refs:LATIN1_TO_NATIVE (Results 1 – 16 of 16) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dutfebcdic.h137 #define LATIN1_TO_NATIVE(ch) (__ASSERT_(FITS_IN_8_BITS(ch)) PL_a2e[(U8)(ch)]) macro
147 (FITS_IN_8_BITS(ch) ? LATIN1_TO_NATIVE(ch) : (UV) (ch))
204 #define QUESTION_MARK_CTRL LATIN1_TO_NATIVE(0x9F)
H A Dutf8.h280 #define LATIN1_TO_NATIVE(ch) (__ASSERT_(FITS_IN_8_BITS(ch)) ((U8) (ch))) macro
692 #define ASCII_TO_NATIVE(ch) LATIN1_TO_NATIVE(ch)
733 LATIN1_TO_NATIVE(UTF8_ACCUMULATE(( \
H A Dutf8.c220 *d++ = LATIN1_TO_NATIVE(input_uv); in Perl_uvoffuni_to_utf8_flags_msgs()
H A Dtoke.c3553 LATIN1_TO_NATIVE((U8) i), in S_scan_const()
3559 *d++ = (char)LATIN1_TO_NATIVE((U8) i); in S_scan_const()
4058 *d++ = (char) LATIN1_TO_NATIVE(uv); in S_scan_const()
10375 && LIKELY((U8) *s != LATIN1_TO_NATIVE(0xAD)) in S_scan_ident()
H A Dhandy.h2537 : (LATIN1_TO_NATIVE(((U8) (c)) ^ 64)))))
H A Dlocale.c2161 int j = LATIN1_TO_NATIVE(i); in S_new_ctype()
H A Dregcomp.c6387 ender = LATIN1_TO_NATIVE(ender); in S_regatom()
10545 cp_foldable_list = add_cp_to_invlist(cp_foldable_list, LATIN1_TO_NATIVE(j)); in S_regclass()
H A Dsv.c1722 ch = LATIN1_TO_NATIVE(NATIVE_TO_LATIN1(ch) & 127); in S_sv_display()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dmisc412 __UNDEFINED__ LATIN1_TO_NATIVE(c) ASCII_TO_NATIVE(c)
417 __UNDEFINED__ LATIN1_TO_NATIVE(c) (c)
2549 LATIN1_TO_NATIVE(cp)
2553 else RETVAL= LATIN1_TO_NATIVE(cp);
2701 ok( Devel::PPPort::LATIN1_TO_NATIVE(0xB6) == 0xB6, "Verify LATIN1_TO_NATIVE(0xB6) is 0xB6");
2734 my $native = Devel::PPPort::LATIN1_TO_NATIVE($i);
2743 my $native = Devel::PPPort::LATIN1_TO_NATIVE($i);
2754 my $native = Devel::PPPort::LATIN1_TO_NATIVE($i);
2758 my $native = Devel::PPPort::LATIN1_TO_NATIVE($i);
2762 my $native = Devel::PPPort::LATIN1_TO_NATIVE($i);
[all …]
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D501900415 LATIN1_TO_NATIVE # U
/openbsd/gnu/usr.bin/perl/cpan/Encode/Encode/
H A Dencode.h1195 # ifndef LATIN1_TO_NATIVE
1196 # define LATIN1_TO_NATIVE(a) ASCII_TO_NATIVE(a) macro
1251 *d++ = LATIN1_TO_NATIVE(uv); in uvchr_to_utf8_flags_msgs()
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h12590 ? is ## macro ## _L1((WIDEST_UTYPE) LATIN1_TO_NATIVE( \
12609 ? is ## macro ## _LC((WIDEST_UTYPE) LATIN1_TO_NATIVE( \
12632 ? is ## macro ## _LC((WIDEST_UTYPE) LATIN1_TO_NATIVE( \
12942 #ifndef LATIN1_TO_NATIVE
12943 # define LATIN1_TO_NATIVE(c) ASCII_TO_NATIVE(c) macro
12951 # define UNI_TO_NATIVE(c) ((c) > 255 ? (c) : LATIN1_TO_NATIVE(c))
12959 #ifndef LATIN1_TO_NATIVE
12960 # define LATIN1_TO_NATIVE(c) (c) macro
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D5003007274 LATIN1_TO_NATIVE # T
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.xs23 # define ESC_NATIVE LATIN1_TO_NATIVE(27)
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlhacktips.pod657 C<LATIN1_TO_NATIVE(0xDF)> is going to be the code point that means
661 C<LATIN1_TO_NATIVE> are from C<0x00> through C<0xFF>. If your input
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc396 Amd|U8|LATIN1_TO_NATIVE|U8 ch