lafagnosticuifoundation/uigraphicsutils/tulsrc/tulphonenumberutils.cpp
branchRCL_3
changeset 23 3d340a0166ff
parent 18 0aa5fbdfbc30
child 55 aecbbf00d063
equal deleted inserted replaced
18:0aa5fbdfbc30 23:3d340a0166ff
    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