OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NATIONAL
(Results
1 - 5
of
5
) sorted by null
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberUtilTest.java
246
// Italian numbers - there is no
national
prefix, but it still has an area code.
249
// Google Singapore. Singapore has no area code and no
national
prefix.
260
// Google MTV, which has
national
destination code (NDC) "650".
381
assertEquals("650 253 0000", phoneUtil.format(US_NUMBER, PhoneNumberFormat.
NATIONAL
));
384
assertEquals("800 253 0000", phoneUtil.format(US_TOLLFREE, PhoneNumberFormat.
NATIONAL
));
387
assertEquals("900 253 0000", phoneUtil.format(US_PREMIUM, PhoneNumberFormat.
NATIONAL
));
390
// Numbers with all zeros in the
national
number part will be formatted by using the raw_input
393
phoneUtil.format(US_SPOOF_WITH_RAW_INPUT, PhoneNumberFormat.
NATIONAL
));
394
assertEquals("0", phoneUtil.format(US_SPOOF, PhoneNumberFormat.
NATIONAL
));
398
assertEquals("242 365 1234", phoneUtil.format(BS_NUMBER, PhoneNumberFormat.
NATIONAL
));
[
all
...]
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
PhoneNumberTestService.java
85
dump_PhoneNumberUtil_format(number, country, PhoneNumberFormat.
NATIONAL
);
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java
61
// The minimum and maximum length of the
national
significant number.
283
// component of the number, after the main
national
number is formatted. For example, if you wish
343
// first group is not used in the
national
pattern (e.g. Argentina) so the $1 group does not match
351
// A pattern that is used to determine if the
national
prefix formatting rule has the first group
352
// only, i.e., does not start with the
national
prefix. Note that the pattern explicitly allows
380
* INTERNATIONAL and
NATIONAL
formats are consistent with the definition in ITU-T Recommendation
382
* "+41 44 668 1800" in INTERNATIONAL format, and as "044 668 1800" in
NATIONAL
format.
394
NATIONAL
,
470
* in
national
format must have their
national
-prefix present if it is usually written for
[
all
...]
/build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js
[
all
...]
/build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js
[
all
...]
Completed in 313 milliseconds