| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
285fc577d2 |
Fix for ExactlySameAs (c++) and IsNumberMatch (#1567)
* isNumberMatch fix for numbers with italian leading zero fields set. Only affects people who haven't correctly constructed phone numbers using methods like 'parse'. * Adding C++ tests and fixing bug in ExactlySameAs method, which wasn't updated to handle the number_of_leading_zeros field when that was added to the phone number proto. See pending_code_changes.txt for more details. |
9 years ago |
|
|
df44ac6e60 |
Removing all references to the possible number pattern field in code (#1432)
This excludes editing the proto file itself, or the auto-generated or hand-crafted fields that are derived from it. |
9 years ago |
|
|
b59d9080ab | Changing license to Libphonenumber Authors. | 15 years ago |
|
|
32b0fe6a0e | CPP: Move non-base source code to src/phonenumbers/ | 15 years ago |
|
|
14193cc4ee | CPP: Adding phonenumber class to support implementing Equals. | 15 years ago |