Lines Matching refs:U8

312 PERL_CALLCONV UV	Perl_to_uni_upper(pTHX_ UV c, U8 *p, STRLEN *lenp);
313 PERL_CALLCONV UV Perl_to_uni_title(pTHX_ UV c, U8 *p, STRLEN *lenp);
314 PERL_CALLCONV UV Perl_to_uni_lower(pTHX_ UV c, U8 *p, STRLEN *lenp);
315 PERL_CALLCONV UV Perl_to_uni_fold(pTHX_ UV c, U8 *p, STRLEN *lenp);
330 PERL_CALLCONV STRLEN Perl_is_utf8_char(pTHX_ U8 *p);
331 PERL_CALLCONV bool Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len);
332 PERL_CALLCONV bool Perl_is_utf8_string_loc(pTHX_ U8 *s, STRLEN len, U8 **p);
333 PERL_CALLCONV bool Perl_is_utf8_alnum(pTHX_ U8 *p);
334 PERL_CALLCONV bool Perl_is_utf8_alnumc(pTHX_ U8 *p);
335 PERL_CALLCONV bool Perl_is_utf8_idfirst(pTHX_ U8 *p);
336 PERL_CALLCONV bool Perl_is_utf8_idcont(pTHX_ U8 *p);
337 PERL_CALLCONV bool Perl_is_utf8_alpha(pTHX_ U8 *p);
338 PERL_CALLCONV bool Perl_is_utf8_ascii(pTHX_ U8 *p);
339 PERL_CALLCONV bool Perl_is_utf8_space(pTHX_ U8 *p);
340 PERL_CALLCONV bool Perl_is_utf8_cntrl(pTHX_ U8 *p);
341 PERL_CALLCONV bool Perl_is_utf8_digit(pTHX_ U8 *p);
342 PERL_CALLCONV bool Perl_is_utf8_graph(pTHX_ U8 *p);
343 PERL_CALLCONV bool Perl_is_utf8_upper(pTHX_ U8 *p);
344 PERL_CALLCONV bool Perl_is_utf8_lower(pTHX_ U8 *p);
345 PERL_CALLCONV bool Perl_is_utf8_print(pTHX_ U8 *p);
346 PERL_CALLCONV bool Perl_is_utf8_punct(pTHX_ U8 *p);
347 PERL_CALLCONV bool Perl_is_utf8_xdigit(pTHX_ U8 *p);
348 PERL_CALLCONV bool Perl_is_utf8_mark(pTHX_ U8 *p);
776 PERL_CALLCONV UV Perl_swash_fetch(pTHX_ SV *sv, U8 *ptr, bool do_utf8);
779 PERL_CALLCONV UV Perl_to_utf8_case(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp, SV **swash, char *normal, char *special);
780 PERL_CALLCONV UV Perl_to_utf8_lower(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp);
781 PERL_CALLCONV UV Perl_to_utf8_upper(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp);
782 PERL_CALLCONV UV Perl_to_utf8_title(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp);
783 PERL_CALLCONV UV Perl_to_utf8_fold(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp);
795 PERL_CALLCONV U8* Perl_utf16_to_utf8(pTHX_ U8* p, U8 *d, I32 bytelen, I32 *newlen);
796 PERL_CALLCONV U8* Perl_utf16_to_utf8_reversed(pTHX_ U8* p, U8 *d, I32 bytelen, I32 *newlen);
797 PERL_CALLCONV STRLEN Perl_utf8_length(pTHX_ U8* s, U8 *e);
798 PERL_CALLCONV IV Perl_utf8_distance(pTHX_ U8 *a, U8 *b);
799 PERL_CALLCONV U8* Perl_utf8_hop(pTHX_ U8 *s, I32 off);
800 PERL_CALLCONV U8* Perl_utf8_to_bytes(pTHX_ U8 *s, STRLEN *len);
801 PERL_CALLCONV U8* Perl_bytes_from_utf8(pTHX_ U8 *s, STRLEN *len, bool *is_utf8);
802 PERL_CALLCONV U8* Perl_bytes_to_utf8(pTHX_ U8 *s, STRLEN *len);
803 PERL_CALLCONV UV Perl_utf8_to_uvchr(pTHX_ U8 *s, STRLEN* retlen);
804 PERL_CALLCONV UV Perl_utf8_to_uvuni(pTHX_ U8 *s, STRLEN* retlen);
805 PERL_CALLCONV UV Perl_utf8n_to_uvchr(pTHX_ U8 *s, STRLEN curlen, STRLEN* retlen, U32 flags);
806 PERL_CALLCONV UV Perl_utf8n_to_uvuni(pTHX_ U8 *s, STRLEN curlen, STRLEN* retlen, U32 flags);
807 PERL_CALLCONV U8* Perl_uvchr_to_utf8(pTHX_ U8 *d, UV uv);
808 PERL_CALLCONV U8* Perl_uvuni_to_utf8(pTHX_ U8 *d, UV uv);
809 PERL_CALLCONV U8* Perl_uvchr_to_utf8_flags(pTHX_ U8 *d, UV uv, UV flags);
810 PERL_CALLCONV U8* Perl_uvuni_to_utf8_flags(pTHX_ U8 *d, UV uv, UV flags);
811 PERL_CALLCONV char* Perl_pv_uni_display(pTHX_ SV *dsv, U8 *spv, STRLEN len, STRLEN pvlim, UV flags);
1050 STATIC SV* S_mul128(pTHX_ SV *sv, U8 m);
1097 STATIC regnode* S_reganode(pTHX_ struct RExC_state_t*, U8, U32);
1103 STATIC regnode* S_reg_node(pTHX_ struct RExC_state_t*, U8);
1105 STATIC void S_reginsert(pTHX_ struct RExC_state_t*, U8, regnode *);
1133 STATIC bool S_reginclass(pTHX_ regnode *n, U8 *p, STRLEN *lenp, bool do_utf8sv_is_utf8);
1138 STATIC U8* S_reghop(pTHX_ U8 *pos, I32 off);
1139 STATIC U8* S_reghop3(pTHX_ U8 *pos, I32 off, U8 *lim);
1140 STATIC U8* S_reghopmaybe(pTHX_ U8 *pos, I32 off);
1141 STATIC U8* S_reghopmaybe3(pTHX_ U8 *pos, I32 off, U8 *lim);
1212 STATIC bool S_utf8_mg_pos(pTHX_ SV *sv, MAGIC **mgp, STRLEN **cachep, I32 i, I32 *offsetp, I32 uoff, U8 **sp, U8 *start, U8 *send);
1213 STATIC bool S_utf8_mg_pos_init(pTHX_ SV *sv, MAGIC **mgp, STRLEN **cachep, I32 i, I32 *offsetp, U8 *s, U8 *start);
1234 STATIC char* S_swallow_bom(pTHX_ U8 *s);