predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsAlgorithm1Utils.h
branchRCL_3
changeset 39 a6539d1e8e43
parent 21 b3431bff8c19
child 64 c1e8ba0c2b16
--- a/predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsAlgorithm1Utils.h	Tue May 25 12:26:45 2010 +0300
+++ b/predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsAlgorithm1Utils.h	Wed Jun 09 09:26:27 2010 +0300
@@ -47,6 +47,11 @@
 		static void FormCompleteSearchResultsL(RPointerArray<CPSDATA_R_PTR_ARRAY>& aSearchResultsArr, 
 										       RPointerArray<CPsData>& SearchResults);
 
+        /**
+         * Compare by character.
+         */
+		static TInt CompareByCharacter(const TChar& aFirst, const TChar& aSecond);
+
 		/**
 		 * Compare by length.
 		 */