Searched refs:LATIN1_TO_NATIVE (Results 1 – 16 of 16) sorted by relevance
137 #define LATIN1_TO_NATIVE(ch) (__ASSERT_(FITS_IN_8_BITS(ch)) PL_a2e[(U8)(ch)]) macro147 (FITS_IN_8_BITS(ch) ? LATIN1_TO_NATIVE(ch) : (UV) (ch))204 #define QUESTION_MARK_CTRL LATIN1_TO_NATIVE(0x9F)
280 #define LATIN1_TO_NATIVE(ch) (__ASSERT_(FITS_IN_8_BITS(ch)) ((U8) (ch))) macro693 #define ASCII_TO_NATIVE(ch) LATIN1_TO_NATIVE(ch)734 LATIN1_TO_NATIVE(UTF8_ACCUMULATE(( \
3553 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()4061 *d++ = (char) LATIN1_TO_NATIVE(uv); in S_scan_const()10531 && LIKELY((U8) *s != LATIN1_TO_NATIVE(0xAD)) in S_scan_ident()
220 *d++ = LATIN1_TO_NATIVE(input_uv); in Perl_uvoffuni_to_utf8_flags_msgs()
2537 : (LATIN1_TO_NATIVE(((U8) (c)) ^ 64)))))
6482 ender = LATIN1_TO_NATIVE(ender); in S_regatom()10644 cp_foldable_list = add_cp_to_invlist(cp_foldable_list, LATIN1_TO_NATIVE(j)); in S_regclass()
3727 int j = LATIN1_TO_NATIVE(i); in S_new_ctype()
1774 ch = LATIN1_TO_NATIVE(NATIVE_TO_LATIN1(ch) & 127); in S_sv_display()
415 __UNDEFINED__ LATIN1_TO_NATIVE(c) ASCII_TO_NATIVE(c)420 __UNDEFINED__ LATIN1_TO_NATIVE(c) (c)2552 LATIN1_TO_NATIVE(cp)2556 else RETVAL= LATIN1_TO_NATIVE(cp);2718 ok( Devel::PPPort::LATIN1_TO_NATIVE(0xB6) == 0xB6, "Verify LATIN1_TO_NATIVE(0xB6) is 0xB6");2751 my $native = Devel::PPPort::LATIN1_TO_NATIVE($i);2760 my $native = Devel::PPPort::LATIN1_TO_NATIVE($i);2771 my $native = Devel::PPPort::LATIN1_TO_NATIVE($i);2775 my $native = Devel::PPPort::LATIN1_TO_NATIVE($i);2779 my $native = Devel::PPPort::LATIN1_TO_NATIVE($i);[all …]
15 LATIN1_TO_NATIVE # U
1195 # ifndef LATIN1_TO_NATIVE1196 # define LATIN1_TO_NATIVE(a) ASCII_TO_NATIVE(a) macro1251 *d++ = LATIN1_TO_NATIVE(uv); in uvchr_to_utf8_flags_msgs()
12590 ? 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_NATIVE12943 # define LATIN1_TO_NATIVE(c) ASCII_TO_NATIVE(c) macro12951 # define UNI_TO_NATIVE(c) ((c) > 255 ? (c) : LATIN1_TO_NATIVE(c))12959 #ifndef LATIN1_TO_NATIVE12960 # define LATIN1_TO_NATIVE(c) (c) macro
274 LATIN1_TO_NATIVE # T
23 # define ESC_NATIVE LATIN1_TO_NATIVE(27)
396 Amd|U8|LATIN1_TO_NATIVE|U8 ch
690 C<LATIN1_TO_NATIVE(0xDF)> is going to be the code point that means694 C<LATIN1_TO_NATIVE> are from C<0x00> through C<0xFF>. If your input