Lines Matching defs:curlen
1058 C<curlen> bytes; C<*retlen> (if C<retlen> isn't NULL) will be set to
1168 STRLEN curlen,
1174 return utf8n_to_uvchr_error(s, curlen, retlen, flags, NULL);
1239 The input C<curlen> parameter was 0.
1269 The input sequence was malformed in that C<curlen> is smaller than required for
1285 The C<curlen> length parameter passed in was too small, and the function was
1338 STRLEN curlen,
1345 return utf8n_to_uvchr_msgs(s, curlen, retlen, flags, errors, NULL);
1403 STRLEN curlen,
1410 const U8 * send = s0 + curlen;
1505 if (UNLIKELY(curlen == 0)) {
1507 curlen = 0;
1527 curlen = 1;
1544 if (UNLIKELY(curlen < expectlen)) {
1546 avail_len = curlen;
1568 curlen = s - s0;
1573 * of the data we are allowed to look at, based on the input 'curlen'.
1631 for (i = curlen; i < expectlen; i++) {
1686 else if (curlen > 1) {
1707 * curlen contains the number of bytes in the sequence that
1793 _byte_dump_string(s0, curlen, 0));
1905 _byte_dump_string(s0, curlen, 0));
1935 _byte_dump_string(s0, curlen, 0));
1973 _byte_dump_string(s0, curlen, 0));
2055 _byte_dump_string(s0, curlen, 0));
2112 *retlen = curlen;