Searched defs:CHR_SVLEN (Results 1 – 2 of 2) sorted by relevance
774 #define CHR_SVLEN(sv) (UTF ? sv_len_utf8(sv) : SvCUR(sv)) macro
130 #define CHR_SVLEN(sv) (utf8_target ? sv_len_utf8(sv) : SvCUR(sv)) macro