predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsAlgorithm1Utils.h
branchRCL_3
changeset 39 a6539d1e8e43
parent 21 b3431bff8c19
child 64 c1e8ba0c2b16
equal deleted inserted replaced
35:4ae315f230bc 39:a6539d1e8e43
    44          * into single result set. This is a wrapper funciton implemented that
    44          * into single result set. This is a wrapper funciton implemented that
    45          * works for all type of key board modes
    45          * works for all type of key board modes
    46 		 */
    46 		 */
    47 		static void FormCompleteSearchResultsL(RPointerArray<CPSDATA_R_PTR_ARRAY>& aSearchResultsArr, 
    47 		static void FormCompleteSearchResultsL(RPointerArray<CPSDATA_R_PTR_ARRAY>& aSearchResultsArr, 
    48 										       RPointerArray<CPsData>& SearchResults);
    48 										       RPointerArray<CPsData>& SearchResults);
       
    49 
       
    50         /**
       
    51          * Compare by character.
       
    52          */
       
    53 		static TInt CompareByCharacter(const TChar& aFirst, const TChar& aSecond);
    49 
    54 
    50 		/**
    55 		/**
    51 		 * Compare by length.
    56 		 * Compare by length.
    52 		 */
    57 		 */
    53 		static TInt CompareByLength(const HBufC& aFirst, const HBufC& aSecond);
    58 		static TInt CompareByLength(const HBufC& aFirst, const HBufC& aSecond);