predictivesearch/PcsAlgorithm/Algorithm2/inc/FindUtilChineseECE.h
branchRCL_3
changeset 7 b3431bff8c19
parent 0 e686773b3f54
child 18 d4f567ce2e7c
equal deleted inserted replaced
6:e8e3147d53eb 7:b3431bff8c19
   190 
   190 
   191     /*
   191     /*
   192      * 
   192      * 
   193      */
   193      */
   194     void SetKeyboardMode(TInt aMode);
   194     void SetKeyboardMode(TInt aMode);
       
   195     
       
   196     /**
       
   197      * Translate Chinese word to its spelling
       
   198      *
       
   199      * @since S60 v3.2
       
   200      * @param aHZUnicode For translate word
       
   201      * @param aSpellList Reference to spelling list for polyphonic word
       
   202      * @return ETrue for this word can be translated; otherwise EFalse
       
   203      */
       
   204     TBool DoTranslationL(TInt16 aHZUnicode, RPointerArray<HBufC>& aSpellList);
   195 
   205 
   196     /*
   206     /*
   197      * 
   207      * 
   198      */
   208      */
   199     inline TLanguage CurrentInputLanguage()
   209     inline TLanguage CurrentInputLanguage()
   228      */
   238      */
   229     void CloseT9InterfaceL();
   239     void CloseT9InterfaceL();
   230 
   240 
   231     TInt CategoryOfLang(TLanguage aLanguage);
   241     TInt CategoryOfLang(TLanguage aLanguage);
   232 
   242 
   233     /**
       
   234      * Translate Chinese word to its spelling
       
   235      *
       
   236      * @since S60 v3.2
       
   237      * @param aHZUnicode For translate word
       
   238      * @param aSpellList Reference to spelling list for polyphonic word
       
   239      * @return ETrue for this word can be translated; otherwise EFalse
       
   240      */
       
   241     TBool DoTranslationL(TInt16 aHZUnicode, RPointerArray<HBufC>& aSpellList);
       
   242 
   243 
   243     /**
   244     /**
   244      * This letter is stroke symbol
   245      * This letter is stroke symbol
   245      *
   246      *
   246      * @since S60 v3.2
   247      * @since S60 v3.2