| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update base::i18n::StringSearchIgnoringCaseAndAccents() to
take additional out-params for the index and length of the
matched text.
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10910116
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155629 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=compiles
Review URL: http://codereview.chromium.org/8274003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105437 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes a leak. Also cleaned up a bit while I'm here.
TBR=benjhayden,xji,rdsmith
BUG=none
TEST=Valgrind
Review URL: http://codereview.chromium.org/7944007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101773 0039d316-1c4b-4281-b951-d872f2087c98
|
|
take into account different Unicode representations of characters. Used ICU API
to handle this.
BUG=chromium:71982
TEST=Check that MatchesQuery uses substring search taking into account Unicode
normalization at primary level.
Review URL: http://codereview.chromium.org/7782009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101548 0039d316-1c4b-4281-b951-d872f2087c98
|