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()
2313 string::size_type iQuotes = value.find( '"', 0 ); in get_script_string() local2315 if ( iQuotes != string::npos ) in get_script_string()2316 value.erase( iQuotes ); in get_script_string()