Searched refs:matched_size (Results 1 – 4 of 4) sorted by relevance
953 var matched_size = i + result[0].length954 var matched = working.substr(0, matched_size)959 self.pos += matched_size // Position one after last character of matched960 self.working = working.substr(matched_size)
900 var matched_size = i + result[0].length;901 var matched = working.substr(0, matched_size);906 self.pos += matched_size; // Position one after last character of matched907 self.working = working.substr(matched_size);1099 $def(self, '$matched_size', function $$matched_size() {
25318 var matched_size = i + result[0].length25319 var matched = working.substr(0, matched_size)25324 self.pos += matched_size // Position one after last character of matched25325 self.working = working.substr(matched_size)
25570 var matched_size = i + result[0].length25571 var matched = working.substr(0, matched_size)25576 self.pos += matched_size // Position one after last character of matched25577 self.working = working.substr(matched_size)