Searched refs:CHAR_DIGIT (Results 1 – 1 of 1) sorted by relevance
269 case CHAR_DIGIT: in computeForPassword()378 CHAR_DIGIT,384 private static final int CHAR_DIGIT = 2; field in PasswordMetrics391 if ('0' <= c && c <= '9') return CHAR_DIGIT; in categoryChar()400 case CHAR_DIGIT: in maxDiffCategory()