Return the MatcherInput for UTF_16 encoding.
(CharSequence charSequence)
| 22 | * Return the MatcherInput for UTF_16 encoding. |
| 23 | */ |
| 24 | static MatcherInput utf16(CharSequence charSequence) { |
| 25 | return new Utf16MatcherInput(charSequence); |
| 26 | } |
| 27 | |
| 28 | /** |
| 29 | * Return the MatcherInput for UTF_8 encoding. |
no outgoing calls