History log of /external/sqlite/android/OldPhoneNumberUtils.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d519668b62d5a402a2abc003c02e436f2424cdb8 19-May-2010 Mike Lockwood <lockwood@android.com> Fix problem with const result from strchr()

Needed for simulator build on newer Ubuntu distributions.

Change-Id: Ibb8cd3cdb4feae89a20eec56131e322f39721b1a
Signed-off-by: Mike Lockwood <lockwood@android.com>
/external/sqlite/android/OldPhoneNumberUtils.cpp
fd20ece0e27308d9b5e314b1cc8d5fa3a0d174ea 23-Oct-2009 Wei Huang <weih@google.com> bug #2180646: make comparing "404-04" and "40404" return true in the native sqlite (loose) phone number comparison method.

- when comparing two numbers whose dialable char length is less than the MIN_MATCH (7), treat them as equal if the dialable portion of the numbers match.
/external/sqlite/android/OldPhoneNumberUtils.cpp
3fffdd3714c6d4de821269bcefb65d897151c2f2 21-Sep-2009 Wei Huang <weih@google.com> make native sqlite phone_number_compare_loosely use MIN_MATCH of 7 instead of 5.

Change-Id: Ie0dde105e810c07e05471182cd0c0f81045731ef
/external/sqlite/android/OldPhoneNumberUtils.cpp
948a119c94f8b69760437c7d1e784b498cd9b766 20-Sep-2009 Daisuke Miyakawa <dmiyakawa@google.com> Revert the default phone number comparation algorithm.

Now developers have to explicitly set the third argument of PHONE_NUMBERS_COMPARE() into 1,
when they want to use "strict" phone number comparation algorithm, which was used in Donut.
In default, PHONE_NUMBER_COMPARE() now uses "loose" phone number comparation algorithm,
which had been used in Cupcake.

Internal issue id: 1892808
/external/sqlite/android/OldPhoneNumberUtils.cpp