lafagnosticuifoundation/uigraphicsutils/tulsrc/tulphonenumberutils.cpp
branchRCL_3
changeset 55 aecbbf00d063
parent 23 3d340a0166ff
child 56 d48ab3b357f1
equal deleted inserted replaced
51:fcdfafb36fe7 55:aecbbf00d063
    26 _LIT(KPlainCharsToParse, "()- ./");
    26 _LIT(KPlainCharsToParse, "()- ./");
    27 _LIT(KContactCardValidChars, "+1234567890()-pw#* ./");
    27 _LIT(KContactCardValidChars, "+1234567890()-pw#* ./");
    28 _LIT(KContactCardCharsToParse, " ./");
    28 _LIT(KContactCardCharsToParse, " ./");
    29 _LIT(KPhoneClientValidChars, "+1234567890()-pw#* ./");
    29 _LIT(KPhoneClientValidChars, "+1234567890()-pw#* ./");
    30 _LIT(KPhoneClientCharsToParse, "()- ./");
    30 _LIT(KPhoneClientCharsToParse, "()- ./");
    31 _LIT(KSMSNumberValidChars, "+1234567890()- ./*#");
    31 _LIT(KSMSNumberValidChars, "+1234567890()- ./*");
    32 
    32 
    33 // DEFINES
    33 // DEFINES
    34 const TInt KPhoneNoUtilsMinNumbers  = 1;
    34 const TInt KPhoneNoUtilsMinNumbers  = 1;
    35 const TInt KPhoneNoUtilsMaxNumbers  = 48; // Maximum phone number supported in Contacts
    35 const TInt KPhoneNoUtilsMaxNumbers  = 48; // Maximum phone number supported in Contacts
    36                                           // see dependent test case t_phonenumberutils.cpp when changing this 
    36                                           // see dependent test case t_phonenumberutils.cpp when changing this