OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NATIONAL
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumberutil.h
78
// INTERNATIONAL and
NATIONAL
formats are consistent with the definition
81
// format, and as "044 668 1800" in
NATIONAL
format. E164 format is as per
90
NATIONAL
,
191
// Gets the
national
significant number of a phone number. Note a
national
192
// significant number doesn't contain a
national
prefix or any formatting.
197
// passed in, so that clients could use it to split a
national
significant
237
// Gets the length of the
national
destination code (NDC) from the PhoneNumber
238
// object passed in, so that clients could use it to split a
national
272
// dial from where they are - although we do format in either
NATIONAL
o
[
all
...]
/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
...]
Completed in 123 milliseconds