sl@0: // Copyright (c) 1994-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of the License "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // f32test\locl\t_cyus.cpp sl@0: // Default locale settings for the US sl@0: // sl@0: // sl@0: sl@0: #include sl@0: sl@0: // The configuration data sl@0: const TLanguage LCountry::Language = ELangAmerican; sl@0: const TInt LCountry::CountryCode = 1; sl@0: const TInt LCountry::UniversalTimeOffset = -6; sl@0: const TDateFormat LCountry::DateFormat = EDateAmerican; sl@0: const TTimeFormat LCountry::TimeFormat = ETime12; sl@0: const TLocalePos LCountry::CurrencySymbolPosition = ELocaleBefore; sl@0: const TBool LCountry::CurrencySpaceBetween = EFalse; sl@0: const TInt LCountry::CurrencyDecimalPlaces = 2; sl@0: const TBool LCountry::CurrencyNegativeInBrackets = EFalse; sl@0: const TBool LCountry::CurrencyTriadsAllowed = ETrue; sl@0: const TText * const LCountry::ThousandsSeparator = _S(","); sl@0: const TText * const LCountry::DecimalSeparator = _S("."); sl@0: const TText * const LCountry::DateSeparator[KMaxDateSeparators] = {_S(""),_S("/"),_S("/"),_S("")}; sl@0: const TText * const LCountry::TimeSeparator[KMaxTimeSeparators] = {_S(""),_S(":"),_S(":"),_S("")}; sl@0: const TLocalePos LCountry::AmPmSymbolPosition = ELocaleAfter; sl@0: const TBool LCountry::AmPmSpaceBetween = ETrue; sl@0: //const TUint LCountry::DaylightSaving = EDstNone; sl@0: const TDaylightSavingZone LCountry::HomeDaylightSavingZone = EDstNorthern; sl@0: const TUint LCountry::WorkDays = 0x1f; sl@0: const TText * const LCountry::CurrencySymbol = _S("$"); sl@0: const TText* const LCountry::ShortDateFormatSpec = _S("%F%*M/%*D/%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) sl@0: const TText* const LCountry::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) sl@0: const TText* const LCountry::TimeFormatSpec = _S("%F%*I:%T:%S %*A"); // 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) sl@0: const TFatUtilityFunctions* const LCountry::FatUtilityFunctions = NULL; sl@0: const TDay LCountry::StartOfWeek = ESunday; sl@0: const TClockFormat LCountry::ClockFormat = EClockAnalog; sl@0: const TUnitsFormat LCountry::UnitsGeneral = EUnitsImperial; sl@0: const TUnitsFormat LCountry::UnitsDistanceShort = EUnitsImperial; sl@0: const TUnitsFormat LCountry::UnitsDistanceLong = EUnitsImperial; sl@0: