├── .erlang.mk └── last-makefile-change ├── .github └── workflows │ └── erlang.yml ├── .gitignore ├── LICENSE ├── Makefile ├── README.md ├── erlang.mk ├── github └── workflows │ └── action.yml ├── include └── phonenumbers.hrl ├── priv ├── PhoneNumberMetadata.xml ├── carrier │ ├── README │ ├── ar │ │ └── 965.txt │ ├── be │ │ └── 375.txt │ ├── en │ │ ├── 1.txt │ │ ├── 20.txt │ │ ├── 211.txt │ │ ├── 212.txt │ │ ├── 213.txt │ │ ├── 216.txt │ │ ├── 218.txt │ │ ├── 220.txt │ │ ├── 221.txt │ │ ├── 222.txt │ │ ├── 223.txt │ │ ├── 224.txt │ │ ├── 225.txt │ │ ├── 226.txt │ │ ├── 227.txt │ │ ├── 228.txt │ │ ├── 229.txt │ │ ├── 230.txt │ │ ├── 231.txt │ │ ├── 232.txt │ │ ├── 233.txt │ │ ├── 234.txt │ │ ├── 235.txt │ │ ├── 236.txt │ │ ├── 237.txt │ │ ├── 238.txt │ │ ├── 239.txt │ │ ├── 240.txt │ │ ├── 241.txt │ │ ├── 242.txt │ │ ├── 243.txt │ │ ├── 244.txt │ │ ├── 245.txt │ │ ├── 246.txt │ │ ├── 247.txt │ │ ├── 248.txt │ │ ├── 249.txt │ │ ├── 250.txt │ │ ├── 251.txt │ │ ├── 252.txt │ │ ├── 253.txt │ │ ├── 254.txt │ │ ├── 255.txt │ │ ├── 256.txt │ │ ├── 257.txt │ │ ├── 258.txt │ │ ├── 260.txt │ │ ├── 261.txt │ │ ├── 262.txt │ │ ├── 263.txt │ │ ├── 264.txt │ │ ├── 265.txt │ │ ├── 266.txt │ │ ├── 267.txt │ │ ├── 268.txt │ │ ├── 269.txt │ │ ├── 27.txt │ │ ├── 290.txt │ │ ├── 291.txt │ │ ├── 297.txt │ │ ├── 298.txt │ │ ├── 299.txt │ │ ├── 30.txt │ │ ├── 31.txt │ │ ├── 32.txt │ │ ├── 33.txt │ │ ├── 34.txt │ │ ├── 350.txt │ │ ├── 351.txt │ │ ├── 352.txt │ │ ├── 353.txt │ │ ├── 354.txt │ │ ├── 355.txt │ │ ├── 356.txt │ │ ├── 357.txt │ │ ├── 358.txt │ │ ├── 359.txt │ │ ├── 36.txt │ │ ├── 370.txt │ │ ├── 372.txt │ │ ├── 373.txt │ │ ├── 374.txt │ │ ├── 375.txt │ │ ├── 376.txt │ │ ├── 377.txt │ │ ├── 378.txt │ │ ├── 380.txt │ │ ├── 381.txt │ │ ├── 382.txt │ │ ├── 383.txt │ │ ├── 385.txt │ │ ├── 386.txt │ │ ├── 387.txt │ │ ├── 389.txt │ │ ├── 39.txt │ │ ├── 40.txt │ │ ├── 41.txt │ │ ├── 420.txt │ │ ├── 421.txt │ │ ├── 423.txt │ │ ├── 43.txt │ │ ├── 44.txt │ │ ├── 45.txt │ │ ├── 46.txt │ │ ├── 47.txt │ │ ├── 48.txt │ │ ├── 49.txt │ │ ├── 500.txt │ │ ├── 501.txt │ │ ├── 502.txt │ │ ├── 503.txt │ │ ├── 504.txt │ │ ├── 505.txt │ │ ├── 506.txt │ │ ├── 507.txt │ │ ├── 508.txt │ │ ├── 509.txt │ │ ├── 51.txt │ │ ├── 53.txt │ │ ├── 54.txt │ │ ├── 55.txt │ │ ├── 56.txt │ │ ├── 57.txt │ │ ├── 58.txt │ │ ├── 590.txt │ │ ├── 591.txt │ │ ├── 592.txt │ │ ├── 593.txt │ │ ├── 594.txt │ │ ├── 595.txt │ │ ├── 596.txt │ │ ├── 597.txt │ │ ├── 598.txt │ │ ├── 599.txt │ │ ├── 60.txt │ │ ├── 61.txt │ │ ├── 62.txt │ │ ├── 63.txt │ │ ├── 64.txt │ │ ├── 65.txt │ │ ├── 66.txt │ │ ├── 670.txt │ │ ├── 672.txt │ │ ├── 673.txt │ │ ├── 674.txt │ │ ├── 675.txt │ │ ├── 676.txt │ │ ├── 677.txt │ │ ├── 678.txt │ │ ├── 679.txt │ │ ├── 680.txt │ │ ├── 681.txt │ │ ├── 682.txt │ │ ├── 683.txt │ │ ├── 685.txt │ │ ├── 686.txt │ │ ├── 687.txt │ │ ├── 688.txt │ │ ├── 689.txt │ │ ├── 690.txt │ │ ├── 691.txt │ │ ├── 692.txt │ │ ├── 7.txt │ │ ├── 81.txt │ │ ├── 82.txt │ │ ├── 84.txt │ │ ├── 850.txt │ │ ├── 852.txt │ │ ├── 853.txt │ │ ├── 855.txt │ │ ├── 856.txt │ │ ├── 86.txt │ │ ├── 880.txt │ │ ├── 881.txt │ │ ├── 882.txt │ │ ├── 886.txt │ │ ├── 90.txt │ │ ├── 91.txt │ │ ├── 92.txt │ │ ├── 93.txt │ │ ├── 94.txt │ │ ├── 95.txt │ │ ├── 960.txt │ │ ├── 961.txt │ │ ├── 962.txt │ │ ├── 963.txt │ │ ├── 964.txt │ │ ├── 965.txt │ │ ├── 966.txt │ │ ├── 967.txt │ │ ├── 968.txt │ │ ├── 970.txt │ │ ├── 971.txt │ │ ├── 972.txt │ │ ├── 973.txt │ │ ├── 974.txt │ │ ├── 975.txt │ │ ├── 976.txt │ │ ├── 977.txt │ │ ├── 98.txt │ │ ├── 992.txt │ │ ├── 993.txt │ │ ├── 994.txt │ │ ├── 995.txt │ │ ├── 996.txt │ │ └── 998.txt │ ├── fa │ │ ├── 93.txt │ │ └── 98.txt │ ├── ko │ │ └── 82.txt │ ├── ru │ │ ├── 374.txt │ │ ├── 375.txt │ │ └── 7.txt │ ├── uk │ │ └── 380.txt │ ├── zh │ │ ├── 852.txt │ │ └── 86.txt │ └── zh_Hant │ │ ├── 852.txt │ │ └── 86.txt └── timezones │ ├── README.md │ └── map_data.txt ├── rebar.config ├── src ├── libphonenumber_erlang.app.src ├── libphonenumber_erlang_app.erl ├── libphonenumber_erlang_sup.erl ├── libphonenumber_parser.erl ├── libphonenumber_resources_parser.erl └── libphonenumbers.erl ├── start.sh └── test ├── libphonenumbers_SUITE.erl └── libphonenumbers_SUITE_data └── PhoneNumberMetadataForTesting.xml /.erlang.mk/last-makefile-change: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.github/workflows/erlang.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/.github/workflows/erlang.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/README.md -------------------------------------------------------------------------------- /erlang.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/erlang.mk -------------------------------------------------------------------------------- /github/workflows/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/github/workflows/action.yml -------------------------------------------------------------------------------- /include/phonenumbers.hrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/include/phonenumbers.hrl -------------------------------------------------------------------------------- /priv/PhoneNumberMetadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/PhoneNumberMetadata.xml -------------------------------------------------------------------------------- /priv/carrier/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/README -------------------------------------------------------------------------------- /priv/carrier/ar/965.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/ar/965.txt -------------------------------------------------------------------------------- /priv/carrier/be/375.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/be/375.txt -------------------------------------------------------------------------------- /priv/carrier/en/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/1.txt -------------------------------------------------------------------------------- /priv/carrier/en/20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/20.txt -------------------------------------------------------------------------------- /priv/carrier/en/211.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/211.txt -------------------------------------------------------------------------------- /priv/carrier/en/212.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/212.txt -------------------------------------------------------------------------------- /priv/carrier/en/213.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/213.txt -------------------------------------------------------------------------------- /priv/carrier/en/216.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/216.txt -------------------------------------------------------------------------------- /priv/carrier/en/218.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/218.txt -------------------------------------------------------------------------------- /priv/carrier/en/220.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/220.txt -------------------------------------------------------------------------------- /priv/carrier/en/221.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/221.txt -------------------------------------------------------------------------------- /priv/carrier/en/222.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/222.txt -------------------------------------------------------------------------------- /priv/carrier/en/223.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/223.txt -------------------------------------------------------------------------------- /priv/carrier/en/224.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/224.txt -------------------------------------------------------------------------------- /priv/carrier/en/225.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/225.txt -------------------------------------------------------------------------------- /priv/carrier/en/226.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/226.txt -------------------------------------------------------------------------------- /priv/carrier/en/227.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/227.txt -------------------------------------------------------------------------------- /priv/carrier/en/228.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/228.txt -------------------------------------------------------------------------------- /priv/carrier/en/229.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/229.txt -------------------------------------------------------------------------------- /priv/carrier/en/230.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/230.txt -------------------------------------------------------------------------------- /priv/carrier/en/231.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/231.txt -------------------------------------------------------------------------------- /priv/carrier/en/232.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/232.txt -------------------------------------------------------------------------------- /priv/carrier/en/233.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/233.txt -------------------------------------------------------------------------------- /priv/carrier/en/234.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/234.txt -------------------------------------------------------------------------------- /priv/carrier/en/235.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/235.txt -------------------------------------------------------------------------------- /priv/carrier/en/236.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/236.txt -------------------------------------------------------------------------------- /priv/carrier/en/237.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/237.txt -------------------------------------------------------------------------------- /priv/carrier/en/238.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/238.txt -------------------------------------------------------------------------------- /priv/carrier/en/239.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/239.txt -------------------------------------------------------------------------------- /priv/carrier/en/240.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/240.txt -------------------------------------------------------------------------------- /priv/carrier/en/241.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/241.txt -------------------------------------------------------------------------------- /priv/carrier/en/242.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/242.txt -------------------------------------------------------------------------------- /priv/carrier/en/243.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/243.txt -------------------------------------------------------------------------------- /priv/carrier/en/244.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/244.txt -------------------------------------------------------------------------------- /priv/carrier/en/245.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/245.txt -------------------------------------------------------------------------------- /priv/carrier/en/246.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/246.txt -------------------------------------------------------------------------------- /priv/carrier/en/247.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/247.txt -------------------------------------------------------------------------------- /priv/carrier/en/248.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/248.txt -------------------------------------------------------------------------------- /priv/carrier/en/249.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/249.txt -------------------------------------------------------------------------------- /priv/carrier/en/250.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/250.txt -------------------------------------------------------------------------------- /priv/carrier/en/251.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/251.txt -------------------------------------------------------------------------------- /priv/carrier/en/252.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/252.txt -------------------------------------------------------------------------------- /priv/carrier/en/253.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/253.txt -------------------------------------------------------------------------------- /priv/carrier/en/254.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/254.txt -------------------------------------------------------------------------------- /priv/carrier/en/255.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/255.txt -------------------------------------------------------------------------------- /priv/carrier/en/256.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/256.txt -------------------------------------------------------------------------------- /priv/carrier/en/257.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/257.txt -------------------------------------------------------------------------------- /priv/carrier/en/258.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/258.txt -------------------------------------------------------------------------------- /priv/carrier/en/260.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/260.txt -------------------------------------------------------------------------------- /priv/carrier/en/261.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/261.txt -------------------------------------------------------------------------------- /priv/carrier/en/262.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/262.txt -------------------------------------------------------------------------------- /priv/carrier/en/263.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/263.txt -------------------------------------------------------------------------------- /priv/carrier/en/264.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/264.txt -------------------------------------------------------------------------------- /priv/carrier/en/265.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/265.txt -------------------------------------------------------------------------------- /priv/carrier/en/266.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/266.txt -------------------------------------------------------------------------------- /priv/carrier/en/267.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/267.txt -------------------------------------------------------------------------------- /priv/carrier/en/268.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/268.txt -------------------------------------------------------------------------------- /priv/carrier/en/269.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/269.txt -------------------------------------------------------------------------------- /priv/carrier/en/27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/27.txt -------------------------------------------------------------------------------- /priv/carrier/en/290.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/290.txt -------------------------------------------------------------------------------- /priv/carrier/en/291.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/291.txt -------------------------------------------------------------------------------- /priv/carrier/en/297.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/297.txt -------------------------------------------------------------------------------- /priv/carrier/en/298.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/298.txt -------------------------------------------------------------------------------- /priv/carrier/en/299.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/299.txt -------------------------------------------------------------------------------- /priv/carrier/en/30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/30.txt -------------------------------------------------------------------------------- /priv/carrier/en/31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/31.txt -------------------------------------------------------------------------------- /priv/carrier/en/32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/32.txt -------------------------------------------------------------------------------- /priv/carrier/en/33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/33.txt -------------------------------------------------------------------------------- /priv/carrier/en/34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/34.txt -------------------------------------------------------------------------------- /priv/carrier/en/350.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/350.txt -------------------------------------------------------------------------------- /priv/carrier/en/351.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/351.txt -------------------------------------------------------------------------------- /priv/carrier/en/352.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/352.txt -------------------------------------------------------------------------------- /priv/carrier/en/353.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/353.txt -------------------------------------------------------------------------------- /priv/carrier/en/354.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/354.txt -------------------------------------------------------------------------------- /priv/carrier/en/355.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/355.txt -------------------------------------------------------------------------------- /priv/carrier/en/356.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/356.txt -------------------------------------------------------------------------------- /priv/carrier/en/357.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/357.txt -------------------------------------------------------------------------------- /priv/carrier/en/358.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/358.txt -------------------------------------------------------------------------------- /priv/carrier/en/359.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/359.txt -------------------------------------------------------------------------------- /priv/carrier/en/36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/36.txt -------------------------------------------------------------------------------- /priv/carrier/en/370.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/370.txt -------------------------------------------------------------------------------- /priv/carrier/en/372.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/372.txt -------------------------------------------------------------------------------- /priv/carrier/en/373.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/373.txt -------------------------------------------------------------------------------- /priv/carrier/en/374.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/374.txt -------------------------------------------------------------------------------- /priv/carrier/en/375.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/375.txt -------------------------------------------------------------------------------- /priv/carrier/en/376.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/376.txt -------------------------------------------------------------------------------- /priv/carrier/en/377.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/377.txt -------------------------------------------------------------------------------- /priv/carrier/en/378.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/378.txt -------------------------------------------------------------------------------- /priv/carrier/en/380.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/380.txt -------------------------------------------------------------------------------- /priv/carrier/en/381.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/381.txt -------------------------------------------------------------------------------- /priv/carrier/en/382.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/382.txt -------------------------------------------------------------------------------- /priv/carrier/en/383.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/383.txt -------------------------------------------------------------------------------- /priv/carrier/en/385.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/385.txt -------------------------------------------------------------------------------- /priv/carrier/en/386.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/386.txt -------------------------------------------------------------------------------- /priv/carrier/en/387.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/387.txt -------------------------------------------------------------------------------- /priv/carrier/en/389.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/389.txt -------------------------------------------------------------------------------- /priv/carrier/en/39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/39.txt -------------------------------------------------------------------------------- /priv/carrier/en/40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/40.txt -------------------------------------------------------------------------------- /priv/carrier/en/41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/41.txt -------------------------------------------------------------------------------- /priv/carrier/en/420.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/420.txt -------------------------------------------------------------------------------- /priv/carrier/en/421.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/421.txt -------------------------------------------------------------------------------- /priv/carrier/en/423.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/423.txt -------------------------------------------------------------------------------- /priv/carrier/en/43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/43.txt -------------------------------------------------------------------------------- /priv/carrier/en/44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/44.txt -------------------------------------------------------------------------------- /priv/carrier/en/45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/45.txt -------------------------------------------------------------------------------- /priv/carrier/en/46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/46.txt -------------------------------------------------------------------------------- /priv/carrier/en/47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/47.txt -------------------------------------------------------------------------------- /priv/carrier/en/48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/48.txt -------------------------------------------------------------------------------- /priv/carrier/en/49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/49.txt -------------------------------------------------------------------------------- /priv/carrier/en/500.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/500.txt -------------------------------------------------------------------------------- /priv/carrier/en/501.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/501.txt -------------------------------------------------------------------------------- /priv/carrier/en/502.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/502.txt -------------------------------------------------------------------------------- /priv/carrier/en/503.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/503.txt -------------------------------------------------------------------------------- /priv/carrier/en/504.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/504.txt -------------------------------------------------------------------------------- /priv/carrier/en/505.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/505.txt -------------------------------------------------------------------------------- /priv/carrier/en/506.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/506.txt -------------------------------------------------------------------------------- /priv/carrier/en/507.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/507.txt -------------------------------------------------------------------------------- /priv/carrier/en/508.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/508.txt -------------------------------------------------------------------------------- /priv/carrier/en/509.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/509.txt -------------------------------------------------------------------------------- /priv/carrier/en/51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/51.txt -------------------------------------------------------------------------------- /priv/carrier/en/53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/53.txt -------------------------------------------------------------------------------- /priv/carrier/en/54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/54.txt -------------------------------------------------------------------------------- /priv/carrier/en/55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/55.txt -------------------------------------------------------------------------------- /priv/carrier/en/56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/56.txt -------------------------------------------------------------------------------- /priv/carrier/en/57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/57.txt -------------------------------------------------------------------------------- /priv/carrier/en/58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/58.txt -------------------------------------------------------------------------------- /priv/carrier/en/590.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/590.txt -------------------------------------------------------------------------------- /priv/carrier/en/591.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/591.txt -------------------------------------------------------------------------------- /priv/carrier/en/592.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/592.txt -------------------------------------------------------------------------------- /priv/carrier/en/593.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/593.txt -------------------------------------------------------------------------------- /priv/carrier/en/594.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/594.txt -------------------------------------------------------------------------------- /priv/carrier/en/595.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/595.txt -------------------------------------------------------------------------------- /priv/carrier/en/596.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/596.txt -------------------------------------------------------------------------------- /priv/carrier/en/597.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/597.txt -------------------------------------------------------------------------------- /priv/carrier/en/598.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/598.txt -------------------------------------------------------------------------------- /priv/carrier/en/599.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/599.txt -------------------------------------------------------------------------------- /priv/carrier/en/60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/60.txt -------------------------------------------------------------------------------- /priv/carrier/en/61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/61.txt -------------------------------------------------------------------------------- /priv/carrier/en/62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/62.txt -------------------------------------------------------------------------------- /priv/carrier/en/63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/63.txt -------------------------------------------------------------------------------- /priv/carrier/en/64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/64.txt -------------------------------------------------------------------------------- /priv/carrier/en/65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/65.txt -------------------------------------------------------------------------------- /priv/carrier/en/66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/66.txt -------------------------------------------------------------------------------- /priv/carrier/en/670.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/670.txt -------------------------------------------------------------------------------- /priv/carrier/en/672.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/672.txt -------------------------------------------------------------------------------- /priv/carrier/en/673.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/673.txt -------------------------------------------------------------------------------- /priv/carrier/en/674.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/674.txt -------------------------------------------------------------------------------- /priv/carrier/en/675.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/675.txt -------------------------------------------------------------------------------- /priv/carrier/en/676.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/676.txt -------------------------------------------------------------------------------- /priv/carrier/en/677.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/677.txt -------------------------------------------------------------------------------- /priv/carrier/en/678.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/678.txt -------------------------------------------------------------------------------- /priv/carrier/en/679.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/679.txt -------------------------------------------------------------------------------- /priv/carrier/en/680.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/680.txt -------------------------------------------------------------------------------- /priv/carrier/en/681.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/681.txt -------------------------------------------------------------------------------- /priv/carrier/en/682.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/682.txt -------------------------------------------------------------------------------- /priv/carrier/en/683.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/683.txt -------------------------------------------------------------------------------- /priv/carrier/en/685.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/685.txt -------------------------------------------------------------------------------- /priv/carrier/en/686.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/686.txt -------------------------------------------------------------------------------- /priv/carrier/en/687.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/687.txt -------------------------------------------------------------------------------- /priv/carrier/en/688.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/688.txt -------------------------------------------------------------------------------- /priv/carrier/en/689.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/689.txt -------------------------------------------------------------------------------- /priv/carrier/en/690.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/690.txt -------------------------------------------------------------------------------- /priv/carrier/en/691.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/691.txt -------------------------------------------------------------------------------- /priv/carrier/en/692.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/692.txt -------------------------------------------------------------------------------- /priv/carrier/en/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/7.txt -------------------------------------------------------------------------------- /priv/carrier/en/81.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/81.txt -------------------------------------------------------------------------------- /priv/carrier/en/82.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/82.txt -------------------------------------------------------------------------------- /priv/carrier/en/84.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/84.txt -------------------------------------------------------------------------------- /priv/carrier/en/850.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/850.txt -------------------------------------------------------------------------------- /priv/carrier/en/852.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/852.txt -------------------------------------------------------------------------------- /priv/carrier/en/853.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/853.txt -------------------------------------------------------------------------------- /priv/carrier/en/855.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/855.txt -------------------------------------------------------------------------------- /priv/carrier/en/856.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/856.txt -------------------------------------------------------------------------------- /priv/carrier/en/86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/86.txt -------------------------------------------------------------------------------- /priv/carrier/en/880.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/880.txt -------------------------------------------------------------------------------- /priv/carrier/en/881.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/881.txt -------------------------------------------------------------------------------- /priv/carrier/en/882.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/882.txt -------------------------------------------------------------------------------- /priv/carrier/en/886.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/886.txt -------------------------------------------------------------------------------- /priv/carrier/en/90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/90.txt -------------------------------------------------------------------------------- /priv/carrier/en/91.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/91.txt -------------------------------------------------------------------------------- /priv/carrier/en/92.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/92.txt -------------------------------------------------------------------------------- /priv/carrier/en/93.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/93.txt -------------------------------------------------------------------------------- /priv/carrier/en/94.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/94.txt -------------------------------------------------------------------------------- /priv/carrier/en/95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/95.txt -------------------------------------------------------------------------------- /priv/carrier/en/960.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/960.txt -------------------------------------------------------------------------------- /priv/carrier/en/961.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/961.txt -------------------------------------------------------------------------------- /priv/carrier/en/962.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/962.txt -------------------------------------------------------------------------------- /priv/carrier/en/963.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/963.txt -------------------------------------------------------------------------------- /priv/carrier/en/964.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/964.txt -------------------------------------------------------------------------------- /priv/carrier/en/965.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/965.txt -------------------------------------------------------------------------------- /priv/carrier/en/966.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/966.txt -------------------------------------------------------------------------------- /priv/carrier/en/967.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/967.txt -------------------------------------------------------------------------------- /priv/carrier/en/968.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/968.txt -------------------------------------------------------------------------------- /priv/carrier/en/970.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/970.txt -------------------------------------------------------------------------------- /priv/carrier/en/971.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/971.txt -------------------------------------------------------------------------------- /priv/carrier/en/972.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/972.txt -------------------------------------------------------------------------------- /priv/carrier/en/973.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/973.txt -------------------------------------------------------------------------------- /priv/carrier/en/974.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/974.txt -------------------------------------------------------------------------------- /priv/carrier/en/975.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/975.txt -------------------------------------------------------------------------------- /priv/carrier/en/976.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/976.txt -------------------------------------------------------------------------------- /priv/carrier/en/977.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/977.txt -------------------------------------------------------------------------------- /priv/carrier/en/98.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/98.txt -------------------------------------------------------------------------------- /priv/carrier/en/992.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/992.txt -------------------------------------------------------------------------------- /priv/carrier/en/993.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/993.txt -------------------------------------------------------------------------------- /priv/carrier/en/994.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/994.txt -------------------------------------------------------------------------------- /priv/carrier/en/995.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/995.txt -------------------------------------------------------------------------------- /priv/carrier/en/996.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/996.txt -------------------------------------------------------------------------------- /priv/carrier/en/998.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/en/998.txt -------------------------------------------------------------------------------- /priv/carrier/fa/93.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/fa/93.txt -------------------------------------------------------------------------------- /priv/carrier/fa/98.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/fa/98.txt -------------------------------------------------------------------------------- /priv/carrier/ko/82.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/ko/82.txt -------------------------------------------------------------------------------- /priv/carrier/ru/374.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/ru/374.txt -------------------------------------------------------------------------------- /priv/carrier/ru/375.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/ru/375.txt -------------------------------------------------------------------------------- /priv/carrier/ru/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/ru/7.txt -------------------------------------------------------------------------------- /priv/carrier/uk/380.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/uk/380.txt -------------------------------------------------------------------------------- /priv/carrier/zh/852.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/zh/852.txt -------------------------------------------------------------------------------- /priv/carrier/zh/86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/zh/86.txt -------------------------------------------------------------------------------- /priv/carrier/zh_Hant/852.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/zh_Hant/852.txt -------------------------------------------------------------------------------- /priv/carrier/zh_Hant/86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/carrier/zh_Hant/86.txt -------------------------------------------------------------------------------- /priv/timezones/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/timezones/README.md -------------------------------------------------------------------------------- /priv/timezones/map_data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/priv/timezones/map_data.txt -------------------------------------------------------------------------------- /rebar.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/rebar.config -------------------------------------------------------------------------------- /src/libphonenumber_erlang.app.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/src/libphonenumber_erlang.app.src -------------------------------------------------------------------------------- /src/libphonenumber_erlang_app.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/src/libphonenumber_erlang_app.erl -------------------------------------------------------------------------------- /src/libphonenumber_erlang_sup.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/src/libphonenumber_erlang_sup.erl -------------------------------------------------------------------------------- /src/libphonenumber_parser.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/src/libphonenumber_parser.erl -------------------------------------------------------------------------------- /src/libphonenumber_resources_parser.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/src/libphonenumber_resources_parser.erl -------------------------------------------------------------------------------- /src/libphonenumbers.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/src/libphonenumbers.erl -------------------------------------------------------------------------------- /start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/start.sh -------------------------------------------------------------------------------- /test/libphonenumbers_SUITE.erl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/test/libphonenumbers_SUITE.erl -------------------------------------------------------------------------------- /test/libphonenumbers_SUITE_data/PhoneNumberMetadataForTesting.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marinakr/libphonenumber_erlang/HEAD/test/libphonenumbers_SUITE_data/PhoneNumberMetadataForTesting.xml --------------------------------------------------------------------------------