Home | History | Annotate | Download | only in utils

Lines Matching defs:MASK_VALID

36  * <code>MASK_VALID</code>), yields the same results as calling the

59 public static final int MASK_VALID = 0x01;
792 return (c < 0x10000 && (CHARS[c] & MASK_VALID) != 0) ||