10
11
12
13
14
15
16
17
21
22
23
24
25
26
27
28 template <int32 ArraySize>
FORCEINLINE int32 FindSortedStringCaseInsensitive(const TCHAR *Str, const TCHAR *const (&SortedArray)[ArraySize])
int32 FindSortedStringCaseInsensitive(const TCHAR *Str, const TCHAR *const *SortedArray, int32 ArrayCount)