Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D502500616 UTF8_GOT_CONTINUATION # E
/openbsd/src/gnu/usr.bin/perl/cpan/Encode/Encode/
Dencode.h555 # ifndef UTF8_GOT_CONTINUATION
556 # define UTF8_GOT_CONTINUATION UTF8_ALLOW_CONTINUATION macro
642 possible_problems |= UTF8_GOT_CONTINUATION; in utf8n_to_uvchr_msgs()
828 else if (possible_problems & UTF8_GOT_CONTINUATION) { in utf8n_to_uvchr_msgs()
829 possible_problems &= ~UTF8_GOT_CONTINUATION; in utf8n_to_uvchr_msgs()
842 this_flag_bit = UTF8_GOT_CONTINUATION; in utf8n_to_uvchr_msgs()
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/t/
Dutf8_setup.pl70 $::UTF8_GOT_CONTINUATION = $UTF8_ALLOW_CONTINUATION;
Dutf8_warn_base.pl1345 $::UTF8_GOT_CONTINUATION;
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D502500633 UTF8_GOT_CONTINUATION # E
/openbsd/src/gnu/usr.bin/perl/
Dutf8.c1526 possible_problems |= UTF8_GOT_CONTINUATION; in Perl__utf8n_to_uvchr_msgs_helper()
1821 else if (possible_problems & UTF8_GOT_CONTINUATION) { in Perl__utf8n_to_uvchr_msgs_helper()
1822 possible_problems &= ~UTF8_GOT_CONTINUATION; in Perl__utf8n_to_uvchr_msgs_helper()
1823 *errors |= UTF8_GOT_CONTINUATION; in Perl__utf8n_to_uvchr_msgs_helper()
1836 this_flag_bit = UTF8_GOT_CONTINUATION; in Perl__utf8n_to_uvchr_msgs_helper()
Dutf8.h1144 #define UTF8_GOT_CONTINUATION UTF8_ALLOW_CONTINUATION macro
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dapidoc.fnc1092 Amnhd||UTF8_GOT_CONTINUATION
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5260delta.pod2385 L<C<UTF8_GOT_CONTINUATION>|perlapi/UTF8_GOT_CONTINUATION>