Source position: syshelph.inc line 443
| public function TUnicodeStringHelper.IndexOfAnyUnquoted( | 
| const AnyOf: array of UnicodeChar; | 
| StartQuote: UnicodeChar; | 
| EndQuote: UnicodeChar | 
| ):SizeInt; overload; | 
| const AnyOf: array of UnicodeChar; | 
| StartQuote: UnicodeChar; | 
| EndQuote: UnicodeChar; | 
| StartIndex: SizeInt | 
| ):SizeInt; overload; | 
| const AnyOf: array of UnicodeChar; | 
| StartQuote: UnicodeChar; | 
| EndQuote: UnicodeChar; | 
| StartIndex: SizeInt; | 
| ACount: SizeInt | 
| ):SizeInt; overload; | 
| const AnyOf: array of UnicodeString; | 
| StartQuote: UnicodeChar; | 
| EndQuote: UnicodeChar; | 
| StartIndex: SizeInt; | 
| out Matched: SizeInt | 
| ):SizeInt; overload; |