emailuis/emailui/inc/FreestyleEmailUiUtilities.h
branchRCL_3
changeset 73 c8382f7b54ef
parent 70 968773a0b6ef
child 80 726fba06891a
equal deleted inserted replaced
70:968773a0b6ef 73:c8382f7b54ef
   285     /**
   285     /**
   286      * Determines if the descriptor is a Chinese word
   286      * Determines if the descriptor is a Chinese word
   287      */
   287      */
   288     static TBool IsChineseWord( const TDesC& aWord );
   288     static TBool IsChineseWord( const TDesC& aWord );
   289     
   289     
       
   290     /**
       
   291      * Determines if the descriptor is a Korean word
       
   292      */
       
   293     static TBool IsKoreanWord( const TDesC& aWord );
       
   294     
   290     // Get the icon file name including the drive letter and full path
   295     // Get the icon file name including the drive letter and full path
   291     static void GetFullIconFileNameL( TDes& aFileName );
   296     static void GetFullIconFileNameL( TDes& aFileName );
   292     
   297     
   293     // Check if given file names have the same file extension (omitting the character case)
   298     // Check if given file names have the same file extension (omitting the character case)
   294     static TBool DoFileExtensionsMatchL( const TDesC& aFileName1, const TDesC& aFileName2 );
   299     static TBool DoFileExtensionsMatchL( const TDesC& aFileName1, const TDesC& aFileName2 );