Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java1660 } catch (NumberParseException e) {
1992 } catch (NumberParseException e) {
2022 } catch (NumberParseException e) {
2051 } catch (NumberParseException e) {
2081 } catch (NumberParseException e) {
2655 } catch (NumberParseException e) {
2753 throws NumberParseException {
2771 throw new NumberParseException(NumberParseException.ErrorType.TOO_SHORT_AFTER_IDD,
2783 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
3014 throws NumberParseException {
[all …]
DNumberParseException.java23 public class NumberParseException extends Exception { class
59 public NumberParseException(ErrorType errorType, String message) { in NumberParseException() method in NumberParseException
DPhoneNumberMatcher.java444 } 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.java379 } 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/
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()
430 } catch (NumberParseException e) { in getOutputForSingleNumber()