@Deprecated public interface RbnfLenientScanner
| Modifier and Type | Method and Description |
|---|---|
boolean |
allIgnorable(String s)
Deprecated.
ICU 54
|
int[] |
findText(String str,
String key,
int startingAt)
Deprecated.
ICU 54
|
int |
prefixLength(String str,
String prefix)
Deprecated.
ICU 54
|
@Deprecated boolean allIgnorable(String s)
s - The string to test@Deprecated int prefixLength(String str, String prefix)
str - The string being testedprefix - The text we're hoping to see at the beginning of "str"@Deprecated int[] findText(String str, String key, int startingAt)
str - The string to searchkey - The string to search "str" forstartingAt - The index into "str" where the search is to
beginCopyright © 2016 Unicode, Inc. and others.