Skip to content

Commit

Permalink
Merge c2ba86a into e7a6e4a
Browse files Browse the repository at this point in the history
  • Loading branch information
giggsey committed Jul 2, 2020
2 parents e7a6e4a + c2ba86a commit 3e80706
Show file tree
Hide file tree
Showing 13 changed files with 47 additions and 29 deletions.
2 changes: 1 addition & 1 deletion METADATA-VERSION.txt
Expand Up @@ -2,4 +2,4 @@
# It can be a commit, branch or tag of the https://github.com/google/libphonenumber project
#
# For more information, look at the phing tasks in build.xml
v8.12.6
v8.12.7
12 changes: 6 additions & 6 deletions src/carrier/data/en/243.php
Expand Up @@ -11,15 +11,15 @@
*/

return array (
24380 => 'Supercell',
24380 => 'Orange',
24381 => 'Vodacom',
24382 => 'Vodacom',
24384 => 'CCT',
24384 => 'Orange',
24388 => 'Yozma Timeturns sprl -YTT',
24389 => 'Sait-Telecom (Oasis)',
24389 => 'Orange',
24390 => 'Africell',
24391 => 'Africell',
24397 => 'Zain',
24398 => 'Zain',
24399 => 'Zain',
24397 => 'Airtel',
24398 => 'Airtel',
24399 => 'Airtel',
);
7 changes: 6 additions & 1 deletion src/carrier/data/en/423.php
Expand Up @@ -16,14 +16,19 @@
423651 => 'Cubic',
423652 => 'Cubic',
423653 => 'Cubic',
423654 => 'Cubic',
423660 => 'Telecom Liechtenstein',
423661 => 'Dimoco',
4236620 => 'Telecom Liechtenstein',
4236621 => 'Telecom Liechtenstein',
4236622 => 'Telecom Liechtenstein',
4236626 => 'Datamobile',
4236627 => 'Datamobile',
4236628 => 'Datamobile',
4236629 => 'Datamobile',
423663 => 'Emnify',
4236637 => 'Telecom Liechtenstein',
4236638 => 'Telecom Liechtenstein',
4236639 => 'Emnify',
42373 => 'Telecom Liechtenstein',
42374 => 'First Mobile',
42377 => 'Swisscom',
Expand Down
11 changes: 10 additions & 1 deletion src/carrier/data/en/852.php
Expand Up @@ -19,7 +19,16 @@
8524614 => 'Sun Mobile',
8524615 => 'China Unicom',
8524616 => 'China Unicom',
852462 => 'SmarTone',
8524620 => 'China Mobile',
8524621 => 'China Mobile',
8524622 => 'China Mobile',
8524623 => 'China Mobile',
8524624 => 'China Mobile',
8524625 => 'SmarTone',
8524626 => 'SmarTone',
8524627 => 'SmarTone',
8524628 => 'SmarTone',
8524629 => 'SmarTone',
8524640 => 'China Mobile',
8524641 => 'SmarTone',
8524642 => 'SmarTone',
Expand Down
5 changes: 1 addition & 4 deletions src/carrier/data/en/98.php
Expand Up @@ -23,9 +23,6 @@
989944 => 'Anarestan',
989981 => 'Shatel Mobile',
9899900 => 'LOTUSTEL',
9899910 => 'Irancell',
9899911 => 'ApTel',
9899913 => 'Irancell',
9899914 => 'Azartel',
989991 => 'Irancell',
989999 => 'Rightel',
);
5 changes: 1 addition & 4 deletions src/carrier/data/fa/98.php
Expand Up @@ -23,9 +23,6 @@
989944 => 'انارستان',
989981 => 'شاتل موبایل',
9899900 => 'لوتوس‌تل',
9899910 => 'ایرانسل',
9899911 => 'آپتل',
9899913 => 'ایرانسل',
9899914 => 'آذرتل',
989991 => 'ایرانسل',
989999 => 'رایتل',
);
11 changes: 10 additions & 1 deletion src/carrier/data/zh/852.php
Expand Up @@ -19,7 +19,16 @@
8524614 => '新移动通讯',
8524615 => '中国联通',
8524616 => '中国联通',
852462 => '数码通',
8524620 => '中国移动',
8524621 => '中国移动',
8524622 => '中国移动',
8524623 => '中国移动',
8524624 => '中国移动',
8524625 => '数码通',
8524626 => '数码通',
8524627 => '数码通',
8524628 => '数码通',
8524629 => '数码通',
8524640 => '中国移动',
8524641 => '数码通',
8524642 => '数码通',
Expand Down
2 changes: 1 addition & 1 deletion src/data/PhoneNumberMetadata_HK.php
Expand Up @@ -42,7 +42,7 @@
),
'mobile' =>
array (
'NationalNumberPattern' => '(?:46(?:[01][0-6]|2[5-9]|4[0-57-9])|5730|626[01]|707[1-5]|848[015-9]|929[03-9])\\d{4}|(?:5(?:[1-59][0-46-9]|6[0-4689]|7[0-2469])|6(?:0[1-9]|[13-59]\\d|[268][0-57-9]|7[0-79])|9(?:0[1-9]|1[02-9]|[2358][0-8]|[467]\\d))\\d{5}',
'NationalNumberPattern' => '(?:46(?:[01][0-6]|4[0-57-9])|5730|626[01]|707[1-5]|848[015-9]|929[03-9])\\d{4}|(?:462|5(?:[1-59][0-46-9]|6[0-4689]|7[0-2469])|6(?:0[1-9]|[13-59]\\d|[268][0-57-9]|7[0-79])|9(?:0[1-9]|1[02-9]|[2358][0-8]|[467]\\d))\\d{5}',
'ExampleNumber' => '51234567',
'PossibleLength' =>
array (
Expand Down
4 changes: 2 additions & 2 deletions src/data/PhoneNumberMetadata_IR.php
Expand Up @@ -47,7 +47,7 @@
),
'mobile' =>
array (
'NationalNumberPattern' => '9(?:(?:0(?:[1-35]\\d|44)|(?:[13]\\d|2[0-2])\\d)\\d|9(?:(?:[0-2]\\d|4[45])\\d|5[15]0|8(?:1\\d|88)|9(?:0[013]|1[0134]|21|77|9[6-9])))\\d{5}',
'NationalNumberPattern' => '9(?:(?:0(?:[1-35]\\d|4[4-6])|(?:[13]\\d|2[0-2])\\d)\\d|9(?:(?:[0-2]\\d|3[01]|4[45])\\d|5[15]0|8(?:1\\d|88)|9(?:0[013]|1\\d|21|77|9[6-9])))\\d{5}',
'ExampleNumber' => '9123456789',
'PossibleLength' =>
array (
Expand Down Expand Up @@ -99,7 +99,7 @@
),
'voip' =>
array (
'NationalNumberPattern' => '993\\d{7}',
'NationalNumberPattern' => '993[2-9]\\d{6}',
'ExampleNumber' => '9932123456',
'PossibleLength' =>
array (
Expand Down
4 changes: 2 additions & 2 deletions src/data/PhoneNumberMetadata_LI.php
Expand Up @@ -26,7 +26,7 @@
),
'fixedLine' =>
array (
'NationalNumberPattern' => '(?:2(?:01|1[27]|22|3\\d|6[02-578]|96)|3(?:33|40|7[0135-7]|8[048]|9[0269]))\\d{4}',
'NationalNumberPattern' => '(?:2(?:01|1[27]|2[02]|3\\d|6[02-578]|96)|3(?:[24]0|33|7[0135-7]|8[048]|9[0269]))\\d{4}',
'ExampleNumber' => '2345678',
'PossibleLength' =>
array (
Expand All @@ -38,7 +38,7 @@
),
'mobile' =>
array (
'NationalNumberPattern' => '(?:6(?:4(?:89|9\\d)|5[0-3]\\d|6(?:0[0-7]|10|2[06-9]|39))\\d|7(?:[37-9]\\d|42|56))\\d{4}',
'NationalNumberPattern' => '(?:6(?:4(?:79|[89]\\d)|5[0-4]\\d|6(?:0\\d|10|2[0-26-9]|3[7-9]))\\d|7(?:[37-9]\\d|42|56))\\d{4}',
'ExampleNumber' => '660234567',
'PossibleLength' =>
array (
Expand Down
4 changes: 2 additions & 2 deletions src/data/PhoneNumberMetadata_MU.php
Expand Up @@ -26,7 +26,7 @@
),
'fixedLine' =>
array (
'NationalNumberPattern' => '(?:2(?:[0346-8]\\d|1[0-7])|4(?:[013568]\\d|2[4-7])|54(?:[34]\\d|71)|6\\d\\d|8(?:14|3[129]))\\d{4}',
'NationalNumberPattern' => '(?:2(?:[0346-8]\\d|1[0-7])|4(?:[013568]\\d|2[4-7])|54(?:[3-5]\\d|71)|6\\d\\d|8(?:14|3[129]))\\d{4}',
'ExampleNumber' => '54480123',
'PossibleLength' =>
array (
Expand All @@ -37,7 +37,7 @@
),
'mobile' =>
array (
'NationalNumberPattern' => '5(?:4(?:2[1-389]|7[1-9])|87[15-8])\\d{4}|5(?:2[589]|4[3489]|7\\d|8[0-689]|9[0-8])\\d{5}',
'NationalNumberPattern' => '5(?:4(?:2[1-389]|7[1-9])|87[15-8])\\d{4}|5(?:2[589]|4[3-589]|7\\d|8[0-689]|9[0-8])\\d{5}',
'ExampleNumber' => '52512345',
'PossibleLength' =>
array (
Expand Down
7 changes: 4 additions & 3 deletions src/data/PhoneNumberMetadata_TR.php
Expand Up @@ -98,9 +98,11 @@
),
'voip' =>
array (
'NationalNumberPattern' => '850\\d{7}',
'ExampleNumber' => '8500123456',
'PossibleLength' =>
array (
0 => -1,
0 => 10,
),
'PossibleLengthLocalOnly' =>
array (
Expand All @@ -120,12 +122,11 @@
),
'uan' =>
array (
'NationalNumberPattern' => '(?:444|850\\d{3})\\d{4}',
'NationalNumberPattern' => '444\\d{4}',
'ExampleNumber' => '4441444',
'PossibleLength' =>
array (
0 => 7,
1 => 10,
),
'PossibleLengthLocalOnly' =>
array (
Expand Down
2 changes: 1 addition & 1 deletion src/data/PhoneNumberMetadata_VN.php
Expand Up @@ -40,7 +40,7 @@
),
'mobile' =>
array (
'NationalNumberPattern' => '(?:52[238]|89[689]|99[013-9])\\d{6}|(?:3\\d|5[689]|7[06-9]|8[1-8]|9[0-8])\\d{7}',
'NationalNumberPattern' => '(?:5(?:2[238]|59)|89[689]|99[013-9])\\d{6}|(?:3\\d|5[689]|7[06-9]|8[1-8]|9[0-8])\\d{7}',
'ExampleNumber' => '912345678',
'PossibleLength' =>
array (
Expand Down

0 comments on commit 3e80706

Please sign in to comment.