predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsAlgorithm1Helper.h
branchRCL_3
changeset 6 e8e3147d53eb
parent 0 e686773b3f54
child 7 b3431bff8c19
equal deleted inserted replaced
5:81f8547efd4f 6:e8e3147d53eb
    91         /**
    91         /**
    92          * Search function for query in ITU-T mode, QWERTY mode, or Mixed (ITU-T and QWERTY) mode.
    92          * Search function for query in ITU-T mode, QWERTY mode, or Mixed (ITU-T and QWERTY) mode.
    93          */
    93          */
    94         void SearchSingleL(const CPsSettings& aSettings,
    94         void SearchSingleL(const CPsSettings& aSettings,
    95                            CPsQuery& aPsQuery,
    95                            CPsQuery& aPsQuery,
    96                            TBool isGroupSearch,
    96                            TBool aIsGroupSearch,
    97                            RArray<TInt>& aContactsInGroup,
    97                            RArray<TInt>& aContactsInGroup,
    98                            RPointerArray<CPsData>& searchResults,
    98                            RPointerArray<CPsData>& aSearchResults,
    99                            RPointerArray<CPsPattern>& searchSeqs );
    99                            RPointerArray<CPsPattern>& aSearchSeqs );
   100 
   100 
   101         /**
   101         /**
   102          * Funciton to search matching sequences in the input text.
   102          * Funciton to search matching sequences in the input text.
   103          */
   103          */
   104         void SearchMatchSeqL(CPsQuery& aPsQuery,
   104         void SearchMatchSeqL(CPsQuery& aPsQuery,
   105                              TDesC& aData,
   105                              const TDesC& aData,
   106                              RPointerArray<TDesC>& aMatchSet,
   106                              RPointerArray<TDesC>& aMatchSet,
   107                              RArray<TPsMatchLocation>& aMatchLocation );
   107                              RArray<TPsMatchLocation>& aMatchLocation );
   108 
   108 
   109         /**
   109         /**
   110          * Sort search sequences.
   110          * Sort search sequences.