Searched refs:NumberParseException (Results 1 – 14 of 14) sorted by relevance
1680 } 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 …]
23 public class NumberParseException extends Exception { class59 public NumberParseException(ErrorType errorType, String message) { in NumberParseException() method in NumberParseException
431 } catch (NumberParseException e) { in parseAndVerify()
1716 } 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 …]
25 public class NumberParseException extends Exception { class62 public NumberParseException(ErrorType errorType, String message) { in NumberParseException() method in NumberParseException
432 } catch (NumberParseException e) { in parseAndVerify()
1943 } 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 …]
151 } catch (NumberParseException e) { in testCanBeInternationallyDialled()
368 } catch (NumberParseException e) { in parse()
19 import com.google.i18n.phonenumbers.NumberParseException;128 } catch (NumberParseException e) { in getDescriptionForValidNumber()
20 import com.android.i18n.phonenumbers.NumberParseException;131 } catch (NumberParseException e) { in getDescriptionForValidNumber()
12 'com/google/i18n/phonenumbers/NumberParseException.java',
1336 This will no longer throw a NumberParseException - instead we will return NOT_A_NUMBER if one1357 - Handle null phone-numbers when parsing by throwing a NumberParseException.
25 import com.google.i18n.phonenumbers.NumberParseException;174 } catch (NumberParseException e) { in getOutputForFile()410 } catch (NumberParseException e) { in getOutputForSingleNumber()