Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D502500620 UTF8_GOT_NON_CONTINUATION # E
/openbsd/gnu/usr.bin/perl/cpan/Encode/Encode/
H A Dencode.h559 # define UTF8_GOT_NON_CONTINUATION UTF8_ALLOW_NON_CONTINUATION macro
665 possible_problems |= UTF8_GOT_NON_CONTINUATION; in utf8n_to_uvchr_msgs()
671 # define UTF8_GOT_TOO_SHORT (UTF8_GOT_SHORT|UTF8_GOT_NON_CONTINUATION) in utf8n_to_uvchr_msgs()
867 else if (possible_problems & UTF8_GOT_NON_CONTINUATION) { in utf8n_to_uvchr_msgs()
868 possible_problems &= ~UTF8_GOT_NON_CONTINUATION; in utf8n_to_uvchr_msgs()
882 this_flag_bit = UTF8_GOT_NON_CONTINUATION; in utf8n_to_uvchr_msgs()
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dutf8_setup.pl72 $::UTF8_GOT_NON_CONTINUATION = $UTF8_ALLOW_NON_CONTINUATION;
H A Dutf8_warn_base.pl955 |$::UTF8_GOT_NON_CONTINUATION
1393 $::UTF8_GOT_NON_CONTINUATION;
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D502500637 UTF8_GOT_NON_CONTINUATION # E
/openbsd/gnu/usr.bin/perl/
H A Dutf8.c1563 possible_problems |= UTF8_GOT_NON_CONTINUATION; in Perl__utf8n_to_uvchr_msgs_helper()
1580 # define UTF8_GOT_TOO_SHORT (UTF8_GOT_SHORT|UTF8_GOT_NON_CONTINUATION) in Perl__utf8n_to_uvchr_msgs_helper()
1862 else if (possible_problems & UTF8_GOT_NON_CONTINUATION) { in Perl__utf8n_to_uvchr_msgs_helper()
1863 possible_problems &= ~UTF8_GOT_NON_CONTINUATION; in Perl__utf8n_to_uvchr_msgs_helper()
1864 *errors |= UTF8_GOT_NON_CONTINUATION; in Perl__utf8n_to_uvchr_msgs_helper()
1884 this_flag_bit = UTF8_GOT_NON_CONTINUATION; in Perl__utf8n_to_uvchr_msgs_helper()
H A Dutf8.h1148 #define UTF8_GOT_NON_CONTINUATION UTF8_ALLOW_NON_CONTINUATION macro
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc1096 Amnhd||UTF8_GOT_NON_CONTINUATION
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5260delta.pod2389 L<C<UTF8_GOT_NON_CONTINUATION>|perlapi/UTF8_GOT_NON_CONTINUATION>