localisation/localesupport/new_locale_dll/region/region_250.cpp
changeset 0 a41df078684a
child 15 4122176ea935
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     1 // Copyright (c) 1994-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #include "ls_std.h"
       
    17 #include "locl_region.h"
       
    18 
       
    19 const TInt RegionAspect::CountryCode = 33;
       
    20 const TInt RegionAspect::UniversalTimeOffset = 3600;
       
    21 const TDateFormat RegionAspect::DateFormat = EDateEuropean;
       
    22 const TTimeFormat RegionAspect::TimeFormat = ETime24;
       
    23 const TLocalePos RegionAspect::CurrencySymbolPosition = ELocaleAfter;
       
    24 const TBool RegionAspect::CurrencySpaceBetween = ETrue;
       
    25 const TInt RegionAspect::CurrencyDecimalPlaces = 2;
       
    26 const TLocale::TNegativeCurrencyFormat RegionAspect::NegativeCurrencyFormat=TLocale::TNegativeCurrencyFormat(0); // replacing CurrencyNegativeInBrackets
       
    27 const TBool RegionAspect::CurrencyTriadsAllowed = ETrue;
       
    28 const TText * const RegionAspect::ThousandsSeparator = _S(" ");
       
    29 const TText * const RegionAspect::DecimalSeparator = _S(",");
       
    30 const TText * const RegionAspect::DateSeparator[KMaxDateSeparators] = {_S(""),_S("."),_S("."),_S("")};
       
    31 const TText * const RegionAspect::TimeSeparator[KMaxTimeSeparators] = {_S(""),_S(":"),_S(":"),_S("")};
       
    32 const TLocalePos RegionAspect::AmPmSymbolPosition = ELocaleAfter;
       
    33 const TBool RegionAspect::AmPmSpaceBetween = ETrue;
       
    34 const TDaylightSavingZone RegionAspect::HomeDaylightSavingZone = EDstEuropean;
       
    35 const TUint RegionAspect::WorkDays = 0x1f;
       
    36 const TText * const RegionAspect::CurrencySymbol = _S("\x20ac");
       
    37 const TText* const RegionAspect::ShortDateFormatSpec = _S("%F%*D.%*M.%Y");// needs checking by a localisation team (this item was added since real localisation - the value given here has been set by a software developer so it may be wrong)
       
    38 const TText* const RegionAspect::LongDateFormatSpec = _S("%F%*D%X %N %Y"); // needs checking by a localisation team (this item was added since real localisation - the value given here has been set by a software developer so it may be wrong)
       
    39 const TText* const RegionAspect::TimeFormatSpec = _S("%F%H:%T:%S");  // needs checking by a localisation team (this item was added since real localisation - the value given here has been set by a software developer so it may be wrong)
       
    40 const TDay RegionAspect::StartOfWeek = EMonday;
       
    41 const TClockFormat RegionAspect::ClockFormat = EClockAnalog;
       
    42 const TUnitsFormat RegionAspect::UnitsGeneral = EUnitsMetric;
       
    43 const TUnitsFormat RegionAspect::UnitsDistanceShort = EUnitsMetric;
       
    44 const TUnitsFormat RegionAspect::UnitsDistanceLong = EUnitsMetric;
       
    45 const TUint16 RegionAspect::RegionCode = 250;
       
    46 const TUint RegionAspect::ExtraNegativeCurrencyFormatFlags = 0;