commit | f06f5fa351ded0b9e04e15efa7e34f0f085fc9df | [log] [tgz] |
---|---|---|
author | Daisuke Miyakawa <dmiyakawa@google.com> | Tue Jul 07 11:11:34 2009 +0900 |
committer | Daisuke Miyakawa <dmiyakawa@google.com> | Tue Jul 07 11:11:34 2009 +0900 |
tree | 3cbf04975166c494af3b17d271e09284064bea0f | |
parent | ab3ee7de06d0451d0a34cbd982006f62928e4b48 [diff] |
"Rewrite" PhoneNumberUtil so that it compares two phone strings using as many characters as possible, unlike the previous implementation. Unlike the change 5480, this considers the NDD-problem mentioned in the internal issue 1949010. This time, 1-650-555-1234 and 650-555-1234 match each other. Added tests for the cases. related internal issue: 1868702, 1949010