lafagnosticuifoundation/uigraphicsutils/tulsrc/tulphonenumberutils.cpp
branchRCL_3
changeset 4 8ca85d2f0db7
parent 0 2f259fa3e83a
child 18 0aa5fbdfbc30
equal deleted inserted replaced
0:2f259fa3e83a 4:8ca85d2f0db7
    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  = 20;
    35 const TInt KPhoneNoUtilsMaxNumbers  = 48; // Maximum phone number supported in Contacts
    36 
    36 
    37 // ---------------------------------------------------------
    37 // ---------------------------------------------------------
    38 // Phone number parsing methods
    38 // Phone number parsing methods
    39 // ---------------------------------------------------------
    39 // ---------------------------------------------------------
    40 
    40