Home | History | Annotate | Download | only in phonenumbers

Lines Matching full:alternate_formats

169 bool LoadAlternateFormats(PhoneMetadataCollection* alternate_formats) {
171 if (!alternate_formats->ParseFromArray(alternate_format_get(),
676 const PhoneMetadata* alternate_formats =
679 if (alternate_formats) {
681 alternate_formats->number_format().begin();
682 it != alternate_formats->number_format().end(); ++it) {