Home | History | Annotate | Download | only in text

Lines Matching defs:DIGIT

275          * Characters with the digit property.
276 * This is equivalent to the rule value "digit".
278 public final static int DIGIT = 0x1004;
406 * are space, punctuation, symbol, currency, and digit. These special groups are represented with
643 getIntValue(keyword, s, "space", "punct", "symbol", "currency", "digit");