Home | History | Annotate | Download | only in text

Lines Matching defs:DIGIT

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