Home | History | Annotate | Download | only in files

Lines Matching refs:i2

681   StringType::const_iterator i2 = string2.begin();
684 for ( ; i1 != string1end && i2 != string2end; ++i1, ++i2) {
686 wchar_t c2 = (wchar_t)LOWORD(::CharUpperW((LPWSTR)MAKELONG(*i2, 0)));
694 if (i2 != string2end)