Searched refs:lastindex (Results 1 – 2 of 2) sorted by relevance
368 if match.lastindex >= 2:370 if match.lastindex == 3:
71 size_t lastindex = ret.find_last_of('.'); in pathToFilename() local72 return ret.substr(0, lastindex); in pathToFilename()