Searched refs:FSi_IsUnicodeSlash (Results 1 – 2 of 2) sorted by relevance
172 SDK_INLINE BOOL FSi_IsUnicodeSlash(u16 c) in FSi_IsUnicodeSlash() function
219 if ((pos < 0) || FSi_IsUnicodeSlash(str[pos])) in FSi_DecrementUnicodePositionToSlash()1960 else if (FSi_IsUnicodeSlash(path[arcnameLen])) in FSi_NormalizePathWtoW()2007 path += arcnameLen + 1 + FSi_IsUnicodeSlash(path[arcnameLen + 1]); in FSi_NormalizePathWtoW()2010 else if (FSi_IsUnicodeSlash(*path)) in FSi_NormalizePathWtoW()2034 if ((c != L'\0') && !FSi_IsUnicodeSlash(c)) in FSi_NormalizePathWtoW()