Searched refs:_tcsspn (Results 1 – 3 of 3) sorted by relevance
268 else if ( 2 == _tcsspn( lpszPath, CHARSET_SEPARATOR ) ) in IsValidFilePath()324 if ( 1 == _tcsspn( lpComponent, CHARSET_SEPARATOR ) ) in IsValidFilePath()346 if ( 1 == _tcsspn( lpComponent, CHARSET_SEPARATOR ) ) in IsValidFilePath()
342 if ( 2 == _tcsspn( lpszPath, CHARSET_SEPARATOR ) ) in IsValidFilePath()395 if ( 1 == _tcsspn( lpComponent, CHARSET_SEPARATOR ) ) in IsValidFilePath()418 if ( 1 == _tcsspn( lpComponent, CHARSET_SEPARATOR ) ) in IsValidFilePath()
43 #define _tcsspn(a,b) wcsspn((const wchar_t *) a, (const wchar_t *) b) macro
Completed in 28 milliseconds