Searched refs:iRep (Results 1 – 1 of 1) sorted by relevance
229 std::string::size_type iRep = raw.find_first_of(rawEntity); in xmlEncode() local230 if (iRep == std::string::npos) in xmlEncode()233 std::string encoded(raw, 0, iRep); in xmlEncode()236 while (iRep != iSize) { in xmlEncode()239 if (raw[iRep] == rawEntity[iEntity]) in xmlEncode()246 encoded += raw[iRep]; in xmlEncode()247 ++iRep; in xmlEncode()