Lines Matching refs:STRLEN

83 	STRLEN len  = UNISKIP(uv);
170 =for apidoc A|STRLEN|is_utf8_char|U8 *s
178 STRLEN
182 STRLEN slen, len;
211 if ((STRLEN)UNISKIP(uv) < len)
218 =for apidoc A|bool|is_utf8_string|U8 *s|STRLEN len
229 Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
233 STRLEN c;
260 =for apidoc A|bool|is_utf8_string_loc|U8 *s|STRLEN len|U8 **p
269 Perl_is_utf8_string_loc(pTHX_ U8 *s, STRLEN len, U8 **p)
273 STRLEN c;
309 =for apidoc A|UV|utf8n_to_uvuni|U8 *s|STRLEN curlen|STRLEN *retlen|U32 flags
333 Perl_utf8n_to_uvuni(pTHX_ U8 *s, STRLEN curlen, STRLEN *retlen, U32 flags)
337 STRLEN len = 1;
340 STRLEN expectlen = 0;
448 } else if ((expectlen > (STRLEN)UNISKIP(uv)) &&
533 =for apidoc A|UV|utf8_to_uvchr|U8 *s|STRLEN *retlen
546 Perl_utf8_to_uvchr(pTHX_ U8 *s, STRLEN *retlen)
553 =for apidoc A|UV|utf8_to_uvuni|U8 *s|STRLEN *retlen
569 Perl_utf8_to_uvuni(pTHX_ U8 *s, STRLEN *retlen)
577 =for apidoc A|STRLEN|utf8_length|U8 *s|U8 *e
586 STRLEN
589 STRLEN len = 0;
721 =for apidoc A|U8 *|utf8_to_bytes|U8 *s|STRLEN *len
732 Perl_utf8_to_bytes(pTHX_ U8 *s, STRLEN *len)
752 STRLEN ulen;
762 =for apidoc A|U8 *|bytes_from_utf8|U8 *s|STRLEN *len|bool *is_utf8
775 Perl_bytes_from_utf8(pTHX_ U8 *s, STRLEN *len, bool *is_utf8)
816 =for apidoc A|U8 *|bytes_to_utf8|U8 *s|STRLEN *len
829 Perl_bytes_to_utf8(pTHX_ U8 *s, STRLEN *len)
1038 Perl_to_uni_upper(pTHX_ UV c, U8* p, STRLEN *lenp)
1045 Perl_to_uni_title(pTHX_ UV c, U8* p, STRLEN *lenp)
1052 Perl_to_uni_lower(pTHX_ UV c, U8* p, STRLEN *lenp)
1059 Perl_to_uni_fold(pTHX_ UV c, U8* p, STRLEN *lenp)
1156 STRLEN len;
1166 STRLEN len;
1176 STRLEN len;
1363 =for apidoc A|UV|to_utf8_case|U8 *p|U8* ustrp|STRLEN *lenp|SV **swash|char *normal|char *special
1388 Perl_to_utf8_case(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp, SV **swashp, char *normal, char *special)
1392 STRLEN len = 0;
1428 STRLEN tlen = 0;
1476 =for apidoc A|UV|to_utf8_upper|U8 *p|U8 *ustrp|STRLEN *lenp
1490 Perl_to_utf8_upper(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp)
1497 =for apidoc A|UV|to_utf8_title|U8 *p|U8 *ustrp|STRLEN *lenp
1511 Perl_to_utf8_title(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp)
1518 =for apidoc A|UV|to_utf8_lower|U8 *p|U8 *ustrp|STRLEN *lenp
1532 Perl_to_utf8_lower(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp)
1539 =for apidoc A|UV|to_utf8_fold|U8 *p|U8 *ustrp|STRLEN *lenp
1553 Perl_to_utf8_fold(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp)
1610 STRLEN len;
1637 STRLEN slen;
1638 STRLEN needents;
1796 =for apidoc A|UV|utf8n_to_uvchr|U8 *s|STRLEN curlen|STRLEN *retlen|U32 flags
1811 Perl_utf8n_to_uvchr(pTHX_ U8 *s, STRLEN curlen, STRLEN *retlen, U32 flags)
1818 =for apidoc A|char *|pv_uni_display|SV *dsv|U8 *spv|STRLEN len|STRLEN pvlim|UV flags
1835 Perl_pv_uni_display(pTHX_ SV *dsv, U8 *spv, STRLEN len, STRLEN pvlim, UV flags)
1884 =for apidoc A|char *|sv_uni_display|SV *dsv|SV *ssv|STRLEN pvlim|UV flags
1896 Perl_sv_uni_display(pTHX_ SV *dsv, SV *ssv, STRLEN pvlim, UV flags)
1934 STRLEN n1 = 0, n2 = 0;
1938 STRLEN foldlen1, foldlen2;