Home | History | Annotate | Download | only in admin

Lines Matching defs:numeric

43     public int numeric = 0;
55 int numeric, int symbols, int nonLetter) {
60 this.numeric = numeric;
71 numeric = in.readInt();
79 && numeric == 0 && symbols == 0 && nonLetter == 0;
94 dest.writeInt(numeric);
115 int numeric = 0;
130 numeric++;
141 final boolean hasNumeric = numeric > 0;
157 quality, length, letters, upperCase, lowerCase, numeric, symbols, nonLetter);
171 && this.numeric == o.numeric