Searched defs:IsPathSepar (Results 1 – 1 of 1) sorted by relevance
43 inline bool IsPathSepar(char c) { return IS_PATH_SEPAR(c); } in IsPathSepar() function44 inline bool IsPathSepar(wchar_t c) { return IS_PATH_SEPAR(c); } in IsPathSepar() function