Home
last modified time | relevance | path

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

/trunk/main/crashrep/source/unx/
H A Dmain.cxx727 string::size_type iQuotes = value.find( '"', 0 ); in get_script_string() local
729 if ( iQuotes != string::npos ) in get_script_string()
730 value.erase( iQuotes ); in get_script_string()
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp2290 string::size_type iQuotes = value.find( '"', 0 ); in get_script_string() local
2292 if ( iQuotes != string::npos ) in get_script_string()
2293 value.erase( iQuotes ); in get_script_string()

Completed in 25 milliseconds