diff -r fcdfafb36fe7 -r aecbbf00d063 uiutils/Findutil/inc/FindUtilChinese.h --- a/uiutils/Findutil/inc/FindUtilChinese.h Thu Aug 19 10:11:06 2010 +0300 +++ b/uiutils/Findutil/inc/FindUtilChinese.h Tue Aug 31 15:28:30 2010 +0300 @@ -283,6 +283,14 @@ TBool IsChineseWord(const TDesC& aWord); /** + * Find pane text is just Chinese word + * + * @param aWord Reference to text for analyse + * @return ETrue it is a Chinese word; otherwise EFalse + */ + TBool ChineseWord(const TDesC& aWord); + + /** * Find pane text is including stroke symbol * * @since S60 v3.2 @@ -595,18 +603,6 @@ */ MFindStringConverter* iConverter; - /** - * Avoid the performace problem cause by frequently TLS accessing - */ - CEikonEnv* iEikEnv; - - - /** - * Whether current process is phonebook(and its server) or not - */ - TBool iIsPhoneBook; - - };