uiutils/Findutil/inc/FindUtilChinese.h
branchRCL_3
changeset 56 d48ab3b357f1
parent 55 aecbbf00d063
--- a/uiutils/Findutil/inc/FindUtilChinese.h	Tue Aug 31 15:28:30 2010 +0300
+++ b/uiutils/Findutil/inc/FindUtilChinese.h	Wed Sep 01 12:16:19 2010 +0100
@@ -283,14 +283,6 @@
     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
@@ -603,6 +595,18 @@
      */
     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;
+
+    
     
     };