Home | History | Annotate | Download | only in text

Lines Matching defs:DIGITS_MASK

200         if ((options & DIGITS_MASK) > 0x80) {
525 public static final int DIGITS_MASK = 0xe0;
619 switch (options & DIGITS_MASK) {
1879 if ((options & DIGITS_MASK) != DIGITS_NOOP) {
1894 switch (options & DIGITS_MASK) {