sl@0: /* sl@0: * Copyright (c) 2000-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 "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: * sl@0: */ sl@0: sl@0: sl@0: sl@0: #include "ls_std.h" sl@0: sl@0: const TText hi[]={0x65e5,0}; sl@0: const TText getsuyoubi[]={0x6708,0x66dc,0x65e5,0}; sl@0: const TText kayoubi[]={0x706b,0x66dc,0x65e5,0}; sl@0: const TText suiyoubi[]={0x6c34,0x66dc,0x65e5,0}; sl@0: const TText mokuyoubi[]={0x6728,0x66dc,0x65e5,0}; sl@0: const TText kinyoubi[]={0x91d1,0x66dc,0x65e5,0}; sl@0: const TText doyoubi[]={0x571f,0x66dc,0x65e5,0}; sl@0: const TText nichiyoubi[]={0x65e5,0x66dc,0x65e5,0}; sl@0: const TText getsu[]={0x6708,0}; sl@0: const TText ka[]={0x706b,0}; sl@0: const TText sui[]={0x6c34,0}; sl@0: const TText moku[]={0x6728,0}; sl@0: const TText kin[]={0x91d1,0}; sl@0: const TText dou[]={0x571f,0}; sl@0: const TText nichi[]={0x65e5,0}; sl@0: const TText ichigatsu[]={0xff11,0}; sl@0: const TText nigatsu[]={0xff12,0}; sl@0: const TText sangatsu[]={0xff13,0}; sl@0: const TText shigatsu[]={0xff14,0}; sl@0: const TText gogatsu[]={0xff15,0}; sl@0: const TText rokugatsu[]={0xff16,0}; sl@0: const TText shichigatsu[]={0xff17,0}; sl@0: const TText hachigatsu[]={0xff18,0}; sl@0: const TText kugatsu[]={0xff19,0}; sl@0: const TText jyugatsu[]={0x0031,0x0030,0}; sl@0: const TText jyuichigatsu[]={0x0031,0x0031,0}; sl@0: const TText jyunigatsu[]={0x0031,0x0032,0}; sl@0: const TText a_ichigatsu[]={0x0031,0x6708,0}; sl@0: const TText a_nigatsu[]={0x0032,0x6708,0}; sl@0: const TText a_sangatsu[]={0x0033,0x6708,0}; sl@0: const TText a_shigatsu[]={0x0034,0x6708,0}; sl@0: const TText a_gogatsu[]={0x0035,0x6708,0}; sl@0: const TText a_rokugatsu[]={0x0036,0x6708,0}; sl@0: const TText a_shichigatsu[]={0x0037,0x6708,0}; sl@0: const TText a_hachigatsu[]={0x0038,0x6708,0}; sl@0: const TText a_kugatsu[]={0x0039,0x6708,0}; sl@0: const TText a_jyugatsu[]={0x0031,0x0030,0x6708,0}; sl@0: const TText a_jyuichigatsu[]={0x0031,0x0031,0x6708,0}; sl@0: const TText a_jyunigatsu[]={0x0031,0x0032,0x6708,0}; sl@0: const TText gozen[]={0x5348,0x524d,0}; sl@0: const TText gogo[]={0x5348,0x5f8c,0}; sl@0: sl@0: sl@0: sl@0: // The suffix table sl@0: const TText * const LLanguage::DateSuffixTable[KMaxSuffixes] = sl@0: { sl@0: hi,hi,hi,hi,hi, sl@0: hi,hi,hi,hi,hi, sl@0: hi,hi,hi,hi,hi, sl@0: hi,hi,hi,hi,hi, sl@0: hi,hi,hi,hi,hi, sl@0: hi,hi,hi,hi,hi, sl@0: hi sl@0: }; sl@0: // The day names sl@0: const TText * const LLanguage::DayTable[KMaxDays] = sl@0: { sl@0: getsuyoubi, sl@0: kayoubi, sl@0: suiyoubi, sl@0: mokuyoubi, sl@0: kinyoubi, sl@0: doyoubi, sl@0: nichiyoubi sl@0: }; sl@0: // The abbreviated day names sl@0: const TText * const LLanguage::DayAbbTable[KMaxDays] = sl@0: { sl@0: getsu, sl@0: ka, sl@0: sui, sl@0: moku, sl@0: kin, sl@0: dou, sl@0: nichi sl@0: }; sl@0: // The month names sl@0: const TText * const LLanguage::MonthTable[KMaxMonths] = sl@0: { sl@0: ichigatsu, sl@0: nigatsu, sl@0: sangatsu, sl@0: shigatsu, sl@0: gogatsu, sl@0: rokugatsu, sl@0: shichigatsu, sl@0: hachigatsu, sl@0: kugatsu, sl@0: jyugatsu, sl@0: jyuichigatsu, sl@0: jyunigatsu sl@0: }; sl@0: // The abbreviated month names sl@0: const TText * const LLanguage::MonthAbbTable[KMaxMonths] = sl@0: { sl@0: a_ichigatsu, sl@0: a_nigatsu, sl@0: a_sangatsu, sl@0: a_shigatsu, sl@0: a_gogatsu, sl@0: a_rokugatsu, sl@0: a_shichigatsu, sl@0: a_hachigatsu, sl@0: a_kugatsu, sl@0: a_jyugatsu, sl@0: a_jyuichigatsu, sl@0: a_jyunigatsu sl@0: }; sl@0: // The am/pm strings sl@0: const TText * const LLanguage::AmPmTable[KMaxAmPms] = {gozen,gogo}; sl@0: