Searched refs:lastindex (Results 1 – 2 of 2) sorted by relevance
29 size_t lastindex = ret.find_last_of('.'); variable30 return ret.substr(0, lastindex);
204 if match.lastindex >= 2:206 if match.lastindex == 3: