lafagnosticuifoundation/uigraphicsutils/tulsrc/tulphonenumberutils.cpp
changeset 21 558113899881
parent 14 3320e4e6e8bb
child 23 3d340a0166ff
equal deleted inserted replaced
14:3320e4e6e8bb 21:558113899881
    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 
    37 
    37 // ---------------------------------------------------------
    38 // ---------------------------------------------------------
    38 // Phone number parsing methods
    39 // Phone number parsing methods
    39 // ---------------------------------------------------------
    40 // ---------------------------------------------------------
    40 
    41