equal
deleted
inserted
replaced
804 * 3. in any other case do not show name |
804 * 3. in any other case do not show name |
805 * eg: abcdef xyz , abcde xyz |
805 * eg: abcdef xyz , abcde xyz |
806 * abcdef xyz , abcdef xy |
806 * abcdef xyz , abcdef xy |
807 * abcdef xyz , abcde |
807 * abcdef xyz , abcde |
808 */ |
808 */ |
809 TInt i, minLength = 999, maxLength = 0, length = 0, maxLengthIndex = 0, stdLength = 14; |
809 TInt i, minLength = 999, maxLength = 0, length = 0, maxLengthIndex = 0; |
810 TBool retVal = ETrue ; |
810 TBool retVal = ETrue ; |
811 SMUMLOGGER_WRITE( "Contact Match statistics to follow..." ); |
811 SMUMLOGGER_WRITE( "Contact Match statistics to follow..." ); |
812 SMUMLOGGER_WRITE_FORMAT( "CSmsDetailsPluginOneShotOperation::MatchContactL Match count: %d", aLinkArray->Count() ); |
812 SMUMLOGGER_WRITE_FORMAT( "CSmsDetailsPluginOneShotOperation::MatchContactL Match count: %d", aLinkArray->Count() ); |
813 |
813 |
814 for( i = 0 ; i < aLinkArray->Count(); i++ ) |
814 for( i = 0 ; i < aLinkArray->Count(); i++ ) |
826 maxLengthIndex = i; |
826 maxLengthIndex = i; |
827 } |
827 } |
828 delete alias; |
828 delete alias; |
829 alias = NULL; |
829 alias = NULL; |
830 } |
830 } |
831 |
|
832 SMUMLOGGER_WRITE_FORMAT( "Cotact Lengths: Std Length : %d", stdLength); |
|
833 SMUMLOGGER_WRITE_FORMAT( " MinLength : %d", minLength); |
831 SMUMLOGGER_WRITE_FORMAT( " MinLength : %d", minLength); |
834 SMUMLOGGER_WRITE_FORMAT( " MaxLength : %d", maxLength); |
832 SMUMLOGGER_WRITE_FORMAT( " MaxLength : %d", maxLength); |
835 SMUMLOGGER_WRITE_FORMAT( " MaxLen index: %d", maxLengthIndex); |
833 SMUMLOGGER_WRITE_FORMAT( " MaxLen index: %d", maxLengthIndex); |
836 |
834 |
837 if(minLength != maxLength) |
835 if(minLength != maxLength) |