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()1958 else if (FSi_IsUnicodeSlash(path[arcnameLen])) in FSi_NormalizePathWtoW()2005 path += arcnameLen + 1 + FSi_IsUnicodeSlash(path[arcnameLen + 1]); in FSi_NormalizePathWtoW()2008 else if (FSi_IsUnicodeSlash(*path)) in FSi_NormalizePathWtoW()2032 if ((c != L'\0') && !FSi_IsUnicodeSlash(c)) in FSi_NormalizePathWtoW()