Searched refs:UTF8_GOT_NON_CONTINUATION (Results 1 – 9 of 9) sorted by relevance
20 UTF8_GOT_NON_CONTINUATION # E
559 # define UTF8_GOT_NON_CONTINUATION UTF8_ALLOW_NON_CONTINUATION macro665 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()
72 $::UTF8_GOT_NON_CONTINUATION = $UTF8_ALLOW_NON_CONTINUATION;
955 |$::UTF8_GOT_NON_CONTINUATION1393 $::UTF8_GOT_NON_CONTINUATION;
37 UTF8_GOT_NON_CONTINUATION # E
1563 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()
1148 #define UTF8_GOT_NON_CONTINUATION UTF8_ALLOW_NON_CONTINUATION macro
1096 Amnhd||UTF8_GOT_NON_CONTINUATION
2389 L<C<UTF8_GOT_NON_CONTINUATION>|perlapi/UTF8_GOT_NON_CONTINUATION>