uiutils/Findutil/inc/FindUtilChinese.h
branchRCL_3
changeset 19 aecbbf00d063
parent 18 fcdfafb36fe7
child 20 d48ab3b357f1
equal deleted inserted replaced
18:fcdfafb36fe7 19:aecbbf00d063
   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     /**
   286      * Find pane text is including stroke symbol
   294      * Find pane text is including stroke symbol
   287      *
   295      *
   288      * @since S60 v3.2
   296      * @since S60 v3.2
   289      * @param aWord Reference to text for analyse
   297      * @param aWord Reference to text for analyse
   290      * @return ETrue it is stroke symbol; otherwise EFalse
   298      * @return ETrue it is stroke symbol; otherwise EFalse
   593 	/**
   601 	/**
   594      * Numeric Converter interface (Not Own);
   602      * Numeric Converter interface (Not Own);
   595      */
   603      */
   596     MFindStringConverter* iConverter;
   604     MFindStringConverter* iConverter;
   597     
   605     
   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     
       
   610     
   606     
   611     };
   607     };
   612 
   608 
   613 #endif // __FINDUTILCHINESE__
   609 #endif // __FINDUTILCHINESE__
   614 
   610