History log of /external/sqlite/android/PhoneticStringUtilsTest.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0b161e0ce405b617a85d0f1b717bd3d7df056ced 15-Nov-2010 Kenny Root <kroot@google.com> Update to new Unicode.h includes

Change-Id: Ibb9ca5833f9c0b3313ff0e9bc70348d268aaf4e2
/external/sqlite/android/PhoneticStringUtilsTest.cpp
560b951f6455f0ad091213f217895109b4ccb19f 17-Mar-2010 Daisuke Miyakawa <dmiyakawa@google.com> Remove getPhoneticallySortableString() and its SQLite variant, both of which are now obsolete because we already have icu's collator.

Remain getNormalizedString() but remove SQLite variant since the C function is used internally.

Change-Id: If1e4b8388087b78e0f6418ac3c7be4c23f67ee0e
/external/sqlite/android/PhoneticStringUtilsTest.cpp
cc6719f08251a892e435f8d9d44e9d8fa18d7cbe 01-Sep-2009 Jeff Hamilton <jham@android.com> Avoid a buffer overrun in GET_NORMALIZED_STRING.

This custom SQL function uses a fixed buffer of
128 characters and would overrun the buffer if
passed a longer src string.

Also, fix another problem with the function
where it was using the incorrect value for
next_codepoint. It was reading from the
destination array not the source array.

Bug: 2089658
/external/sqlite/android/PhoneticStringUtilsTest.cpp
c30779b9aa9fa2dd7946b8af63a4fb72d50a99dd 10-Jul-2009 Daisuke Miyakawa <dmiyakawa@google.com> Oops! I was totally misunderstanding what was going wrong!!

Changed -1 to 0.
/external/sqlite/android/PhoneticStringUtilsTest.cpp
441321a8431b4b66fa61d6deb443e7927e69fdbd 10-Jul-2009 Daisuke Miyakawa <dmiyakawa@google.com> Make sim-ang not corrupt when building PhoneticUtilsTest.cpp
You can double-check by doing this:
> make libsqlite3_phone_number_utils_test

However, I'm doubting the current breakage is caused not only this but also another something.
I'll stay tuned.
/external/sqlite/android/PhoneticStringUtilsTest.cpp
1ec1f3dec4ec6e1e5ed45b4d859a9f433e085354 09-Jul-2009 Daisuke Miyakawa <dmiyakawa@google.com> quick fix
/external/sqlite/android/PhoneticStringUtilsTest.cpp
e919af569c13d7445daf20cb06867e186afba92a 26-Jun-2009 Daisuke Miyakawa <dmiyakawa@google.com> Make PhoneticStringUtils use functions in String8 instead of using locally developped functions.

This change depends on https://android-git.corp.google.com/g/Gerrit#change,5510

Internal bug id: 1707173
/external/sqlite/android/PhoneticStringUtilsTest.cpp
d28cdc45c5e3f29f8904759293c813ad0a58329e 18-May-2009 Daisuke Miyakawa <dmiyakawa@google.com> Hand merge from cupcake_dcm from donut, part 1.

Add SQL functions "GET_PHONETICALLY_SORTABLE_STRING()" and "GET_NORMALIZED_STRING()" and its tests.
/external/sqlite/android/PhoneticStringUtilsTest.cpp
0c45e82353d7e8393fd544755c6e2b2349a2b8d7 28-Mar-2009 Daisuke Miyakawa <> AI 143231: am: CL 143056 Fix PhoneticStringUtils so that it ignores whitespaces correctly.
Original author: dmiyakawa
Merged from: //branches/cupcake/...

Automated import of CL 143231
/external/sqlite/android/PhoneticStringUtilsTest.cpp
455ed29fb92a9adf411252df5e74541269d10806 13-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake_rel/...@138607
/external/sqlite/android/PhoneticStringUtilsTest.cpp