Lines Matching refs:FindSepar
24 int FindSepar(const wchar_t *s) throw()
37 int FindSepar(const FChar *s) throw()
194 const int pos = FindSepar(s + prefixSize);
206 const int pos = FindSepar(s);
305 int pos = FindSepar(s);
308 int pos2 = FindSepar(s + (unsigned)pos + 1);
334 const int pos = FindSepar(s + kSuperPathPrefixSize);
354 int pos = FindSepar(s);
357 int pos2 = FindSepar(s + (unsigned)pos + 1);
383 int pos = FindSepar(s + kSuperPathPrefixSize);