Home
last modified time | relevance | path

Searched refs:orig_problems (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Encode/Encode/
Dencode.h759 const U32 orig_problems = possible_problems; in utf8n_to_uvchr_msgs() local
898 if (orig_problems & UTF8_GOT_TOO_SHORT) { in utf8n_to_uvchr_msgs()
925 if (orig_problems & UTF8_GOT_TOO_SHORT) { in utf8n_to_uvchr_msgs()
953 assert (! (orig_problems in utf8n_to_uvchr_msgs()
984 if (orig_problems & in utf8n_to_uvchr_msgs()
/openbsd/src/gnu/usr.bin/perl/
Dutf8.c1730 const U32 orig_problems = possible_problems; in Perl__utf8n_to_uvchr_msgs_helper() local
1901 if (orig_problems & UTF8_GOT_TOO_SHORT) { in Perl__utf8n_to_uvchr_msgs_helper()
1930 if (orig_problems & UTF8_GOT_TOO_SHORT) { in Perl__utf8n_to_uvchr_msgs_helper()
2005 assert (! (orig_problems in Perl__utf8n_to_uvchr_msgs_helper()
2045 if (orig_problems & in Perl__utf8n_to_uvchr_msgs_helper()