Home | History | Annotate | Download | only in docs

Lines Matching full:sindex

961         var sIndex = 0;
963 if (sIndex < match.index) {
964 data.push(path.substring(sIndex, match.index));
966 sIndex = match.index + match[0].length;
968 if (sIndex < path.length) {
969 data.push(path.substring(sIndex, path.length));