textandlocutils/numbergrouping/src/NumberGrouping.cpp
changeset 41 ea44a32a96bc
parent 40 91ef7621b7fc
equal deleted inserted replaced
40:91ef7621b7fc 41:ea44a32a96bc
    35 // where spaces are not to be rendered at the margins.
    35 // where spaces are not to be rendered at the margins.
    36 const TText KNumberGroupingSpace(' ');
    36 const TText KNumberGroupingSpace(' ');
    37 
    37 
    38 const TInt KMinimumLengthToGroup = 1; // No grouping occurs if fewer than this in unformatted buffer
    38 const TInt KMinimumLengthToGroup = 1; // No grouping occurs if fewer than this in unformatted buffer
    39 
    39 
    40 #include <NumberGrouping.rsg>
    40 #include <numbergrouping.rsg>
    41 
    41 
    42 
    42 
    43 GLDEF_C void Panic(TNumberGroupingPanic aPanic)
    43 GLDEF_C void Panic(TNumberGroupingPanic aPanic)
    44     {
    44     {
    45     _LIT(KPanicCat,"Number Grouping");
    45     _LIT(KPanicCat,"Number Grouping");