Yields all prefixes of the input string that exist in the trie (from the shortest to the longest).
The radix trie to search in
The string to find prefixes for
The starting offset in the input string
The prefixes found in the trie from shortest to longest
Yields all prefixes of the input string that exist in the trie (from the shortest to the longest).