@Deprecated
public interface RbnfLenientScanner
| Modifier and Type | Method and Description |
|---|---|
boolean |
allIgnorable(java.lang.String s)
Deprecated.
ICU 54
|
int[] |
findText(java.lang.String str,
java.lang.String key,
int startingAt)
Deprecated.
ICU 54
|
int |
prefixLength(java.lang.String str,
java.lang.String prefix)
Deprecated.
ICU 54
|
@Deprecated boolean allIgnorable(java.lang.String s)
s - The string to test@Deprecated
int prefixLength(java.lang.String str,
java.lang.String prefix)
str - The string being testedprefix - The text we're hoping to see at the beginning of "str"@Deprecated
int[] findText(java.lang.String str,
java.lang.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.