Searched refs:TOO_SHORT (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.h149 TOO_SHORT, enumerator in enum:i18n::phonenumbers::PhoneNumberUtil::ValidationResult
H A Dphonenumberutil.cc358 return PhoneNumberUtil::TOO_SHORT;
2031 return TOO_SHORT;
2053 if (IsPossibleNumberWithReason(number_copy) == TOO_SHORT ||
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java432 TOO_SHORT, enum constant in enum:PhoneNumberUtil.ValidationResult
2335 return ValidationResult.TOO_SHORT;
2347 ValidationResult.TOO_SHORT;
2390 return ValidationResult.TOO_SHORT;
2446 if (isPossibleNumberWithReason(numberCopy) == ValidationResult.TOO_SHORT ||
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java1307 assertEquals(PhoneNumberUtil.ValidationResult.TOO_SHORT,
1324 assertEquals(PhoneNumberUtil.ValidationResult.TOO_SHORT,

Completed in 90 milliseconds