OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTERNATIONAL
(Results
1 - 2
of
2
) sorted by null
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberUtilTest.java
345
assertEquals("+1 650 253 0000", phoneUtil.format(US_NUMBER, PhoneNumberFormat.
INTERNATIONAL
));
348
assertEquals("+1 800 253 0000", phoneUtil.format(US_TOLLFREE, PhoneNumberFormat.
INTERNATIONAL
));
351
assertEquals("+1 900 253 0000", phoneUtil.format(US_PREMIUM, PhoneNumberFormat.
INTERNATIONAL
));
362
assertEquals("+1 242 365 1234", phoneUtil.format(BS_NUMBER, PhoneNumberFormat.
INTERNATIONAL
));
367
assertEquals("+44 20 7031 3000", phoneUtil.format(GB_NUMBER, PhoneNumberFormat.
INTERNATIONAL
));
370
assertEquals("+44 7912 345 678", phoneUtil.format(GB_MOBILE, PhoneNumberFormat.
INTERNATIONAL
));
377
assertEquals("+49 30/1234", phoneUtil.format(deNumber, PhoneNumberFormat.
INTERNATIONAL
));
383
assertEquals("+49 291 123", phoneUtil.format(deNumber, PhoneNumberFormat.
INTERNATIONAL
));
388
assertEquals("+49 291 12345678", phoneUtil.format(deNumber, PhoneNumberFormat.
INTERNATIONAL
));
393
assertEquals("+49 9123 12345", phoneUtil.format(deNumber, PhoneNumberFormat.
INTERNATIONAL
));
[
all
...]
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java
44
* Utility for
international
phone numbers. Functionality includes formatting, parsing and
90
// The PLUS_SIGN signifies the
international
prefix.
181
// Pattern that makes it easy to distinguish whether a region has a unique
international
dialing
182
// prefix or not. If a region has a unique
international
prefix (e.g. 011 in USA), it will be
184
// available
international
prefixes in a region, they will be represented as a regex string that
330
*
INTERNATIONAL
and NATIONAL formats are consistent with the definition in ITU-T Recommendation
332
* "+41 44 668 1800" in
INTERNATIONAL
format, and as "044 668 1800" in NATIONAL format.
333
* E164 format is as per
INTERNATIONAL
format but with no formatting applied, e.g. +41446681800.
334
* RFC3966 is as per
INTERNATIONAL
format, but with all spaces and other separating symbols
342
INTERNATIONAL
,
[
all
...]
Completed in 43 milliseconds