A
B
C
D
E
F
G
H
I
L
M
N
P
R
S
T
U
V
W
T
- TOLL_FREE - enum entry in io.michaelrocks.libphonenumber.android.ShortNumberInfo.ShortNumberCost
- TOLL_FREE - enum entry in io.michaelrocks.libphonenumber.android.PhoneNumberUtil.PhoneNumberType
- TOO_LONG - enum entry in io.michaelrocks.libphonenumber.android.NumberParseException.ErrorType
This indicates the string had more digits than any valid phone number could have.
- TOO_LONG - enum entry in io.michaelrocks.libphonenumber.android.PhoneNumberUtil.ValidationResult
The number is longer than all valid numbers for this region.
- TOO_SHORT - enum entry in io.michaelrocks.libphonenumber.android.PhoneNumberUtil.ValidationResult
The number is shorter than all valid numbers for this region.
- TOO_SHORT_AFTER_IDD - enum entry in io.michaelrocks.libphonenumber.android.NumberParseException.ErrorType
This indicates the string started with an international dialing prefix, but after this wasstripped from the number, had less digits than any valid phone number (including countrycode) could have.
- TOO_SHORT_NSN - enum entry in io.michaelrocks.libphonenumber.android.NumberParseException.ErrorType
This indicates the string, after any country code has been stripped, had less digits than anyvalid phone number could have.
- toString() - function in io.michaelrocks.libphonenumber.android.NumberParseException
- toString() - function in java.lang.NumberParseException
- toString() - function in io.michaelrocks.libphonenumber.android.PhoneNumberMatch
- toString() - function in java.lang.MissingMetadataException
- toString() - function in io.michaelrocks.libphonenumber.android.Phonenumber.PhoneNumber
- truncateTooLongNumber(Phonenumber.PhoneNumber) - function in io.michaelrocks.libphonenumber.android.PhoneNumberUtil
- Attempts to extract a valid number from a phone number that is too long to be valid, and resetsthe PhoneNumber object passed in to that valid version.