charconvfw/numbergrouping/Src/NumberGrouping.cpp
branchRCL_3
changeset 28 26914f8d1faf
parent 25 1799ab513ec3
equal deleted inserted replaced
25:1799ab513ec3 28:26914f8d1faf
    33 // where spaces are not to be rendered at the margins.
    33 // where spaces are not to be rendered at the margins.
    34 const TText KNumberGroupingSpace(' ');
    34 const TText KNumberGroupingSpace(' ');
    35 
    35 
    36 const TInt KMinimumLengthToGroup = 1; // No grouping occurs if fewer than this in unformatted buffer
    36 const TInt KMinimumLengthToGroup = 1; // No grouping occurs if fewer than this in unformatted buffer
    37 
    37 
    38 #include <NumberGrouping.rsg>
    38 #include <numbergrouping.rsg>
    39 
    39 
    40 
    40 
    41 GLDEF_C void Panic(TNumberGroupingPanic aPanic)
    41 GLDEF_C void Panic(TNumberGroupingPanic aPanic)
    42     {
    42     {
    43     _LIT(KPanicCat,"Number Grouping");
    43     _LIT(KPanicCat,"Number Grouping");