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