OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:national_prefix_formatting_rule
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libphonenumber/src/resources/
phonemetadata.proto
77
optional string
national_prefix_formatting_rule
= 4;
85
//
national_prefix_formatting_rule
is defined specifically for this
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumberutil.cc
1490
string
national_prefix_formatting_rule
=
local
[
all
...]
asyoutypeformatter.cc
210
it->
national_prefix_formatting_rule
())) {
250
format.
national_prefix_formatting_rule
());
phonenumbermatcher.cc
753
if (format_rule && !format_rule->
national_prefix_formatting_rule
().empty()) {
760
format_rule->
national_prefix_formatting_rule
())) {
[
all
...]
phonenumberutil.h
662
const string&
national_prefix_formatting_rule
) const;
[
all
...]
Completed in 76 milliseconds