Searched refs:UTF8_GOT_CONTINUATION (Results 1 – 9 of 9) sorted by relevance
16 UTF8_GOT_CONTINUATION # E
555 # ifndef UTF8_GOT_CONTINUATION556 # define UTF8_GOT_CONTINUATION UTF8_ALLOW_CONTINUATION macro642 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()
70 $::UTF8_GOT_CONTINUATION = $UTF8_ALLOW_CONTINUATION;
1345 $::UTF8_GOT_CONTINUATION;
33 UTF8_GOT_CONTINUATION # E
1526 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()
1144 #define UTF8_GOT_CONTINUATION UTF8_ALLOW_CONTINUATION macro
1092 Amnhd||UTF8_GOT_CONTINUATION
2385 L<C<UTF8_GOT_CONTINUATION>|perlapi/UTF8_GOT_CONTINUATION>