com.ibm.icu.text
Class SpoofChecker.CheckResult
java.lang.Object
com.ibm.icu.text.SpoofChecker.CheckResult
- Enclosing class:
- SpoofChecker
public static class SpoofChecker.CheckResult
- extends Object
Represent the results of a Spoof Check operation. Encapsulates which check(s) have failed and the index in the
string where the failure was found.
- Status:
- Draft ICU 4.6.
|
Field Summary |
int |
checks
Indicate which of the spoof check(s) has failed. |
int |
position
The index of the first string position that failed a check. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
checks
public int checks
- Indicate which of the spoof check(s) has failed.
- Status:
- Draft ICU 4.6.
position
public int position
- The index of the first string position that failed a check.
- Status:
- Draft ICU 4.6.
SpoofChecker.CheckResult
public SpoofChecker.CheckResult()
- Default constructor
- Status:
- Draft ICU 4.6.
Copyright (c) 2010 IBM Corporation and others.