lafagnosticuifoundation/uigraphicsutils/tulsrc/tulphonenumberutils.cpp
branchRCL_3
changeset 18 0aa5fbdfbc30
parent 4 8ca85d2f0db7
child 23 3d340a0166ff
equal deleted inserted replaced
16:71dd06cfe933 18:0aa5fbdfbc30
    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