Searched refs:subst_percent_index (Results 1 – 1 of 1) sorted by relevance
223 size_t subst_percent_index = subst.find('%'); in AppendSubst() local224 if (subst_percent_index == string::npos) { in AppendSubst()228 AppendString(subst.substr(0, subst_percent_index), out); in AppendSubst()231 AppendString(subst.substr(subst_percent_index + 1), out); in AppendSubst()