• Home
Name Date Size #Lines LOC

..--

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

OWNERSD03-May-202441 22

README.chromiumD03-May-20241.1 KiB3529

libphonenumber.gypD03-May-20244.6 KiB143141

libphonenumber.target.darwin-arm.mkD03-May-20247.1 KiB286237

libphonenumber.target.darwin-mips.mkD03-May-20247 KiB282233

libphonenumber.target.darwin-x86.mkD03-May-20247 KiB286237

libphonenumber.target.linux-arm.mkD03-May-20247.1 KiB286237

libphonenumber.target.linux-mips.mkD03-May-20247 KiB282233

libphonenumber.target.linux-x86.mkD03-May-20247 KiB286237

libphonenumber_without_metadata.target.darwin-arm.mkD03-May-202415.7 KiB355297

libphonenumber_without_metadata.target.darwin-mips.mkD03-May-202415.6 KiB351293

libphonenumber_without_metadata.target.darwin-x86.mkD03-May-202415.7 KiB355297

libphonenumber_without_metadata.target.linux-arm.mkD03-May-202415.7 KiB355297

libphonenumber_without_metadata.target.linux-mips.mkD03-May-202415.6 KiB351293

libphonenumber_without_metadata.target.linux-x86.mkD03-May-202415.7 KiB355297

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