public static class SpoofChecker.CheckResult
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
int |
checks |
Indicates which of the spoof check(s) have failed.
|
UnicodeSet |
numerics |
The numerics found in the string, if MIXED_NUMBERS was set; otherwise null.
|
int |
position |
Deprecated.
ICU 51.
|
SpoofChecker.RestrictionLevel |
restrictionLevel |
The restriction level that the text meets, if RESTRICTION_LEVEL is set; otherwise null.
|
| Constructor | Description |
|---|---|
CheckResult() |
Default constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
toString() |
public int checks
SpoofChecker.Builder.setChecks(int)@Deprecated public int position
public UnicodeSet numerics
public SpoofChecker.RestrictionLevel restrictionLevel
Copyright ? 2016 Unicode, Inc. and others.