Lines Matching refs:c2
189 static const LCHAR* LSTRNCHR2(const LCHAR* text, LCHAR c, LCHAR c2, size_t len)191 for (; *text != c && *text != c2 && len > 0 && *text; text++, len--)