emailuis/emailui/inc/FreestyleEmailUiUtilities.h
branchRCL_3
changeset 26 968773a0b6ef
parent 25 3533d4323edc
equal deleted inserted replaced
25:3533d4323edc 26:968773a0b6ef
   275   
   275   
   276     // Formats display name
   276     // Formats display name
   277 	static void StripDisplayName( HBufC& aDisplayName );
   277 	static void StripDisplayName( HBufC& aDisplayName );
   278 
   278 
   279     // Creates a displayname of firstname and lastname components
   279     // Creates a displayname of firstname and lastname components
   280     static HBufC* CreateDisplayNameLC( const TDesC& aFirstname, const TDesC& aLastname );
   280     static HBufC* CreateDisplayNameLC( const TDesC& aFirstname, const TDesC& aLastname, TBool aSwitchOrder = EFalse );
   281 
   281 
   282     // Creates a displayname of firstname, lastname, emailfield components
   282     // Creates a displayname of firstname, lastname, emailfield components
   283     static HBufC* CreateDisplayNameLC( const TDesC& aFirstname, const TDesC& aLastname, const TDesC& aEmailField );
   283     static HBufC* CreateDisplayNameLC( const TDesC& aFirstname, const TDesC& aLastname, const TDesC& aEmailField, TBool aSwitchOrder = EFalse );
   284     
   284     
   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 );