Home | History | Annotate | Download | only in Common

Lines Matching defs:c2

425     wchar_t c2 = s2[i];

426 if (c1 == 0 || c2 == 0)
428 if (c1 == c2)
430 if (!g_CaseSensitive && (MyCharUpper(c1) == MyCharUpper(c2)))
432 if (IsCharDirLimiter(c1) && IsCharDirLimiter(c2))