phonebookengines/contactsmodel/cntplsql/src/cplcollectioniterator.cpp
branchRCL_3
changeset 23 5586b4d2ec3e
parent 15 e8e3147d53eb
child 64 c1e8ba0c2b16
equal deleted inserted replaced
21:b3431bff8c19 23:5586b4d2ec3e
    61 	EFindFirstNamePronunciation,
    61 	EFindFirstNamePronunciation,
    62 	EFindLastNamePronunciation,
    62 	EFindLastNamePronunciation,
    63 	EFindCompanyNamePronunciation
    63 	EFindCompanyNamePronunciation
    64 	};
    64 	};
    65 
    65 
    66 // Collation level that ignore accents (i.e. 'a' == '?).
    66 // Collation level that ignore accents (i.e. a == ä ).
    67 const TInt KCollationLevel= 0;
    67 const TInt KCollationLevel= 0;
    68 
    68 
    69 //
    69 //
    70 // The TKeyCmpTextLength class is duplicated in ccontactprivate.cpp.  It should
    70 // The TKeyCmpTextLength class is duplicated in ccontactprivate.cpp.  It should
    71 // be refactored into shared code/library if possible.
    71 // be refactored into shared code/library if possible.