Home
last modified time | relevance | path

Searched refs:same_mobile_and_fixed_line_pattern (Results 1 – 3 of 3) sorted by relevance

/third_party/libphonenumber/resources/
Dphonemetadata.proto232 optional bool same_mobile_and_fixed_line_pattern = 18 [default=false]; field
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc2590 if (metadata.same_mobile_and_fixed_line_pattern()) { in GetNumberTypeHelper()
2604 if (!metadata.same_mobile_and_fixed_line_pattern() && in GetNumberTypeHelper()
Dphonemetadata.pb.h1201 bool same_mobile_and_fixed_line_pattern() const;
4045 inline bool PhoneMetadata::same_mobile_and_fixed_line_pattern() const { in same_mobile_and_fixed_line_pattern() function