lafagnosticuifoundation/uigraphicsutils/tulsrc/tuladdressstringtokenizer.cpp
branchRCL_3
changeset 4 8ca85d2f0db7
parent 0 2f259fa3e83a
equal deleted inserted replaced
0:2f259fa3e83a 4:8ca85d2f0db7
    21 #include <tulpanics.h>
    21 #include <tulpanics.h>
    22 #include "languagespecificnumberconverter.h"
    22 #include "languagespecificnumberconverter.h"
    23 
    23 
    24 // DEFINE
    24 // DEFINE
    25 
    25 
    26 const TInt KFindItemMaxNumbers  = 20;
    26 const TInt KFindItemMaxNumbers  = 48; // Maximum phone number supported in Contacts
    27 const TInt KFindItemMinNumbers  = 3;
    27 const TInt KFindItemMinNumbers  = 3;
    28 const TInt KDotsInIpAddress     = 3;
    28 const TInt KDotsInIpAddress     = 3;
    29 const TInt KNumbersInIpAddress  = 3;
    29 const TInt KNumbersInIpAddress  = 3;
    30 
    30 
    31 const TInt KCharLinefeed = 0x000A;
    31 const TInt KCharLinefeed = 0x000A;