Lines Matching refs:npos
150 for( pos = 0; (pos = temp.find( '&', pos )) != string::npos; pos += 4 ) in xml_encode()
153 for( pos = 0; (pos = temp.find( '<', pos )) != string::npos; pos += 4 ) in xml_encode()
156 for( pos = 0; (pos = temp.find( '>', pos )) != string::npos; pos += 4 ) in xml_encode()
590 assert( pos != string::npos ); in setup_program_dir()
715 if ( iEqualSign != string::npos ) in get_script_string()
720 string value = line.substr( iEqualSign + 1, string::npos ); in get_script_string()
729 if ( iQuotes != string::npos ) in get_script_string()
766 if ( string::npos != end ) in get_profile_string()
774 if ( iEqualSign != string::npos ) in get_profile_string()
779 string value = line.substr( iEqualSign + 1, string::npos ); in get_profile_string()
1001 if ( string::npos != iSpace ) in setup_version()
1004 productversion = productkey.substr( iSpace + 1, string::npos ); in setup_version()