Searched refs:pos1_is_uv (Results 1 – 4 of 4) sorted by relevance
3545 bool pos1_is_uv, IV len_iv, in Perl_translate_substr_offsets() argument3554 if (!pos1_is_uv && pos1_iv < 0 && curlen) { in Perl_translate_substr_offsets()3555 pos1_is_uv = curlen-1 > ~(UV)pos1_iv; in Perl_translate_substr_offsets()3558 if ((pos1_is_uv || pos1_iv > 0) && (UV)pos1_iv > curlen) in Perl_translate_substr_offsets()3569 if (!pos1_is_uv && pos1_iv < 0) { in Perl_translate_substr_offsets()3587 if (!pos1_is_uv && pos1_iv < 0) in Perl_translate_substr_offsets()3591 else if (!pos1_is_uv && pos1_iv < 0) in Perl_translate_substr_offsets()3617 int pos1_is_uv; variable3642 pos1_is_uv = SvIOK_UV(pos_sv);3655 pos1_is_uv || pos1_iv >= 0[all …]
7299 Perl_translate_substr_offsets(STRLEN curlen, IV pos1_iv, bool pos1_is_uv, IV len_iv, bool len_is_uv…
4653 |bool pos1_is_uv \
2554 |bool pos1_is_uv|IV len_iv \