Searched refs:possible_problems (Results 1 – 2 of 2) sorted by relevance
614 U32 possible_problems = 0; in utf8n_to_uvchr_msgs() local625 possible_problems |= UTF8_GOT_EMPTY; in utf8n_to_uvchr_msgs()642 possible_problems |= UTF8_GOT_CONTINUATION; in utf8n_to_uvchr_msgs()652 possible_problems |= UTF8_GOT_SHORT; in utf8n_to_uvchr_msgs()665 possible_problems |= UTF8_GOT_NON_CONTINUATION; in utf8n_to_uvchr_msgs()673 if (UNLIKELY(possible_problems & UTF8_GOT_TOO_SHORT)) { in utf8n_to_uvchr_msgs()679 possible_problems |= UTF8_GOT_OVERFLOW; in utf8n_to_uvchr_msgs()683 if ( ( LIKELY(! possible_problems) in utf8n_to_uvchr_msgs()685 || ( UNLIKELY(possible_problems) in utf8n_to_uvchr_msgs()691 possible_problems |= UTF8_GOT_LONG; in utf8n_to_uvchr_msgs()[all …]
1411 U32 possible_problems; /* A bit is set here for each potential problem in Perl__utf8n_to_uvchr_msgs_helper() 1464 possible_problems = 0; in Perl__utf8n_to_uvchr_msgs_helper() 1506 possible_problems |= UTF8_GOT_EMPTY; in Perl__utf8n_to_uvchr_msgs_helper() 1526 possible_problems |= UTF8_GOT_CONTINUATION; in Perl__utf8n_to_uvchr_msgs_helper() 1545 possible_problems |= UTF8_GOT_SHORT; in Perl__utf8n_to_uvchr_msgs_helper() 1563 possible_problems |= UTF8_GOT_NON_CONTINUATION; in Perl__utf8n_to_uvchr_msgs_helper() 1582 if (UNLIKELY(possible_problems & UTF8_GOT_TOO_SHORT)) { in Perl__utf8n_to_uvchr_msgs_helper() 1593 possible_problems |= UTF8_GOT_OVERFLOW; in Perl__utf8n_to_uvchr_msgs_helper() 1601 if ( ( LIKELY(! possible_problems) in Perl__utf8n_to_uvchr_msgs_helper() 1603 || ( UNLIKELY(possible_problems) in Perl__utf8n_to_uvchr_msgs_helper() 1407 U32 possible_problems; /* A bit is set here for each potential problem Perl__utf8n_to_uvchr_msgs_helper() local [all...]