| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
5e9507a460
|
Update function parameters that are LL- or ULL-suffixed integers to explicitly specify int64{value} (#2468) | 6 years ago |
|
|
7c84d36ac9 |
IsNumberGeographical public + better detection of "geographical numbers" in geocoder (#1277)
Making function IsNumberGeographical public. This function operates on the type of number and the country it belongs to only, so may have some false positives. Using this in the geocoder so that geocoding now limited to numbers that we consider geographical, based on their type and country, rather than just based on their type. The C++ geocoder did not previously check the number type/country at all. Indonesian and Chinese mobile numbers have now been added to the list of possibly-geographical numbers. |
9 years ago |
|
|
6f11a02d9e | Clean compile 32-bit builds | 11 years ago |
|
|
300ac447bd | C++: Updated Geocoder documentation and tests | 11 years ago |
|
|
32d7cfd381 |
Fix for 32 bit C++ compile error.
With strict error checking, 32 bit compiles on some platforms fail with
the error:
"error: this decimal constant is unsigned only in ISO C90"
This patch fixes the error by adding the "u" unsigned qualifier to the
integers.
Author: daniel@pocock.pro
R=jia.shao.peng@gmail.com
BUG=
Review URL: https://codereview.appspot.com/123610044
|
11 years ago |
|
|
7f40b02808 | CPP: Implement PhoneNumberOfflineGeocoder. | 13 years ago |