public static class SpoofChecker.CheckResult extends Object
Modifier and Type | Field and 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. No longer supported. Always set to zero.
|
SpoofChecker.RestrictionLevel |
restrictionLevel
The restriction level that the text meets, if RESTRICTION_LEVEL is set; otherwise null.
|
Constructor and Description |
---|
CheckResult()
Default constructor
|
public int checks
SpoofChecker.Builder.setChecks(int)
@Deprecated public int position
public UnicodeSet numerics
public SpoofChecker.RestrictionLevel restrictionLevel
Copyright © 2016 Unicode, Inc. and others.