Searched refs:string1end (Results 1 – 1 of 1) sorted by relevance
601 StringType::const_iterator string1end = string1.end(); in CompareIgnoreCase() local603 for ( ; i1 != string1end && i2 != string2end; ++i1, ++i2) { in CompareIgnoreCase()611 if (i1 != string1end) in CompareIgnoreCase()