Home | History | Annotate | Download | only in phonenumbers

Lines Matching defs:MIN_LENGTH_FOR_NSN

62   private static final int MIN_LENGTH_FOR_NSN = 2;
297 DIGITS + "{" + MIN_LENGTH_FOR_NSN + "}" + "|"
684 if (number.length() < MIN_LENGTH_FOR_NSN) {
1974 // MIN_LENGTH_FOR_NSN. This is probably quicker than making the number longer, which is another
1982 // phone numbers - otherwise they would all be MIN_LENGTH_FOR_NSN digits long.)
1984 phoneNumberLength >= MIN_LENGTH_FOR_NSN;
2770 if (fullNumber.length() <= MIN_LENGTH_FOR_NSN) {
3211 if (normalizedNationalNumber.length() < MIN_LENGTH_FOR_NSN) {
3233 if (lengthOfNationalNumber < MIN_LENGTH_FOR_NSN) {