• Home
Name Date Size #Lines LOC

..--

src/03-May-2024-175,994164,766

OWNERSD03-May-202443 32

README.chromiumD03-May-20241.1 KiB3529

libphonenumber.gypD03-May-20244.6 KiB143141

libphonenumber.target.darwin-arm.mkD03-May-20248.6 KiB326275

libphonenumber.target.darwin-arm64.mkD03-May-20248 KiB294243

libphonenumber.target.darwin-mips.mkD03-May-20248.3 KiB312261

libphonenumber.target.darwin-x86.mkD03-May-20248.2 KiB310259

libphonenumber.target.darwin-x86_64.mkD03-May-20248.2 KiB308257

libphonenumber.target.linux-arm.mkD03-May-20248.6 KiB326275

libphonenumber.target.linux-arm64.mkD03-May-20248 KiB294243

libphonenumber.target.linux-mips.mkD03-May-20248.3 KiB312261

libphonenumber.target.linux-x86.mkD03-May-20248.2 KiB310259

libphonenumber.target.linux-x86_64.mkD03-May-20248.2 KiB308257

libphonenumber_without_metadata.target.darwin-arm.mkD03-May-202417 KiB391332

libphonenumber_without_metadata.target.darwin-arm64.mkD03-May-202416.3 KiB359300

libphonenumber_without_metadata.target.darwin-mips.mkD03-May-202416.6 KiB377318

libphonenumber_without_metadata.target.darwin-x86.mkD03-May-202416.5 KiB375316

libphonenumber_without_metadata.target.darwin-x86_64.mkD03-May-202416.5 KiB373314

libphonenumber_without_metadata.target.linux-arm.mkD03-May-202417 KiB391332

libphonenumber_without_metadata.target.linux-arm64.mkD03-May-202416.3 KiB359300

libphonenumber_without_metadata.target.linux-mips.mkD03-May-202416.6 KiB377318

libphonenumber_without_metadata.target.linux-x86.mkD03-May-202416.5 KiB375316

libphonenumber_without_metadata.target.linux-x86_64.mkD03-May-202416.5 KiB373314

README.chromium

1Name: International Phone Number Library
2Short Name: libphonenumber
3URL: http://libphonenumber.googlecode.com/svn/trunk/
4Version: unknown
5Revision: 584
6License: Apache 2.0
7License File: src/LICENSE
8Security Critical: yes
9
10This directory contains the source code of International Phone Number Library
11for C/C++.
12
13This library depends on
14- third_party/icu for internationalisation, UTF8-16-32 conversion and regular
15  expressions.
16- third_party/protobuf Lite version.
17
18Additional files, not in the original library:
19  libphonenumber.gyp
20  README.chromium
21  src/LICENSE # Taken from http://code.google.com/p/libphonenumber.
22  src/phonenumber_api.h
23
24The library is mapped through the DEPS file into src/ folder. To update:
251. Get the latest version number from
26   http://code.google.com/p/libphonenumber/source/list
272. Locally update this file and DEPS.
283. run 'gclient sync'
294. Adjust libphonenumber.gyp if necessary.
305. Verify that all compiles and all of the tests are successfull.
31
32WARNING: This library is only thread-safe on POSIX. This means that
33PhoneNumberUtil and the other singletons should be accessed from a single
34thread.
35