Searched refs:iFistDelimiterOccurrence (Results 1 – 1 of 1) sorted by relevance
51 std::string::size_type iFistDelimiterOccurrence = strMappingElement.find_first_of(':'); in fromXml() local55 if (iFistDelimiterOccurrence == std::string::npos) { in fromXml()65 strKey = strMappingElement.substr(0, iFistDelimiterOccurrence); in fromXml()68 strValue = strMappingElement.substr(iFistDelimiterOccurrence + 1); in fromXml()