diff -r 2f259fa3e83a -r 3320e4e6e8bb uiutils/Findutil/src/FindUtilChinese.cpp --- a/uiutils/Findutil/src/FindUtilChinese.cpp Tue Feb 02 01:00:49 2010 +0200 +++ b/uiutils/Findutil/src/FindUtilChinese.cpp Fri Apr 16 15:13:44 2010 +0300 @@ -24,11 +24,11 @@ #include -#include +#include #include #include #include -#include +#include #include //phonebook #include #include @@ -38,7 +38,7 @@ #include "FindUtilChinese.h" -#include "chinesefindutils.h" +#include "ChineseFindUtils.h" // CONSTANTS const TUint16 KStarChar = 0x002a; @@ -1919,10 +1919,6 @@ { pStringInfo= astringInfoArr[aindex]; } - else - { - return; - } if (pStringInfo->isChinese) { @@ -2334,7 +2330,9 @@ { //for multiphnetic spell TInt spellCount = tempSpellList.Count(); - + TInt matchMaxIndex = 0; + TInt matchMax = 0; + TInt matchMaxPre = 0; // Search all spelling for (TInt j = 0; j < spellCount; j++) {