Home
last modified time | relevance | path

Searched refs:last_match (Results 1 – 1 of 1) sorted by relevance

/trunk/main/rsc/source/rsc/
H A Drsc.cxx363 std::list< std::pair< OString, OString > >::const_iterator last_match = m_aReplacements.end(); in substitutePaths() local
370 …if( last_match == m_aReplacements.end() || last_match->second.getLength() < repl->second.getLength… in substitutePaths()
371 last_match = repl; in substitutePaths()
377 if( last_match != m_aReplacements.end() ) in substitutePaths()
380 aRet.append( last_match->first ); in substitutePaths()
382 nIndex = last_match->second.getLength(); in substitutePaths()

Completed in 11 milliseconds