Home
last modified time | relevance | path

Searched refs:UTF8_EIGHT_BIT_HI (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dutf8.c2601 *s-- = UTF8_EIGHT_BIT_HI(*s1); in Perl_utf8_to_bytes()
3172 *p = UTF8_EIGHT_BIT_HI(converted); in S_to_lower_latin1()
3874 *ustrp = UTF8_EIGHT_BIT_HI((U8) result); \
4083 *ustrp = UTF8_EIGHT_BIT_HI((U8) result);
4513 foldbuf2[0] = UTF8_EIGHT_BIT_HI(*p2);
H A Dutf8.h884 #define UTF8_EIGHT_BIT_HI(c) (__ASSERT_(FITS_IN_8_BITS(c)) \ macro
H A Dinline.h1245 *((*dest)++) = UTF8_EIGHT_BIT_HI(byte); in Perl_append_utf8_from_native_byte()
H A Dlocale.c9627 UTF8_EIGHT_BIT_HI(PL_strxfrm_NUL_replacement); in Perl_mem_collxfrm_()
H A Dregexec.c4867 matches[0][0] = UTF8_EIGHT_BIT_HI(pat[0]); in S_setup_EXACTISH_ST()
H A Dtoke.c4376 *d++ = UTF8_EIGHT_BIT_HI(*s); in S_scan_const()
H A Dsv.c3575 *d-- = UTF8_EIGHT_BIT_HI(*e); in Perl_sv_utf8_upgrade_flags_grow()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5007001236 UTF8_EIGHT_BIT_HI # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/cpan/Encode/
H A DEncode.xs723 *d++ = (U8)UTF8_EIGHT_BIT_HI(uv);