Home | History | Annotate | Download | only in text

Lines Matching defs:INVISIBLE

168  * <li><code>INVISIBLE</code>: flags strings that contain invisible characters, such as zero-width spaces, or character
177 * INVISIBLE and MIXED_NUMBERS conditions, you could do:
182 * .setChecks(SpoofChecker.INVISIBLE | SpoofChecker.MIXED_NUMBERS)
419 * Check an identifier for the presence of invisible characters, such as zero-width spaces, or character sequences
425 public static final int INVISIBLE = 32;
1244 if ((checks & INVISIBLE) != 0) {
1245 sb.append(" INVISIBLE");
1317 if (0 != (this.fChecks & INVISIBLE)) {
1351 result |= INVISIBLE;