Home
last modified time | relevance | path

Searched refs:NumberParseException (Results 1 – 14 of 14) sorted by relevance

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java1680 } catch (NumberParseException e) {
2012 } catch (NumberParseException e) {
2042 } catch (NumberParseException e) {
2071 } catch (NumberParseException e) {
2101 } catch (NumberParseException e) {
2675 } catch (NumberParseException e) {
2773 throws NumberParseException {
2791 throw new NumberParseException(NumberParseException.ErrorType.TOO_SHORT_AFTER_IDD,
2803 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
3034 throws NumberParseException {
[all …]
DNumberParseException.java23 public class NumberParseException extends Exception { class
59 public NumberParseException(ErrorType errorType, String message) { in NumberParseException() method in NumberParseException
DPhoneNumberMatcher.java431 } catch (NumberParseException e) { in parseAndVerify()
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DPhoneNumberUtil.java1716 } catch (NumberParseException e) {
2049 } catch (NumberParseException e) {
2079 } catch (NumberParseException e) {
2108 } catch (NumberParseException e) {
2138 } catch (NumberParseException e) {
2718 } catch (NumberParseException e) {
2817 throws NumberParseException {
2835 throw new NumberParseException(NumberParseException.ErrorType.TOO_SHORT_AFTER_IDD,
2847 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
3078 throws NumberParseException {
[all …]
DNumberParseException.java25 public class NumberParseException extends Exception { class
62 public NumberParseException(ErrorType errorType, String message) { in NumberParseException() method in NumberParseException
DPhoneNumberMatcher.java432 } catch (NumberParseException e) { in parseAndVerify()
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java1943 } catch (NumberParseException e) { in testMaybeExtractCountryCode()
1957 } catch (NumberParseException e) { in testMaybeExtractCountryCode()
1971 } catch (NumberParseException e) { in testMaybeExtractCountryCode()
1984 } catch (NumberParseException e) { in testMaybeExtractCountryCode()
1993 } catch (NumberParseException e) { in testMaybeExtractCountryCode()
1996 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testMaybeExtractCountryCode()
2011 } catch (NumberParseException e) { in testMaybeExtractCountryCode()
2024 } catch (NumberParseException e) { in testMaybeExtractCountryCode()
2036 } catch (NumberParseException e) { in testMaybeExtractCountryCode()
2049 } catch (NumberParseException e) { in testMaybeExtractCountryCode()
[all …]
DExampleNumbersTest.java151 } catch (NumberParseException e) { in testCanBeInternationallyDialled()
DShortNumberInfoTest.java368 } catch (NumberParseException e) { in parse()
/external/libphonenumber/geocoder/src/com/google/i18n/phonenumbers/geocoding/
DPhoneNumberOfflineGeocoder.java19 import com.google.i18n.phonenumbers.NumberParseException;
128 } catch (NumberParseException e) { in getDescriptionForValidNumber()
/external/libphonenumber/repackaged/geocoder/src/com/android/i18n/phonenumbers/geocoding/
DPhoneNumberOfflineGeocoder.java20 import com.android.i18n.phonenumbers.NumberParseException;
131 } catch (NumberParseException e) { in getDescriptionForValidNumber()
/external/libphonenumber/
Dbuild.gradle12 'com/google/i18n/phonenumbers/NumberParseException.java',
Drelease_notes.txt1336 This will no longer throw a NumberParseException - instead we will return NOT_A_NUMBER if one
1357 - Handle null phone-numbers when parsing by throwing a NumberParseException.
/external/libphonenumber/demo/src/com/google/phonenumbers/
DPhoneNumberParserServlet.java25 import com.google.i18n.phonenumbers.NumberParseException;
174 } catch (NumberParseException e) { in getOutputForFile()
410 } catch (NumberParseException e) { in getOutputForSingleNumber()