Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/cpan/Encode/Encode/
Dencode.h617 U8 * adjusted_s0 = (U8 *) s0; in utf8n_to_uvchr_msgs() local
704 adjusted_s0 = temp_char_buf; in utf8n_to_uvchr_msgs()
705 (void) uvoffuni_to_utf8_flags(adjusted_s0, min_uv, 0); in utf8n_to_uvchr_msgs()
716 && isUTF8_POSSIBLY_PROBLEMATIC(*adjusted_s0))) in utf8n_to_uvchr_msgs()
733 if (UNLIKELY(NATIVE_UTF8_TO_I8(*adjusted_s0) in utf8n_to_uvchr_msgs()
740 NATIVE_UTF8_TO_I8(*adjusted_s0), in utf8n_to_uvchr_msgs()
741 NATIVE_UTF8_TO_I8(*(adjusted_s0 + 1))))) in utf8n_to_uvchr_msgs()
746 NATIVE_UTF8_TO_I8(*adjusted_s0), in utf8n_to_uvchr_msgs()
747 NATIVE_UTF8_TO_I8(*(adjusted_s0 + 1))))) in utf8n_to_uvchr_msgs()
/openbsd/src/gnu/usr.bin/perl/
Dutf8.c1422 U8 * adjusted_s0; in Perl__utf8n_to_uvchr_msgs_helper() local
1468 adjusted_s0 = (U8 *) s0; in Perl__utf8n_to_uvchr_msgs_helper()
1636 adjusted_s0 = temp_char_buf; in Perl__utf8n_to_uvchr_msgs_helper()
1637 (void) uvoffuni_to_utf8_flags(adjusted_s0, min_uv, 0); in Perl__utf8n_to_uvchr_msgs_helper()
1654 && ( isUTF8_POSSIBLY_PROBLEMATIC(*adjusted_s0) in Perl__utf8n_to_uvchr_msgs_helper()
1681 if (UNLIKELY(NATIVE_UTF8_TO_I8(*adjusted_s0) in Perl__utf8n_to_uvchr_msgs_helper()
1687 if (UNLIKELY( NATIVE_UTF8_TO_I8(*adjusted_s0) in Perl__utf8n_to_uvchr_msgs_helper()
1689 && NATIVE_UTF8_TO_I8(*(adjusted_s0 + 1)) in Perl__utf8n_to_uvchr_msgs_helper()
1694 else if (UNLIKELY(is_SURROGATE_utf8(adjusted_s0))) { in Perl__utf8n_to_uvchr_msgs_helper()