Lines Matching refs:U32
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)
341 U32 warning = 0;
1151 U32
1152 Perl_to_uni_upper_lc(pTHX_ U32 c)
1158 return (U32)to_uni_upper(c, tmpbuf, &len);
1161 U32
1162 Perl_to_uni_title_lc(pTHX_ U32 c)
1168 return (U32)to_uni_title(c, tmpbuf, &len);
1171 U32
1172 Perl_to_uni_lower_lc(pTHX_ U32 c)
1178 return (U32)to_uni_lower(c, tmpbuf, &len);
1635 U32 klen;
1636 U32 off;
1640 U32 bit;
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)