Home | History | Annotate | Download | only in base

Lines Matching refs:i2

600   StringType::const_iterator i2 = string2.begin();
603 for ( ; i1 != string1end && i2 != string2end; ++i1, ++i2) {
605 wchar_t c2 = (wchar_t)LOWORD(::CharUpperW((LPWSTR)MAKELONG(*i2, 0)));
613 if (i2 != string2end)