Home | History | Annotate | Download | only in poppler

Lines Matching refs:pstr

5865   function _strcspn(pstr, pset) {
5866 var str = pstr, set, strcurr, setcurr;
5869 if (!strcurr) return str - pstr;
5876 if (setcurr) return str - pstr;