Searched refs:utf8_to_uvchr (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h10198 utf8_to_uvchr|5.007001|5.006001|pd
17677 # if defined(utf8n_to_uvchr) || defined(utf8_to_uvchr) || defined(utf8_to_uv)
17684 # elif defined(utf8_to_uvchr) /* The below won't work well on error input */
17686 utf8_to_uvchr((U8 *)(s), (retlen))
17835 * warnings are off, to emulate the behavior of the real utf8_to_uvchr(),
17892 #undef utf8_to_uvchr /* Always redefine this unsafe function so that it refuses macro
17898 #ifndef utf8_to_uvchr
17899 # define utf8_to_uvchr(s, lp) \ macro
17907 /* Hint: utf8_to_uvchr
17910 The backported utf8_to_uvchr() wil
[all...]
/openbsd-current/gnu/usr.bin/perl/
H A Dembed.h850 # define utf8_to_uvchr(a,b) Perl_utf8_to_uvchr(aTHX_ a,b) macro

Completed in 218 milliseconds