Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:non_special_chars

1666             size_t non_special_chars = ::strcspn (p, "\\");
1667 if (non_special_chars > 0)
1669 dst.append(p, non_special_chars);
1670 p += non_special_chars;