Searched refs:iQuotes (Results 1 – 2 of 2) sorted by relevance
727 string::size_type iQuotes = value.find( '"', 0 ); in get_script_string() local729 if ( iQuotes != string::npos ) in get_script_string()730 value.erase( iQuotes ); in get_script_string()
2290 string::size_type iQuotes = value.find( '"', 0 ); in get_script_string() local2292 if ( iQuotes != string::npos ) in get_script_string()2293 value.erase( iQuotes ); in get_script_string()
Completed in 23 milliseconds