Lines Matching +defs:i +defs:e
119 for (size_type i = 0, e = size(); i != e; ++i) { in lower() local
127 for (size_type i = 0, e = size(); i != e; ++i) { in upper() local
149 for (size_t e = Length - N + 1, i = std::min(From, e); i != e; ++i) in find() local
161 for (unsigned i = 0; i != N-1; ++i) in find() local
186 for (size_t i = Length - N + 1, e = 0; i != e;) { in rfind() local
201 for (size_type i = 0; i != Chars.size(); ++i) in find_first_of() local
204 for (size_type i = std::min(From, Length), e = Length; i != e; ++i) in find_first_of() local
213 for (size_type i = std::min(From, Length), e = Length; i != e; ++i) in find_first_not_of() local
226 for (size_type i = 0; i != Chars.size(); ++i) in find_first_not_of() local
229 for (size_type i = std::min(From, Length), e = Length; i != e; ++i) in find_first_not_of() local
242 for (size_type i = 0; i != Chars.size(); ++i) in find_last_of() local
245 for (size_type i = std::min(From, Length) - 1, e = -1; i != e; --i) in find_last_of() local
254 for (size_type i = std::min(From, Length) - 1, e = -1; i != e; --i) in find_last_not_of() local
267 for (size_type i = 0, e = Chars.size(); i != e; ++i) in find_last_not_of() local
270 for (size_type i = std::min(From, Length) - 1, e = -1; i != e; --i) in find_last_not_of() local
308 for (size_t i = 0, e = Length - N + 1; i != e; ++i) in count() local