Lines Matching refs:string
38 using std::string;
48 const string &strMappingValue)
55 const string &strMappingValue, size_t firstAmendKey, size_t nbAmendKeys,
68 string CFormattedSubsystemObject::getFormattedMappingValue() const
79 string CFormattedSubsystemObject::formatMappingValue(const string &strMappingValue,
83 string strFormattedValue = strMappingValue;
86 string::size_type uiPercentPos = strFormattedValue.find('%', 0);
92 if (uiPercentPos != string::npos && uiPercentPos < strFormattedValue.size() - 1) {
105 // Make the amendment on the part of the string after the current Amend
106 string strEndOfLine = strFormattedValue.substr(
108 string strEndOfLineAmended =
112 string strAmendValue = context.getItem(uiAmendType);