Home | History | Annotate | Download | only in base

Lines Matching defs:INVISIBLE

187    * Determines whether a character is invisible; that is, if its Unicode
192 public static final CharMatcher INVISIBLE = inRange('\u0000', '\u0020')