First public contribution.
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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // e32\euser\us_loc.cpp
20 EXPORT_C TDayName::TDayName()
24 It constructs this object and initialises it with the current locale's text for
35 EXPORT_C TDayName::TDayName(TDay aDay)
37 Constructs this object and initialises it with the current locale's text for
38 the specified day of the week.
40 @param aDay Identifies the day of the week.
50 EXPORT_C TDayNameAbb::TDayNameAbb()
54 It constructs this object and initialises it with the current locale's
55 abbreviated text for Monday.
65 EXPORT_C TDayNameAbb::TDayNameAbb(TDay aDay)
67 Constructs this object and initialises it with the current locale's abbreviated
68 text for the specified day of the week.
70 @param aDay An enumerator identifying the day of the week.
80 EXPORT_C TMonthName::TMonthName()
84 Constructs the object and initialises it with the current locale's text for
95 EXPORT_C TMonthName::TMonthName(TMonth aMonth)
97 Constructs this object and initialises it with the current locale's text for
100 @param aMonth Identifies the month.
110 EXPORT_C TMonthNameAbb::TMonthNameAbb()
114 It constructs this object and initialises it with the current locale's abbreviated
125 EXPORT_C TMonthNameAbb::TMonthNameAbb(TMonth aMonth)
127 Constructs this object and initialises it with the current locale's abbreviated
128 text for the specified month.
130 @param aMonth Identifies the month.
140 EXPORT_C TDateSuffix::TDateSuffix()
144 It constructs this object and initialises it with the current locale's date
145 suffix text for the first day of the month.
155 EXPORT_C TDateSuffix::TDateSuffix(TInt aDateSuffix)
157 Constructs this object and initialises it with the current locale's date suffix
158 text for the specified day of the month.
160 @param aDateSuffix A value identifying the day of the month. The value can
161 range from 0 to 30 so that the first day of the month is
162 identified by 0, the second day by 1 etc.
164 @panic USER 69, if aDateSuffix is outside the range 0 to 30.
174 EXPORT_C TAmPmName::TAmPmName()
178 It constructs this object and initialises it with the current locale's text for
179 identifying time before noon.
189 EXPORT_C TAmPmName::TAmPmName(TAmPm aSelector)
191 Constructs this object and initialises it with the current locale's text for
192 identifying time before or after noon as identified by the specified selector.
194 @param aSelector The am/pm selector.
204 EXPORT_C TCurrencySymbol::TCurrencySymbol()
208 It constructs this object and initialises it with the current locale's currency
219 EXPORT_C TShortDateFormatSpec::TShortDateFormatSpec()
223 Performs construction by calling Set().
225 @see TShortDateFormatSpec::Set
235 EXPORT_C TLongDateFormatSpec::TLongDateFormatSpec()
239 Performs construction by calling Set().
241 @see TLongDateFormatSpec::Set
251 EXPORT_C TTimeFormatSpec::TTimeFormatSpec()
255 Performs construction by calling Set().
257 @see TTimeFormatSpec::Set
267 EXPORT_C TLocaleMessageText::TLocaleMessageText()
269 // Default Constructor
276 EXPORT_C TLocaleMessageText::TLocaleMessageText(TLocaleMessage aMsgNo)