uiutils/Findutil/inc/FindUtilChinese.h
branchRCL_3
changeset 20 d48ab3b357f1
parent 19 aecbbf00d063
equal deleted inserted replaced
19:aecbbf00d063 20:d48ab3b357f1
   281      * @return ETrue it includes Chinese; otherwise EFalse
   281      * @return ETrue it includes Chinese; otherwise EFalse
   282      */
   282      */
   283     TBool IsChineseWord(const TDesC& aWord);
   283     TBool IsChineseWord(const TDesC& aWord);
   284     
   284     
   285     /**
   285     /**
   286      * Find pane text is just Chinese word
       
   287      * 
       
   288      * @param aWord Reference to text for analyse
       
   289      * @return ETrue it is a Chinese word; otherwise EFalse
       
   290      */
       
   291     TBool ChineseWord(const TDesC& aWord);
       
   292 
       
   293     /**
       
   294      * Find pane text is including stroke symbol
   286      * Find pane text is including stroke symbol
   295      *
   287      *
   296      * @since S60 v3.2
   288      * @since S60 v3.2
   297      * @param aWord Reference to text for analyse
   289      * @param aWord Reference to text for analyse
   298      * @return ETrue it is stroke symbol; otherwise EFalse
   290      * @return ETrue it is stroke symbol; otherwise EFalse
   601 	/**
   593 	/**
   602      * Numeric Converter interface (Not Own);
   594      * Numeric Converter interface (Not Own);
   603      */
   595      */
   604     MFindStringConverter* iConverter;
   596     MFindStringConverter* iConverter;
   605     
   597     
       
   598     /**
       
   599      * Avoid the performace problem cause by frequently TLS accessing
       
   600      */
       
   601     CEikonEnv*  iEikEnv;
       
   602     
       
   603     
       
   604     /**
       
   605      * Whether current process is phonebook(and its server) or not
       
   606      */
       
   607     TBool   iIsPhoneBook;
       
   608 
       
   609     
   606     
   610     
   607     };
   611     };
   608 
   612 
   609 #endif // __FINDUTILCHINESE__
   613 #endif // __FINDUTILCHINESE__
   610 
   614