Browse Source

regenerate binary data

pull/885/head
David Yonge-Mallo 10 years ago
parent
commit
a6666ebf2b
9 changed files with 7 additions and 7 deletions
  1. BIN
      java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_US
  2. BIN
      java/libphonenumber/src/com/google/i18n/phonenumbers/data/SingleFilePhoneNumberMetadataProto
  3. BIN
      java/libphonenumber/test/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProtoForTesting_US
  4. BIN
      java/libphonenumber/test/com/google/i18n/phonenumbers/data/SingleFilePhoneNumberMetadataProtoForTesting
  5. +2
    -2
      javascript/i18n/phonenumbers/metadata.js
  6. +3
    -3
      javascript/i18n/phonenumbers/metadatafortesting.js
  7. +2
    -2
      javascript/i18n/phonenumbers/metadatalite.js
  8. BIN
      tools/java/cpp-build/target/cpp-build-1.0-SNAPSHOT-jar-with-dependencies.jar
  9. BIN
      tools/java/java-build/target/java-build-1.0-SNAPSHOT-jar-with-dependencies.jar

BIN
java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_US View File


BIN
java/libphonenumber/src/com/google/i18n/phonenumbers/data/SingleFilePhoneNumberMetadataProto View File


BIN
java/libphonenumber/test/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProtoForTesting_US View File


BIN
java/libphonenumber/test/com/google/i18n/phonenumbers/data/SingleFilePhoneNumberMetadataProtoForTesting View File


+ 2
- 2
javascript/i18n/phonenumbers/metadata.js View File

@ -4718,8 +4718,8 @@ i18n.phonenumbers.metadata.countryToMetadata = {
,[,,"NA","NA"]
,[,,"5(?:00|33|44|66|77)[2-9]\\d{6}","\\d{10}",,,"5002345678"]
,[,,"NA","NA"]
,"US",1,"011","1",,,"1",,,1,[[,"(\\d{3})(\\d{4})","$1-$2"]
,[,"(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3"]
,"US",1,"011","1",,,"1",,,1,[[,"(\\d{3})(\\d{4})","$1-$2",,,,1]
,[,"(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",,,,1]
]
,[[,"(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3"]
]


+ 3
- 3
javascript/i18n/phonenumbers/metadatafortesting.js View File

@ -574,10 +574,10 @@ i18n.phonenumbers.metadata.countryToMetadata = {
,[,,"NA","NA"]
,[,,"NA","NA"]
,[,,"NA","NA"]
,"US",1,"011","1"," extn. ",,"1",,,1,[[,"(\\d{3})(\\d{4})","$1 $2"]
,[,"(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3"]
,"US",1,"011","1"," extn. ",,"1",,,1,[[,"(\\d{3})(\\d{4})","$1 $2",,,,1]
,[,"(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",,,,1]
]
,[[,"(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3"]
,[[,"(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",,,,1]
]
,[,,"NA","NA"]
,1,,[,,"800\\d{7}","\\d{10}",,,"1234567890"]


+ 2
- 2
javascript/i18n/phonenumbers/metadatalite.js View File

@ -4718,8 +4718,8 @@ i18n.phonenumbers.metadata.countryToMetadata = {
,[,,"NA","NA"]
,[,,"5(?:00|33|44|66|77)[2-9]\\d{6}","\\d{10}"]
,[,,"NA","NA"]
,"US",1,"011","1",,,"1",,,1,[[,"(\\d{3})(\\d{4})","$1-$2"]
,[,"(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3"]
,"US",1,"011","1",,,"1",,,1,[[,"(\\d{3})(\\d{4})","$1-$2",,,,1]
,[,"(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",,,,1]
]
,[[,"(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3"]
]


BIN
tools/java/cpp-build/target/cpp-build-1.0-SNAPSHOT-jar-with-dependencies.jar View File


BIN
tools/java/java-build/target/java-build-1.0-SNAPSHOT-jar-with-dependencies.jar View File


Loading…
Cancel
Save