uiutils/Findutil/inc/FindUtilChinese.h
branchRCL_3
changeset 19 aecbbf00d063
parent 18 fcdfafb36fe7
child 20 d48ab3b357f1
--- 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;
-
-    
     
     };