LCOV - code coverage report
Current view: top level - workdir/unxlngi6.pro/CustomTarget/i18npool/localedata - localedata_ar_LB.cxx (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 6 41 14.6 %
Date: 2012-08-25 Functions: 2 18 11.1 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 1 2 50.0 %

           Branch data     Line data    Source code
       1                 :            : #include <sal/types.h>
       2                 :            : 
       3                 :            : 
       4                 :            : #include <stdio.h> // debug printfs
       5                 :            : 
       6                 :            : extern "C" {
       7                 :            : 
       8                 :            : static const sal_Unicode langID[] = {0x61, 0x72, 0x0};
       9                 :            : static const sal_Unicode langDefaultName[] = {0x41, 0x72, 0x61, 0x62, 0x69, 0x63, 0x0};
      10                 :            : static const sal_Unicode countryID[] = {0x4c, 0x42, 0x0};
      11                 :            : static const sal_Unicode countryDefaultName[] = {0x4c, 0x65, 0x62, 0x61, 0x6e, 0x6f, 0x6e, 0x0};
      12                 :            : static const sal_Unicode Variant[] = {0x0};
      13                 :            : 
      14                 :            : static const sal_Unicode* LCInfoArray[] = {
      15                 :            :         langID,
      16                 :            :         langDefaultName,
      17                 :            :         countryID,
      18                 :            :         countryDefaultName,
      19                 :            :         Variant
      20                 :            : };
      21                 :            : 
      22                 :          0 : SAL_DLLPUBLIC_EXPORT sal_Unicode **  SAL_CALL getLCInfo_ar_LB(sal_Int16& count)
      23                 :            : {
      24                 :          0 :         count = 0;
      25                 :          0 :         return (sal_Unicode**)LCInfoArray;
      26                 :            : }
      27                 :            : 
      28                 :            : 
      29                 :            : static const sal_Unicode LC_CTYPE_Unoid[] = {0x0};
      30                 :            : static const sal_Unicode dateSeparator[] = {0x2f, 0x0};
      31                 :            : static const sal_Unicode thousandSeparator[] = {0x66c, 0x0};
      32                 :            : static const sal_Unicode decimalSeparator[] = {0x66b, 0x0};
      33                 :            : static const sal_Unicode timeSeparator[] = {0x3a, 0x0};
      34                 :            : static const sal_Unicode time100SecSeparator[] = {0x2e, 0x0};
      35                 :            : static const sal_Unicode listSeparator[] = {0x3b, 0x0};
      36                 :            : static const sal_Unicode LongDateDayOfWeekSeparator[] = {0x60c, 0x20, 0x0};
      37                 :            : static const sal_Unicode LongDateDaySeparator[] = {0x60c, 0x20, 0x0};
      38                 :            : static const sal_Unicode LongDateMonthSeparator[] = {0x60c, 0x20, 0x0};
      39                 :            : static const sal_Unicode LongDateYearSeparator[] = {0x20, 0x0};
      40                 :            : static const sal_Unicode quotationStart[] = {0x2018, 0x0};
      41                 :            : static const sal_Unicode quotationEnd[] = {0x2019, 0x0};
      42                 :            : static const sal_Unicode doubleQuotationStart[] = {0x22, 0x0};
      43                 :            : static const sal_Unicode doubleQuotationEnd[] = {0x22, 0x0};
      44                 :            : static const sal_Unicode timeAM[] = {0x635, 0x0};
      45                 :            : static const sal_Unicode timePM[] = {0x645, 0x0};
      46                 :            : static const sal_Unicode measurementSystem[] = {0x6d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x0};
      47                 :            : 
      48                 :            : static const sal_Unicode* LCType[] = {
      49                 :            :         LC_CTYPE_Unoid,
      50                 :            :         dateSeparator,
      51                 :            :         thousandSeparator,
      52                 :            :         decimalSeparator,
      53                 :            :         timeSeparator,
      54                 :            :         time100SecSeparator,
      55                 :            :         listSeparator,
      56                 :            :         quotationStart,
      57                 :            :         quotationEnd,
      58                 :            :         doubleQuotationStart,
      59                 :            :         doubleQuotationEnd,
      60                 :            :         timeAM,
      61                 :            :         timePM,
      62                 :            :         measurementSystem,
      63                 :            :         LongDateDayOfWeekSeparator,
      64                 :            :         LongDateDaySeparator,
      65                 :            :         LongDateMonthSeparator,
      66                 :            :         LongDateYearSeparator
      67                 :            : };
      68                 :            : 
      69                 :          0 : SAL_DLLPUBLIC_EXPORT sal_Unicode **  SAL_CALL getLocaleItem_ar_LB(sal_Int16& count)
      70                 :            : {
      71                 :          0 :         count = 0;
      72                 :          0 :         return (sal_Unicode**)LCType;
      73                 :            : }
      74                 :            : static const sal_Unicode replaceFrom0[] = {0x5b, 0x43, 0x55, 0x52, 0x52, 0x45, 0x4e, 0x43, 0x59, 0x5d, 0x0};
      75                 :            : static const sal_Unicode replaceTo0[] = {0x5b, 0x24, 0x644, 0x2e, 0x644, 0x2e, 0x200f, 0x2d, 0x33, 0x30, 0x30, 0x31, 0x5d, 0x0};
      76                 :            : extern sal_Unicode **  SAL_CALL getAllFormats0_ar_EG(sal_Int16& count, const sal_Unicode*& from, const sal_Unicode*& to);
      77                 :         36 : SAL_DLLPUBLIC_EXPORT sal_Unicode **  SAL_CALL getAllFormats0_ar_LB(sal_Int16& count, const sal_Unicode*& from, const sal_Unicode*& to)
      78                 :            : {
      79                 :         36 :         to = replaceTo0;
      80                 :            :         const sal_Unicode* tmp;
      81         [ +  - ]:         36 :         return getAllFormats0_ar_EG(count, from, tmp);
      82                 :            : }
      83                 :            : extern sal_Unicode **  SAL_CALL getDateAcceptancePatterns_ar_EG(sal_Int16& count);
      84                 :          0 : SAL_DLLPUBLIC_EXPORT sal_Unicode **  SAL_CALL getDateAcceptancePatterns_ar_LB(sal_Int16& count)
      85                 :            : {
      86                 :          0 :         return getDateAcceptancePatterns_ar_EG(count);
      87                 :            : }
      88                 :            : extern sal_Unicode **  SAL_CALL getCollatorImplementation_en_US(sal_Int16& count);
      89                 :          0 : SAL_DLLPUBLIC_EXPORT sal_Unicode **  SAL_CALL getCollatorImplementation_ar_LB(sal_Int16& count)
      90                 :            : {
      91                 :          0 :         return getCollatorImplementation_en_US(count);
      92                 :            : }
      93                 :            : extern sal_Unicode **  SAL_CALL getCollationOptions_en_US(sal_Int16& count);
      94                 :          0 : SAL_DLLPUBLIC_EXPORT sal_Unicode **  SAL_CALL getCollationOptions_ar_LB(sal_Int16& count)
      95                 :            : {
      96                 :          0 :         return getCollationOptions_en_US(count);
      97                 :            : }
      98                 :            : extern sal_Unicode **  SAL_CALL getSearchOptions_en_US(sal_Int16& count);
      99                 :          0 : SAL_DLLPUBLIC_EXPORT sal_Unicode **  SAL_CALL getSearchOptions_ar_LB(sal_Int16& count)
     100                 :            : {
     101                 :          0 :         return getSearchOptions_en_US(count);
     102                 :            : }
     103                 :            : extern sal_Unicode **  SAL_CALL getIndexAlgorithm_ar_EG(sal_Int16& count);
     104                 :          0 : SAL_DLLPUBLIC_EXPORT sal_Unicode **  SAL_CALL getIndexAlgorithm_ar_LB(sal_Int16& count)
     105                 :            : {
     106                 :          0 :         return getIndexAlgorithm_ar_EG(count);
     107                 :            : }
     108                 :            : extern sal_Unicode **  SAL_CALL getUnicodeScripts_ar_EG(sal_Int16& count);
     109                 :          0 : SAL_DLLPUBLIC_EXPORT sal_Unicode **  SAL_CALL getUnicodeScripts_ar_LB(sal_Int16& count)
     110                 :            : {
     111                 :          0 :         return getUnicodeScripts_ar_EG(count);
     112                 :            : }
     113                 :            : extern sal_Unicode **  SAL_CALL getFollowPageWords_ar_EG(sal_Int16& count);
     114                 :          0 : SAL_DLLPUBLIC_EXPORT sal_Unicode **  SAL_CALL getFollowPageWords_ar_LB(sal_Int16& count)
     115                 :            : {
     116                 :          0 :         return getFollowPageWords_ar_EG(count);
     117                 :            : }
     118                 :            : static const sal_Unicode calendarID0[] = {0x67, 0x72, 0x65, 0x67, 0x6f, 0x72, 0x69, 0x61, 0x6e, 0x0};
     119                 :            : static const sal_Unicode defaultCalendar0[] = {1};
     120                 :            : static const sal_Unicode dayID00[] = {0x73, 0x75, 0x6e, 0x0};
     121                 :            : static const sal_Unicode dayDefaultAbbrvName00[] = {0x627, 0x644, 0x623, 0x62d, 0x62f, 0x0};
     122                 :            : static const sal_Unicode dayDefaultFullName00[] = {0x627, 0x644, 0x623, 0x62d, 0x62f, 0x0};
     123                 :            : static const sal_Unicode dayDefaultNarrowName00[] = {0x627, 0x0};
     124                 :            : static const sal_Unicode dayID01[] = {0x6d, 0x6f, 0x6e, 0x0};
     125                 :            : static const sal_Unicode dayDefaultAbbrvName01[] = {0x627, 0x644, 0x627, 0x62b, 0x646, 0x64a, 0x646, 0x0};
     126                 :            : static const sal_Unicode dayDefaultFullName01[] = {0x627, 0x644, 0x627, 0x62b, 0x646, 0x64a, 0x646, 0x0};
     127                 :            : static const sal_Unicode dayDefaultNarrowName01[] = {0x627, 0x0};
     128                 :            : static const sal_Unicode dayID02[] = {0x74, 0x75, 0x65, 0x0};
     129                 :            : static const sal_Unicode dayDefaultAbbrvName02[] = {0x627, 0x644, 0x62b, 0x644, 0x627, 0x62b, 0x627, 0x621, 0x0};
     130                 :            : static const sal_Unicode dayDefaultFullName02[] = {0x627, 0x644, 0x62b, 0x644, 0x627, 0x62b, 0x627, 0x621, 0x0};
     131                 :            : static const sal_Unicode dayDefaultNarrowName02[] = {0x627, 0x0};
     132                 :            : static const sal_Unicode dayID03[] = {0x77, 0x65, 0x64, 0x0};
     133                 :            : static const sal_Unicode dayDefaultAbbrvName03[] = {0x627, 0x644, 0x623, 0x631, 0x628, 0x639, 0x627, 0x621, 0x0};
     134                 :            : static const sal_Unicode dayDefaultFullName03[] = {0x627, 0x644, 0x623, 0x631, 0x628, 0x639, 0x627, 0x621, 0x0};
     135                 :            : static const sal_Unicode dayDefaultNarrowName03[] = {0x627, 0x0};
     136                 :            : static const sal_Unicode dayID04[] = {0x74, 0x68, 0x75, 0x0};
     137                 :            : static const sal_Unicode dayDefaultAbbrvName04[] = {0x627, 0x644, 0x62e, 0x645, 0x64a, 0x633, 0x0};
     138                 :            : static const sal_Unicode dayDefaultFullName04[] = {0x627, 0x644, 0x62e, 0x645, 0x64a, 0x633, 0x0};
     139                 :            : static const sal_Unicode dayDefaultNarrowName04[] = {0x627, 0x0};
     140                 :            : static const sal_Unicode dayID05[] = {0x66, 0x72, 0x69, 0x0};
     141                 :            : static const sal_Unicode dayDefaultAbbrvName05[] = {0x627, 0x644, 0x62c, 0x645, 0x639, 0x629, 0x0};
     142                 :            : static const sal_Unicode dayDefaultFullName05[] = {0x627, 0x644, 0x62c, 0x645, 0x639, 0x629, 0x0};
     143                 :            : static const sal_Unicode dayDefaultNarrowName05[] = {0x627, 0x0};
     144                 :            : static const sal_Unicode dayID06[] = {0x73, 0x61, 0x74, 0x0};
     145                 :            : static const sal_Unicode dayDefaultAbbrvName06[] = {0x627, 0x644, 0x633, 0x628, 0x62a, 0x0};
     146                 :            : static const sal_Unicode dayDefaultFullName06[] = {0x627, 0x644, 0x633, 0x628, 0x62a, 0x0};
     147                 :            : static const sal_Unicode dayDefaultNarrowName06[] = {0x627, 0x0};
     148                 :            : static const sal_Unicode monthID00[] = {0x6a, 0x61, 0x6e, 0x0};
     149                 :            : static const sal_Unicode monthDefaultAbbrvName00[] = {0x643, 0x627, 0x646, 0x648, 0x646, 0x20, 0x627, 0x644, 0x62b, 0x627, 0x646, 0x64a, 0x0};
     150                 :            : static const sal_Unicode monthDefaultFullName00[] = {0x643, 0x627, 0x646, 0x648, 0x646, 0x20, 0x627, 0x644, 0x62b, 0x627, 0x646, 0x64a, 0x0};
     151                 :            : static const sal_Unicode monthDefaultNarrowName00[] = {0x643, 0x0};
     152                 :            : static const sal_Unicode monthID01[] = {0x66, 0x65, 0x62, 0x0};
     153                 :            : static const sal_Unicode monthDefaultAbbrvName01[] = {0x634, 0x628, 0x627, 0x637, 0x0};
     154                 :            : static const sal_Unicode monthDefaultFullName01[] = {0x634, 0x628, 0x627, 0x637, 0x0};
     155                 :            : static const sal_Unicode monthDefaultNarrowName01[] = {0x634, 0x0};
     156                 :            : static const sal_Unicode monthID02[] = {0x6d, 0x61, 0x72, 0x0};
     157                 :            : static const sal_Unicode monthDefaultAbbrvName02[] = {0x622, 0x630, 0x627, 0x631, 0x0};
     158                 :            : static const sal_Unicode monthDefaultFullName02[] = {0x622, 0x630, 0x627, 0x631, 0x0};
     159                 :            : static const sal_Unicode monthDefaultNarrowName02[] = {0x622, 0x0};
     160                 :            : static const sal_Unicode monthID03[] = {0x61, 0x70, 0x72, 0x0};
     161                 :            : static const sal_Unicode monthDefaultAbbrvName03[] = {0x646, 0x64a, 0x633, 0x627, 0x646, 0x0};
     162                 :            : static const sal_Unicode monthDefaultFullName03[] = {0x646, 0x64a, 0x633, 0x627, 0x646, 0x0};
     163                 :            : static const sal_Unicode monthDefaultNarrowName03[] = {0x646, 0x0};
     164                 :            : static const sal_Unicode monthID04[] = {0x6d, 0x61, 0x79, 0x0};
     165                 :            : static const sal_Unicode monthDefaultAbbrvName04[] = {0x646, 0x648, 0x627, 0x631, 0x0};
     166                 :            : static const sal_Unicode monthDefaultFullName04[] = {0x646, 0x648, 0x627, 0x631, 0x0};
     167                 :            : static const sal_Unicode monthDefaultNarrowName04[] = {0x646, 0x0};
     168                 :            : static const sal_Unicode monthID05[] = {0x6a, 0x75, 0x6e, 0x0};
     169                 :            : static const sal_Unicode monthDefaultAbbrvName05[] = {0x62d, 0x632, 0x64a, 0x631, 0x627, 0x646, 0x0};
     170                 :            : static const sal_Unicode monthDefaultFullName05[] = {0x62d, 0x632, 0x64a, 0x631, 0x627, 0x646, 0x0};
     171                 :            : static const sal_Unicode monthDefaultNarrowName05[] = {0x62d, 0x0};
     172                 :            : static const sal_Unicode monthID06[] = {0x6a, 0x75, 0x6c, 0x0};
     173                 :            : static const sal_Unicode monthDefaultAbbrvName06[] = {0x62a, 0x645, 0x648, 0x632, 0x0};
     174                 :            : static const sal_Unicode monthDefaultFullName06[] = {0x62a, 0x645, 0x648, 0x632, 0x0};
     175                 :            : static const sal_Unicode monthDefaultNarrowName06[] = {0x62a, 0x0};
     176                 :            : static const sal_Unicode monthID07[] = {0x61, 0x75, 0x67, 0x0};
     177                 :            : static const sal_Unicode monthDefaultAbbrvName07[] = {0x622, 0x628, 0x0};
     178                 :            : static const sal_Unicode monthDefaultFullName07[] = {0x622, 0x628, 0x0};
     179                 :            : static const sal_Unicode monthDefaultNarrowName07[] = {0x622, 0x0};
     180                 :            : static const sal_Unicode monthID08[] = {0x73, 0x65, 0x70, 0x0};
     181                 :            : static const sal_Unicode monthDefaultAbbrvName08[] = {0x623, 0x64a, 0x644, 0x648, 0x644, 0x0};
     182                 :            : static const sal_Unicode monthDefaultFullName08[] = {0x623, 0x64a, 0x644, 0x648, 0x644, 0x0};
     183                 :            : static const sal_Unicode monthDefaultNarrowName08[] = {0x623, 0x0};
     184                 :            : static const sal_Unicode monthID09[] = {0x6f, 0x63, 0x74, 0x0};
     185                 :            : static const sal_Unicode monthDefaultAbbrvName09[] = {0x62a, 0x634, 0x631, 0x64a, 0x646, 0x20, 0x627, 0x644, 0x623, 0x648, 0x644, 0x0};
     186                 :            : static const sal_Unicode monthDefaultFullName09[] = {0x62a, 0x634, 0x631, 0x64a, 0x646, 0x20, 0x627, 0x644, 0x623, 0x648, 0x644, 0x0};
     187                 :            : static const sal_Unicode monthDefaultNarrowName09[] = {0x62a, 0x0};
     188                 :            : static const sal_Unicode monthID010[] = {0x6e, 0x6f, 0x76, 0x0};
     189                 :            : static const sal_Unicode monthDefaultAbbrvName010[] = {0x62a, 0x634, 0x631, 0x64a, 0x646, 0x20, 0x627, 0x644, 0x62b, 0x627, 0x646, 0x64a, 0x0};
     190                 :            : static const sal_Unicode monthDefaultFullName010[] = {0x62a, 0x634, 0x631, 0x64a, 0x646, 0x20, 0x627, 0x644, 0x62b, 0x627, 0x646, 0x64a, 0x0};
     191                 :            : static const sal_Unicode monthDefaultNarrowName010[] = {0x62a, 0x0};
     192                 :            : static const sal_Unicode monthID011[] = {0x64, 0x65, 0x63, 0x0};
     193                 :            : static const sal_Unicode monthDefaultAbbrvName011[] = {0x643, 0x627, 0x646, 0x648, 0x646, 0x20, 0x627, 0x644, 0x623, 0x648, 0x644, 0x0};
     194                 :            : static const sal_Unicode monthDefaultFullName011[] = {0x643, 0x627, 0x646, 0x648, 0x646, 0x20, 0x627, 0x644, 0x623, 0x648, 0x644, 0x0};
     195                 :            : static const sal_Unicode monthDefaultNarrowName011[] = {0x643, 0x0};
     196                 :            : static const sal_Unicode genitiveMonthID00[] = {0x6a, 0x61, 0x6e, 0x0};
     197                 :            : static const sal_Unicode genitiveMonthDefaultAbbrvName00[] = {0x643, 0x627, 0x646, 0x648, 0x646, 0x20, 0x627, 0x644, 0x62b, 0x627, 0x646, 0x64a, 0x0};
     198                 :            : static const sal_Unicode genitiveMonthDefaultFullName00[] = {0x643, 0x627, 0x646, 0x648, 0x646, 0x20, 0x627, 0x644, 0x62b, 0x627, 0x646, 0x64a, 0x0};
     199                 :            : static const sal_Unicode genitiveMonthDefaultNarrowName00[] = {0x643, 0x0};
     200                 :            : static const sal_Unicode genitiveMonthID01[] = {0x66, 0x65, 0x62, 0x0};
     201                 :            : static const sal_Unicode genitiveMonthDefaultAbbrvName01[] = {0x634, 0x628, 0x627, 0x637, 0x0};
     202                 :            : static const sal_Unicode genitiveMonthDefaultFullName01[] = {0x634, 0x628, 0x627, 0x637, 0x0};
     203                 :            : static const sal_Unicode genitiveMonthDefaultNarrowName01[] = {0x634, 0x0};
     204                 :            : static const sal_Unicode genitiveMonthID02[] = {0x6d, 0x61, 0x72, 0x0};
     205                 :            : static const sal_Unicode genitiveMonthDefaultAbbrvName02[] = {0x622, 0x630, 0x627, 0x631, 0x0};
     206                 :            : static const sal_Unicode genitiveMonthDefaultFullName02[] = {0x622, 0x630, 0x627, 0x631, 0x0};
     207                 :            : static const sal_Unicode genitiveMonthDefaultNarrowName02[] = {0x622, 0x0};
     208                 :            : static const sal_Unicode genitiveMonthID03[] = {0x61, 0x70, 0x72, 0x0};
     209                 :            : static const sal_Unicode genitiveMonthDefaultAbbrvName03[] = {0x646, 0x64a, 0x633, 0x627, 0x646, 0x0};
     210                 :            : static const sal_Unicode genitiveMonthDefaultFullName03[] = {0x646, 0x64a, 0x633, 0x627, 0x646, 0x0};
     211                 :            : static const sal_Unicode genitiveMonthDefaultNarrowName03[] = {0x646, 0x0};
     212                 :            : static const sal_Unicode genitiveMonthID04[] = {0x6d, 0x61, 0x79, 0x0};
     213                 :            : static const sal_Unicode genitiveMonthDefaultAbbrvName04[] = {0x646, 0x648, 0x627, 0x631, 0x0};
     214                 :            : static const sal_Unicode genitiveMonthDefaultFullName04[] = {0x646, 0x648, 0x627, 0x631, 0x0};
     215                 :            : static const sal_Unicode genitiveMonthDefaultNarrowName04[] = {0x646, 0x0};
     216                 :            : static const sal_Unicode genitiveMonthID05[] = {0x6a, 0x75, 0x6e, 0x0};
     217                 :            : static const sal_Unicode genitiveMonthDefaultAbbrvName05[] = {0x62d, 0x632, 0x64a, 0x631, 0x627, 0x646, 0x0};
     218                 :            : static const sal_Unicode genitiveMonthDefaultFullName05[] = {0x62d, 0x632, 0x64a, 0x631, 0x627, 0x646, 0x0};
     219                 :            : static const sal_Unicode genitiveMonthDefaultNarrowName05[] = {0x62d, 0x0};
     220                 :            : static const sal_Unicode genitiveMonthID06[] = {0x6a, 0x75, 0x6c, 0x0};
     221                 :            : static const sal_Unicode genitiveMonthDefaultAbbrvName06[] = {0x62a, 0x645, 0x648, 0x632, 0x0};
     222                 :            : static const sal_Unicode genitiveMonthDefaultFullName06[] = {0x62a, 0x645, 0x648, 0x632, 0x0};
     223                 :            : static const sal_Unicode genitiveMonthDefaultNarrowName06[] = {0x62a, 0x0};
     224                 :            : static const sal_Unicode genitiveMonthID07[] = {0x61, 0x75, 0x67, 0x0};
     225                 :            : static const sal_Unicode genitiveMonthDefaultAbbrvName07[] = {0x622, 0x628, 0x0};
     226                 :            : static const sal_Unicode genitiveMonthDefaultFullName07[] = {0x622, 0x628, 0x0};
     227                 :            : static const sal_Unicode genitiveMonthDefaultNarrowName07[] = {0x622, 0x0};
     228                 :            : static const sal_Unicode genitiveMonthID08[] = {0x73, 0x65, 0x70, 0x0};
     229                 :            : static const sal_Unicode genitiveMonthDefaultAbbrvName08[] = {0x623, 0x64a, 0x644, 0x648, 0x644, 0x0};
     230                 :            : static const sal_Unicode genitiveMonthDefaultFullName08[] = {0x623, 0x64a, 0x644, 0x648, 0x644, 0x0};
     231                 :            : static const sal_Unicode genitiveMonthDefaultNarrowName08[] = {0x623, 0x0};
     232                 :            : static const sal_Unicode genitiveMonthID09[] = {0x6f, 0x63, 0x74, 0x0};
     233                 :            : static const sal_Unicode genitiveMonthDefaultAbbrvName09[] = {0x62a, 0x634, 0x631, 0x64a, 0x646, 0x20, 0x627, 0x644, 0x623, 0x648, 0x644, 0x0};
     234                 :            : static const sal_Unicode genitiveMonthDefaultFullName09[] = {0x62a, 0x634, 0x631, 0x64a, 0x646, 0x20, 0x627, 0x644, 0x623, 0x648, 0x644, 0x0};
     235                 :            : static const sal_Unicode genitiveMonthDefaultNarrowName09[] = {0x62a, 0x0};
     236                 :            : static const sal_Unicode genitiveMonthID010[] = {0x6e, 0x6f, 0x76, 0x0};
     237                 :            : static const sal_Unicode genitiveMonthDefaultAbbrvName010[] = {0x62a, 0x634, 0x631, 0x64a, 0x646, 0x20, 0x627, 0x644, 0x62b, 0x627, 0x646, 0x64a, 0x0};
     238                 :            : static const sal_Unicode genitiveMonthDefaultFullName010[] = {0x62a, 0x634, 0x631, 0x64a, 0x646, 0x20, 0x627, 0x644, 0x62b, 0x627, 0x646, 0x64a, 0x0};
     239                 :            : static const sal_Unicode genitiveMonthDefaultNarrowName010[] = {0x62a, 0x0};
     240                 :            : static const sal_Unicode genitiveMonthID011[] = {0x64, 0x65, 0x63, 0x0};
     241                 :            : static const sal_Unicode genitiveMonthDefaultAbbrvName011[] = {0x643, 0x627, 0x646, 0x648, 0x646, 0x20, 0x627, 0x644, 0x623, 0x648, 0x644, 0x0};
     242                 :            : static const sal_Unicode genitiveMonthDefaultFullName011[] = {0x643, 0x627, 0x646, 0x648, 0x646, 0x20, 0x627, 0x644, 0x623, 0x648, 0x644, 0x0};
     243                 :            : static const sal_Unicode genitiveMonthDefaultNarrowName011[] = {0x643, 0x0};
     244                 :            : static const sal_Unicode partitiveMonthID00[] = {0x6a, 0x61, 0x6e, 0x0};
     245                 :            : static const sal_Unicode partitiveMonthDefaultAbbrvName00[] = {0x643, 0x627, 0x646, 0x648, 0x646, 0x20, 0x627, 0x644, 0x62b, 0x627, 0x646, 0x64a, 0x0};
     246                 :            : static const sal_Unicode partitiveMonthDefaultFullName00[] = {0x643, 0x627, 0x646, 0x648, 0x646, 0x20, 0x627, 0x644, 0x62b, 0x627, 0x646, 0x64a, 0x0};
     247                 :            : static const sal_Unicode partitiveMonthDefaultNarrowName00[] = {0x643, 0x0};
     248                 :            : static const sal_Unicode partitiveMonthID01[] = {0x66, 0x65, 0x62, 0x0};
     249                 :            : static const sal_Unicode partitiveMonthDefaultAbbrvName01[] = {0x634, 0x628, 0x627, 0x637, 0x0};
     250                 :            : static const sal_Unicode partitiveMonthDefaultFullName01[] = {0x634, 0x628, 0x627, 0x637, 0x0};
     251                 :            : static const sal_Unicode partitiveMonthDefaultNarrowName01[] = {0x634, 0x0};
     252                 :            : static const sal_Unicode partitiveMonthID02[] = {0x6d, 0x61, 0x72, 0x0};
     253                 :            : static const sal_Unicode partitiveMonthDefaultAbbrvName02[] = {0x622, 0x630, 0x627, 0x631, 0x0};
     254                 :            : static const sal_Unicode partitiveMonthDefaultFullName02[] = {0x622, 0x630, 0x627, 0x631, 0x0};
     255                 :            : static const sal_Unicode partitiveMonthDefaultNarrowName02[] = {0x622, 0x0};
     256                 :            : static const sal_Unicode partitiveMonthID03[] = {0x61, 0x70, 0x72, 0x0};
     257                 :            : static const sal_Unicode partitiveMonthDefaultAbbrvName03[] = {0x646, 0x64a, 0x633, 0x627, 0x646, 0x0};
     258                 :            : static const sal_Unicode partitiveMonthDefaultFullName03[] = {0x646, 0x64a, 0x633, 0x627, 0x646, 0x0};
     259                 :            : static const sal_Unicode partitiveMonthDefaultNarrowName03[] = {0x646, 0x0};
     260                 :            : static const sal_Unicode partitiveMonthID04[] = {0x6d, 0x61, 0x79, 0x0};
     261                 :            : static const sal_Unicode partitiveMonthDefaultAbbrvName04[] = {0x646, 0x648, 0x627, 0x631, 0x0};
     262                 :            : static const sal_Unicode partitiveMonthDefaultFullName04[] = {0x646, 0x648, 0x627, 0x631, 0x0};
     263                 :            : static const sal_Unicode partitiveMonthDefaultNarrowName04[] = {0x646, 0x0};
     264                 :            : static const sal_Unicode partitiveMonthID05[] = {0x6a, 0x75, 0x6e, 0x0};
     265                 :            : static const sal_Unicode partitiveMonthDefaultAbbrvName05[] = {0x62d, 0x632, 0x64a, 0x631, 0x627, 0x646, 0x0};
     266                 :            : static const sal_Unicode partitiveMonthDefaultFullName05[] = {0x62d, 0x632, 0x64a, 0x631, 0x627, 0x646, 0x0};
     267                 :            : static const sal_Unicode partitiveMonthDefaultNarrowName05[] = {0x62d, 0x0};
     268                 :            : static const sal_Unicode partitiveMonthID06[] = {0x6a, 0x75, 0x6c, 0x0};
     269                 :            : static const sal_Unicode partitiveMonthDefaultAbbrvName06[] = {0x62a, 0x645, 0x648, 0x632, 0x0};
     270                 :            : static const sal_Unicode partitiveMonthDefaultFullName06[] = {0x62a, 0x645, 0x648, 0x632, 0x0};
     271                 :            : static const sal_Unicode partitiveMonthDefaultNarrowName06[] = {0x62a, 0x0};
     272                 :            : static const sal_Unicode partitiveMonthID07[] = {0x61, 0x75, 0x67, 0x0};
     273                 :            : static const sal_Unicode partitiveMonthDefaultAbbrvName07[] = {0x622, 0x628, 0x0};
     274                 :            : static const sal_Unicode partitiveMonthDefaultFullName07[] = {0x622, 0x628, 0x0};
     275                 :            : static const sal_Unicode partitiveMonthDefaultNarrowName07[] = {0x622, 0x0};
     276                 :            : static const sal_Unicode partitiveMonthID08[] = {0x73, 0x65, 0x70, 0x0};
     277                 :            : static const sal_Unicode partitiveMonthDefaultAbbrvName08[] = {0x623, 0x64a, 0x644, 0x648, 0x644, 0x0};
     278                 :            : static const sal_Unicode partitiveMonthDefaultFullName08[] = {0x623, 0x64a, 0x644, 0x648, 0x644, 0x0};
     279                 :            : static const sal_Unicode partitiveMonthDefaultNarrowName08[] = {0x623, 0x0};
     280                 :            : static const sal_Unicode partitiveMonthID09[] = {0x6f, 0x63, 0x74, 0x0};
     281                 :            : static const sal_Unicode partitiveMonthDefaultAbbrvName09[] = {0x62a, 0x634, 0x631, 0x64a, 0x646, 0x20, 0x627, 0x644, 0x623, 0x648, 0x644, 0x0};
     282                 :            : static const sal_Unicode partitiveMonthDefaultFullName09[] = {0x62a, 0x634, 0x631, 0x64a, 0x646, 0x20, 0x627, 0x644, 0x623, 0x648, 0x644, 0x0};
     283                 :            : static const sal_Unicode partitiveMonthDefaultNarrowName09[] = {0x62a, 0x0};
     284                 :            : static const sal_Unicode partitiveMonthID010[] = {0x6e, 0x6f, 0x76, 0x0};
     285                 :            : static const sal_Unicode partitiveMonthDefaultAbbrvName010[] = {0x62a, 0x634, 0x631, 0x64a, 0x646, 0x20, 0x627, 0x644, 0x62b, 0x627, 0x646, 0x64a, 0x0};
     286                 :            : static const sal_Unicode partitiveMonthDefaultFullName010[] = {0x62a, 0x634, 0x631, 0x64a, 0x646, 0x20, 0x627, 0x644, 0x62b, 0x627, 0x646, 0x64a, 0x0};
     287                 :            : static const sal_Unicode partitiveMonthDefaultNarrowName010[] = {0x62a, 0x0};
     288                 :            : static const sal_Unicode partitiveMonthID011[] = {0x64, 0x65, 0x63, 0x0};
     289                 :            : static const sal_Unicode partitiveMonthDefaultAbbrvName011[] = {0x643, 0x627, 0x646, 0x648, 0x646, 0x20, 0x627, 0x644, 0x623, 0x648, 0x644, 0x0};
     290                 :            : static const sal_Unicode partitiveMonthDefaultFullName011[] = {0x643, 0x627, 0x646, 0x648, 0x646, 0x20, 0x627, 0x644, 0x623, 0x648, 0x644, 0x0};
     291                 :            : static const sal_Unicode partitiveMonthDefaultNarrowName011[] = {0x643, 0x0};
     292                 :            : static const sal_Unicode eraID00[] = {0x62, 0x63, 0x0};
     293                 :            : 
     294                 :            : static const sal_Unicode eraDefaultAbbrvName00[] = {0x642, 0x2e, 0x645, 0x0};
     295                 :            : static const sal_Unicode eraDefaultFullName00[] = {0x642, 0x2e, 0x645, 0x0};
     296                 :            : static const sal_Unicode eraID01[] = {0x61, 0x64, 0x0};
     297                 :            : 
     298                 :            : static const sal_Unicode eraDefaultAbbrvName01[] = {0x645, 0x0};
     299                 :            : static const sal_Unicode eraDefaultFullName01[] = {0x645, 0x0};
     300                 :            : static const sal_Unicode startDayOfWeek0[] = {0x73, 0x61, 0x74, 0x0};
     301                 :            : static const sal_Unicode minimalDaysInFirstWeek0[] = {1};
     302                 :            : static const sal_Unicode calendarID1[] = {0x68, 0x69, 0x6a, 0x72, 0x69, 0x0};
     303                 :            : static const sal_Unicode defaultCalendar1[] = {0};
     304                 :            : static const sal_Unicode dayID10[] = {0x73, 0x75, 0x6e, 0x0};
     305                 :            : static const sal_Unicode dayDefaultAbbrvName10[] = {0x627, 0x644, 0x623, 0x62d, 0x62f, 0x0};
     306                 :            : static const sal_Unicode dayDefaultFullName10[] = {0x627, 0x644, 0x623, 0x62d, 0x62f, 0x0};
     307                 :            : static const sal_Unicode dayDefaultNarrowName10[] = {0x627, 0x0};
     308                 :            : static const sal_Unicode dayID11[] = {0x6d, 0x6f, 0x6e, 0x0};
     309                 :            : static const sal_Unicode dayDefaultAbbrvName11[] = {0x627, 0x644, 0x627, 0x62b, 0x646, 0x64a, 0x646, 0x0};
     310                 :            : static const sal_Unicode dayDefaultFullName11[] = {0x627, 0x644, 0x627, 0x62b, 0x646, 0x64a, 0x646, 0x0};
     311                 :            : static const sal_Unicode dayDefaultNarrowName11[] = {0x627, 0x0};
     312                 :            : static const sal_Unicode dayID12[] = {0x74, 0x75, 0x65, 0x0};
     313                 :            : static const sal_Unicode dayDefaultAbbrvName12[] = {0x627, 0x644, 0x62b, 0x644, 0x627, 0x62b, 0x627, 0x621, 0x0};
     314                 :            : static const sal_Unicode dayDefaultFullName12[] = {0x627, 0x644, 0x62b, 0x644, 0x627, 0x62b, 0x627, 0x621, 0x0};
     315                 :            : static const sal_Unicode dayDefaultNarrowName12[] = {0x627, 0x0};
     316                 :            : static const sal_Unicode dayID13[] = {0x77, 0x65, 0x64, 0x0};
     317                 :            : static const sal_Unicode dayDefaultAbbrvName13[] = {0x627, 0x644, 0x623, 0x631, 0x628, 0x639, 0x627, 0x621, 0x0};
     318                 :            : static const sal_Unicode dayDefaultFullName13[] = {0x627, 0x644, 0x623, 0x631, 0x628, 0x639, 0x627, 0x621, 0x0};
     319                 :            : static const sal_Unicode dayDefaultNarrowName13[] = {0x627, 0x0};
     320                 :            : static const sal_Unicode dayID14[] = {0x74, 0x68, 0x75, 0x0};
     321                 :            : static const sal_Unicode dayDefaultAbbrvName14[] = {0x627, 0x644, 0x62e, 0x645, 0x64a, 0x633, 0x0};
     322                 :            : static const sal_Unicode dayDefaultFullName14[] = {0x627, 0x644, 0x62e, 0x645, 0x64a, 0x633, 0x0};
     323                 :            : static const sal_Unicode dayDefaultNarrowName14[] = {0x627, 0x0};
     324                 :            : static const sal_Unicode dayID15[] = {0x66, 0x72, 0x69, 0x0};
     325                 :            : static const sal_Unicode dayDefaultAbbrvName15[] = {0x627, 0x644, 0x62c, 0x645, 0x639, 0x629, 0x0};
     326                 :            : static const sal_Unicode dayDefaultFullName15[] = {0x627, 0x644, 0x62c, 0x645, 0x639, 0x629, 0x0};
     327                 :            : static const sal_Unicode dayDefaultNarrowName15[] = {0x627, 0x0};
     328                 :            : static const sal_Unicode dayID16[] = {0x73, 0x61, 0x74, 0x0};
     329                 :            : static const sal_Unicode dayDefaultAbbrvName16[] = {0x627, 0x644, 0x633, 0x628, 0x62a, 0x0};
     330                 :            : static const sal_Unicode dayDefaultFullName16[] = {0x627, 0x644, 0x633, 0x628, 0x62a, 0x0};
     331                 :            : static const sal_Unicode dayDefaultNarrowName16[] = {0x627, 0x0};
     332                 :            : static const sal_Unicode monthID10[] = {0x6a, 0x61, 0x6e, 0x0};
     333                 :            : static const sal_Unicode monthDefaultAbbrvName10[] = {0x645, 0x62d, 0x631, 0x645, 0x0};
     334                 :            : static const sal_Unicode monthDefaultFullName10[] = {0x645, 0x62d, 0x631, 0x645, 0x0};
     335                 :            : static const sal_Unicode monthDefaultNarrowName10[] = {0x645, 0x0};
     336                 :            : static const sal_Unicode monthID11[] = {0x66, 0x65, 0x62, 0x0};
     337                 :            : static const sal_Unicode monthDefaultAbbrvName11[] = {0x635, 0x641, 0x631, 0x0};
     338                 :            : static const sal_Unicode monthDefaultFullName11[] = {0x635, 0x641, 0x631, 0x0};
     339                 :            : static const sal_Unicode monthDefaultNarrowName11[] = {0x635, 0x0};
     340                 :            : static const sal_Unicode monthID12[] = {0x6d, 0x61, 0x72, 0x0};
     341                 :            : static const sal_Unicode monthDefaultAbbrvName12[] = {0x631, 0x628, 0x64a, 0x639, 0x20, 0x627, 0x644, 0x623, 0x648, 0x644, 0x0};
     342                 :            : static const sal_Unicode monthDefaultFullName12[] = {0x631, 0x628, 0x64a, 0x639, 0x20, 0x627, 0x644, 0x623, 0x648, 0x644, 0x0};
     343                 :            : static const sal_Unicode monthDefaultNarrowName12[] = {0x631, 0x0};
     344                 :            : static const sal_Unicode monthID13[] = {0x61, 0x70, 0x72, 0x0};
     345                 :            : static const sal_Unicode monthDefaultAbbrvName13[] = {0x631, 0x628, 0x64a, 0x639, 0x20, 0x627, 0x644, 0x622, 0x62e, 0x631, 0x0};
     346                 :            : static const sal_Unicode monthDefaultFullName13[] = {0x631, 0x628, 0x64a, 0x639, 0x20, 0x627, 0x644, 0x622, 0x62e, 0x631, 0x0};
     347                 :            : static const sal_Unicode monthDefaultNarrowName13[] = {0x631, 0x0};
     348                 :            : static const sal_Unicode monthID14[] = {0x6d, 0x61, 0x79, 0x0};
     349                 :            : static const sal_Unicode monthDefaultAbbrvName14[] = {0x62c, 0x645, 0x627, 0x62f, 0x649, 0x20, 0x627, 0x644, 0x623, 0x648, 0x644, 0x649, 0x0};
     350                 :            : static const sal_Unicode monthDefaultFullName14[] = {0x62c, 0x645, 0x627, 0x62f, 0x649, 0x20, 0x627, 0x644, 0x623, 0x648, 0x644, 0x649, 0x0};
     351                 :            : static const sal_Unicode monthDefaultNarrowName14[] = {0x62c, 0x0};
     352                 :            : static const sal_Unicode monthID15[] = {0x6a, 0x75, 0x6e, 0x0};
     353                 :            : static const sal_Unicode monthDefaultAbbrvName15[] = {0x62c, 0x645, 0x627, 0x62f, 0x649, 0x20, 0x627, 0x644, 0x622, 0x62e, 0x631, 0x629, 0x0};
     354                 :            : static const sal_Unicode monthDefaultFullName15[] = {0x62c, 0x645, 0x627, 0x62f, 0x649, 0x20, 0x627, 0x644, 0x622, 0x62e, 0x631, 0x629, 0x0};
     355                 :            : static const sal_Unicode monthDefaultNarrowName15[] = {0x62c, 0x0};
     356                 :            : static const sal_Unicode monthID16[] = {0x6a, 0x75, 0x6c, 0x0};
     357                 :            : static const sal_Unicode monthDefaultAbbrvName16[] = {0x631, 0x62c, 0x628, 0x0};
     358                 :            : static const sal_Unicode monthDefaultFullName16[] = {0x631, 0x62c, 0x628, 0x0};
     359                 :            : static const sal_Unicode monthDefaultNarrowName16[] = {0x631, 0x0};
     360                 :            : static const sal_Unicode monthID17[] = {0x61, 0x75, 0x67, 0x0};
     361                 :            : static const sal_Unicode monthDefaultAbbrvName17[] = {0x634, 0x639, 0x628, 0x627, 0x646, 0x0};
     362                 :            : static const sal_Unicode monthDefaultFullName17[] = {0x634, 0x639, 0x628, 0x627, 0x646, 0x0};
     363                 :            : static const sal_Unicode monthDefaultNarrowName17[] = {0x634, 0x0};
     364                 :            : static const sal_Unicode monthID18[] = {0x73, 0x65, 0x70, 0x0};
     365                 :            : static const sal_Unicode monthDefaultAbbrvName18[] = {0x631, 0x645, 0x636, 0x627, 0x646, 0x0};
     366                 :            : static const sal_Unicode monthDefaultFullName18[] = {0x631, 0x645, 0x636, 0x627, 0x646, 0x0};
     367                 :            : static const sal_Unicode monthDefaultNarrowName18[] = {0x631, 0x0};
     368                 :            : static const sal_Unicode monthID19[] = {0x6f, 0x63, 0x74, 0x0};
     369                 :            : static const sal_Unicode monthDefaultAbbrvName19[] = {0x634, 0x648, 0x627, 0x644, 0x0};
     370                 :            : static const sal_Unicode monthDefaultFullName19[] = {0x634, 0x648, 0x627, 0x644, 0x0};
     371                 :            : static const sal_Unicode monthDefaultNarrowName19[] = {0x634, 0x0};
     372                 :            : static const sal_Unicode monthID110[] = {0x6e, 0x6f, 0x76, 0x0};
     373                 :            : static const sal_Unicode monthDefaultAbbrvName110[] = {0x630, 0x648, 0x20, 0x627, 0x644, 0x642, 0x639, 0x62f, 0x629, 0x0};
     374                 :            : static const sal_Unicode monthDefaultFullName110[] = {0x630, 0x648, 0x20, 0x627, 0x644, 0x642, 0x639, 0x62f, 0x629, 0x0};
     375                 :            : static const sal_Unicode monthDefaultNarrowName110[] = {0x630, 0x0};
     376                 :            : static const sal_Unicode monthID111[] = {0x64, 0x65, 0x63, 0x0};
     377                 :            : static const sal_Unicode monthDefaultAbbrvName111[] = {0x630, 0x648, 0x20, 0x627, 0x644, 0x62d, 0x62c, 0x629, 0x0};
     378                 :            : static const sal_Unicode monthDefaultFullName111[] = {0x630, 0x648, 0x20, 0x627, 0x644, 0x62d, 0x62c, 0x629, 0x0};
     379                 :            : static const sal_Unicode monthDefaultNarrowName111[] = {0x630, 0x0};
     380                 :            : static const sal_Unicode genitiveMonthID10[] = {0x6a, 0x61, 0x6e, 0x0};
     381                 :            : static const sal_Unicode genitiveMonthDefaultAbbrvName10[] = {0x645, 0x62d, 0x631, 0x645, 0x0};
     382                 :            : static const sal_Unicode genitiveMonthDefaultFullName10[] = {0x645, 0x62d, 0x631, 0x645, 0x0};
     383                 :            : static const sal_Unicode genitiveMonthDefaultNarrowName10[] = {0x645, 0x0};
     384                 :            : static const sal_Unicode genitiveMonthID11[] = {0x66, 0x65, 0x62, 0x0};
     385                 :            : static const sal_Unicode genitiveMonthDefaultAbbrvName11[] = {0x635, 0x641, 0x631, 0x0};
     386                 :            : static const sal_Unicode genitiveMonthDefaultFullName11[] = {0x635, 0x641, 0x631, 0x0};
     387                 :            : static const sal_Unicode genitiveMonthDefaultNarrowName11[] = {0x635, 0x0};
     388                 :            : static const sal_Unicode genitiveMonthID12[] = {0x6d, 0x61, 0x72, 0x0};
     389                 :            : static const sal_Unicode genitiveMonthDefaultAbbrvName12[] = {0x631, 0x628, 0x64a, 0x639, 0x20, 0x627, 0x644, 0x623, 0x648, 0x644, 0x0};
     390                 :            : static const sal_Unicode genitiveMonthDefaultFullName12[] = {0x631, 0x628, 0x64a, 0x639, 0x20, 0x627, 0x644, 0x623, 0x648, 0x644, 0x0};
     391                 :            : static const sal_Unicode genitiveMonthDefaultNarrowName12[] = {0x631, 0x0};
     392                 :            : static const sal_Unicode genitiveMonthID13[] = {0x61, 0x70, 0x72, 0x0};
     393                 :            : static const sal_Unicode genitiveMonthDefaultAbbrvName13[] = {0x631, 0x628, 0x64a, 0x639, 0x20, 0x627, 0x644, 0x622, 0x62e, 0x631, 0x0};
     394                 :            : static const sal_Unicode genitiveMonthDefaultFullName13[] = {0x631, 0x628, 0x64a, 0x639, 0x20, 0x627, 0x644, 0x622, 0x62e, 0x631, 0x0};
     395                 :            : static const sal_Unicode genitiveMonthDefaultNarrowName13[] = {0x631, 0x0};
     396                 :            : static const sal_Unicode genitiveMonthID14[] = {0x6d, 0x61, 0x79, 0x0};
     397                 :            : static const sal_Unicode genitiveMonthDefaultAbbrvName14[] = {0x62c, 0x645, 0x627, 0x62f, 0x649, 0x20, 0x627, 0x644, 0x623, 0x648, 0x644, 0x649, 0x0};
     398                 :            : static const sal_Unicode genitiveMonthDefaultFullName14[] = {0x62c, 0x645, 0x627, 0x62f, 0x649, 0x20, 0x627, 0x644, 0x623, 0x648, 0x644, 0x649, 0x0};
     399                 :            : static const sal_Unicode genitiveMonthDefaultNarrowName14[] = {0x62c, 0x0};
     400                 :            : static const sal_Unicode genitiveMonthID15[] = {0x6a, 0x75, 0x6e, 0x0};
     401                 :            : static const sal_Unicode genitiveMonthDefaultAbbrvName15[] = {0x62c, 0x645, 0x627, 0x62f, 0x649, 0x20, 0x627, 0x644, 0x622, 0x62e, 0x631, 0x629, 0x0};
     402                 :            : static const sal_Unicode genitiveMonthDefaultFullName15[] = {0x62c, 0x645, 0x627, 0x62f, 0x649, 0x20, 0x627, 0x644, 0x622, 0x62e, 0x631, 0x629, 0x0};
     403                 :            : static const sal_Unicode genitiveMonthDefaultNarrowName15[] = {0x62c, 0x0};
     404                 :            : static const sal_Unicode genitiveMonthID16[] = {0x6a, 0x75, 0x6c, 0x0};
     405                 :            : static const sal_Unicode genitiveMonthDefaultAbbrvName16[] = {0x631, 0x62c, 0x628, 0x0};
     406                 :            : static const sal_Unicode genitiveMonthDefaultFullName16[] = {0x631, 0x62c, 0x628, 0x0};
     407                 :            : static const sal_Unicode genitiveMonthDefaultNarrowName16[] = {0x631, 0x0};
     408                 :            : static const sal_Unicode genitiveMonthID17[] = {0x61, 0x75, 0x67, 0x0};
     409                 :            : static const sal_Unicode genitiveMonthDefaultAbbrvName17[] = {0x634, 0x639, 0x628, 0x627, 0x646, 0x0};
     410                 :            : static const sal_Unicode genitiveMonthDefaultFullName17[] = {0x634, 0x639, 0x628, 0x627, 0x646, 0x0};
     411                 :            : static const sal_Unicode genitiveMonthDefaultNarrowName17[] = {0x634, 0x0};
     412                 :            : static const sal_Unicode genitiveMonthID18[] = {0x73, 0x65, 0x70, 0x0};
     413                 :            : static const sal_Unicode genitiveMonthDefaultAbbrvName18[] = {0x631, 0x645, 0x636, 0x627, 0x646, 0x0};
     414                 :            : static const sal_Unicode genitiveMonthDefaultFullName18[] = {0x631, 0x645, 0x636, 0x627, 0x646, 0x0};
     415                 :            : static const sal_Unicode genitiveMonthDefaultNarrowName18[] = {0x631, 0x0};
     416                 :            : static const sal_Unicode genitiveMonthID19[] = {0x6f, 0x63, 0x74, 0x0};
     417                 :            : static const sal_Unicode genitiveMonthDefaultAbbrvName19[] = {0x634, 0x648, 0x627, 0x644, 0x0};
     418                 :            : static const sal_Unicode genitiveMonthDefaultFullName19[] = {0x634, 0x648, 0x627, 0x644, 0x0};
     419                 :            : static const sal_Unicode genitiveMonthDefaultNarrowName19[] = {0x634, 0x0};
     420                 :            : static const sal_Unicode genitiveMonthID110[] = {0x6e, 0x6f, 0x76, 0x0};
     421                 :            : static const sal_Unicode genitiveMonthDefaultAbbrvName110[] = {0x630, 0x648, 0x20, 0x627, 0x644, 0x642, 0x639, 0x62f, 0x629, 0x0};
     422                 :            : static const sal_Unicode genitiveMonthDefaultFullName110[] = {0x630, 0x648, 0x20, 0x627, 0x644, 0x642, 0x639, 0x62f, 0x629, 0x0};
     423                 :            : static const sal_Unicode genitiveMonthDefaultNarrowName110[] = {0x630, 0x0};
     424                 :            : static const sal_Unicode genitiveMonthID111[] = {0x64, 0x65, 0x63, 0x0};
     425                 :            : static const sal_Unicode genitiveMonthDefaultAbbrvName111[] = {0x630, 0x648, 0x20, 0x627, 0x644, 0x62d, 0x62c, 0x629, 0x0};
     426                 :            : static const sal_Unicode genitiveMonthDefaultFullName111[] = {0x630, 0x648, 0x20, 0x627, 0x644, 0x62d, 0x62c, 0x629, 0x0};
     427                 :            : static const sal_Unicode genitiveMonthDefaultNarrowName111[] = {0x630, 0x0};
     428                 :            : static const sal_Unicode partitiveMonthID10[] = {0x6a, 0x61, 0x6e, 0x0};
     429                 :            : static const sal_Unicode partitiveMonthDefaultAbbrvName10[] = {0x645, 0x62d, 0x631, 0x645, 0x0};
     430                 :            : static const sal_Unicode partitiveMonthDefaultFullName10[] = {0x645, 0x62d, 0x631, 0x645, 0x0};
     431                 :            : static const sal_Unicode partitiveMonthDefaultNarrowName10[] = {0x645, 0x0};
     432                 :            : static const sal_Unicode partitiveMonthID11[] = {0x66, 0x65, 0x62, 0x0};
     433                 :            : static const sal_Unicode partitiveMonthDefaultAbbrvName11[] = {0x635, 0x641, 0x631, 0x0};
     434                 :            : static const sal_Unicode partitiveMonthDefaultFullName11[] = {0x635, 0x641, 0x631, 0x0};
     435                 :            : static const sal_Unicode partitiveMonthDefaultNarrowName11[] = {0x635, 0x0};
     436                 :            : static const sal_Unicode partitiveMonthID12[] = {0x6d, 0x61, 0x72, 0x0};
     437                 :            : static const sal_Unicode partitiveMonthDefaultAbbrvName12[] = {0x631, 0x628, 0x64a, 0x639, 0x20, 0x627, 0x644, 0x623, 0x648, 0x644, 0x0};
     438                 :            : static const sal_Unicode partitiveMonthDefaultFullName12[] = {0x631, 0x628, 0x64a, 0x639, 0x20, 0x627, 0x644, 0x623, 0x648, 0x644, 0x0};
     439                 :            : static const sal_Unicode partitiveMonthDefaultNarrowName12[] = {0x631, 0x0};
     440                 :            : static const sal_Unicode partitiveMonthID13[] = {0x61, 0x70, 0x72, 0x0};
     441                 :            : static const sal_Unicode partitiveMonthDefaultAbbrvName13[] = {0x631, 0x628, 0x64a, 0x639, 0x20, 0x627, 0x644, 0x622, 0x62e, 0x631, 0x0};
     442                 :            : static const sal_Unicode partitiveMonthDefaultFullName13[] = {0x631, 0x628, 0x64a, 0x639, 0x20, 0x627, 0x644, 0x622, 0x62e, 0x631, 0x0};
     443                 :            : static const sal_Unicode partitiveMonthDefaultNarrowName13[] = {0x631, 0x0};
     444                 :            : static const sal_Unicode partitiveMonthID14[] = {0x6d, 0x61, 0x79, 0x0};
     445                 :            : static const sal_Unicode partitiveMonthDefaultAbbrvName14[] = {0x62c, 0x645, 0x627, 0x62f, 0x649, 0x20, 0x627, 0x644, 0x623, 0x648, 0x644, 0x649, 0x0};
     446                 :            : static const sal_Unicode partitiveMonthDefaultFullName14[] = {0x62c, 0x645, 0x627, 0x62f, 0x649, 0x20, 0x627, 0x644, 0x623, 0x648, 0x644, 0x649, 0x0};
     447                 :            : static const sal_Unicode partitiveMonthDefaultNarrowName14[] = {0x62c, 0x0};
     448                 :            : static const sal_Unicode partitiveMonthID15[] = {0x6a, 0x75, 0x6e, 0x0};
     449                 :            : static const sal_Unicode partitiveMonthDefaultAbbrvName15[] = {0x62c, 0x645, 0x627, 0x62f, 0x649, 0x20, 0x627, 0x644, 0x622, 0x62e, 0x631, 0x629, 0x0};
     450                 :            : static const sal_Unicode partitiveMonthDefaultFullName15[] = {0x62c, 0x645, 0x627, 0x62f, 0x649, 0x20, 0x627, 0x644, 0x622, 0x62e, 0x631, 0x629, 0x0};
     451                 :            : static const sal_Unicode partitiveMonthDefaultNarrowName15[] = {0x62c, 0x0};
     452                 :            : static const sal_Unicode partitiveMonthID16[] = {0x6a, 0x75, 0x6c, 0x0};
     453                 :            : static const sal_Unicode partitiveMonthDefaultAbbrvName16[] = {0x631, 0x62c, 0x628, 0x0};
     454                 :            : static const sal_Unicode partitiveMonthDefaultFullName16[] = {0x631, 0x62c, 0x628, 0x0};
     455                 :            : static const sal_Unicode partitiveMonthDefaultNarrowName16[] = {0x631, 0x0};
     456                 :            : static const sal_Unicode partitiveMonthID17[] = {0x61, 0x75, 0x67, 0x0};
     457                 :            : static const sal_Unicode partitiveMonthDefaultAbbrvName17[] = {0x634, 0x639, 0x628, 0x627, 0x646, 0x0};
     458                 :            : static const sal_Unicode partitiveMonthDefaultFullName17[] = {0x634, 0x639, 0x628, 0x627, 0x646, 0x0};
     459                 :            : static const sal_Unicode partitiveMonthDefaultNarrowName17[] = {0x634, 0x0};
     460                 :            : static const sal_Unicode partitiveMonthID18[] = {0x73, 0x65, 0x70, 0x0};
     461                 :            : static const sal_Unicode partitiveMonthDefaultAbbrvName18[] = {0x631, 0x645, 0x636, 0x627, 0x646, 0x0};
     462                 :            : static const sal_Unicode partitiveMonthDefaultFullName18[] = {0x631, 0x645, 0x636, 0x627, 0x646, 0x0};
     463                 :            : static const sal_Unicode partitiveMonthDefaultNarrowName18[] = {0x631, 0x0};
     464                 :            : static const sal_Unicode partitiveMonthID19[] = {0x6f, 0x63, 0x74, 0x0};
     465                 :            : static const sal_Unicode partitiveMonthDefaultAbbrvName19[] = {0x634, 0x648, 0x627, 0x644, 0x0};
     466                 :            : static const sal_Unicode partitiveMonthDefaultFullName19[] = {0x634, 0x648, 0x627, 0x644, 0x0};
     467                 :            : static const sal_Unicode partitiveMonthDefaultNarrowName19[] = {0x634, 0x0};
     468                 :            : static const sal_Unicode partitiveMonthID110[] = {0x6e, 0x6f, 0x76, 0x0};
     469                 :            : static const sal_Unicode partitiveMonthDefaultAbbrvName110[] = {0x630, 0x648, 0x20, 0x627, 0x644, 0x642, 0x639, 0x62f, 0x629, 0x0};
     470                 :            : static const sal_Unicode partitiveMonthDefaultFullName110[] = {0x630, 0x648, 0x20, 0x627, 0x644, 0x642, 0x639, 0x62f, 0x629, 0x0};
     471                 :            : static const sal_Unicode partitiveMonthDefaultNarrowName110[] = {0x630, 0x0};
     472                 :            : static const sal_Unicode partitiveMonthID111[] = {0x64, 0x65, 0x63, 0x0};
     473                 :            : static const sal_Unicode partitiveMonthDefaultAbbrvName111[] = {0x630, 0x648, 0x20, 0x627, 0x644, 0x62d, 0x62c, 0x629, 0x0};
     474                 :            : static const sal_Unicode partitiveMonthDefaultFullName111[] = {0x630, 0x648, 0x20, 0x627, 0x644, 0x62d, 0x62c, 0x629, 0x0};
     475                 :            : static const sal_Unicode partitiveMonthDefaultNarrowName111[] = {0x630, 0x0};
     476                 :            : static const sal_Unicode eraID10[] = {0x42, 0x65, 0x66, 0x6f, 0x72, 0x65, 0x48, 0x69, 0x6a, 0x72, 0x61, 0x0};
     477                 :            : 
     478                 :            : static const sal_Unicode eraDefaultAbbrvName10[] = {0x647, 0x200d, 0x0};
     479                 :            : static const sal_Unicode eraDefaultFullName10[] = {0x642, 0x628, 0x644, 0x20, 0x627, 0x644, 0x647, 0x62c, 0x631, 0x629, 0x0};
     480                 :            : static const sal_Unicode eraID11[] = {0x41, 0x66, 0x74, 0x65, 0x72, 0x48, 0x69, 0x6a, 0x72, 0x61, 0x0};
     481                 :            : 
     482                 :            : static const sal_Unicode eraDefaultAbbrvName11[] = {0x0};
     483                 :            : static const sal_Unicode eraDefaultFullName11[] = {0x647, 0x62c, 0x631, 0x64a, 0x0};
     484                 :            : static const sal_Unicode startDayOfWeek1[] = {0x73, 0x61, 0x74, 0x0};
     485                 :            : static const sal_Unicode minimalDaysInFirstWeek1[] = {1};
     486                 :            : static const sal_Int16 calendarsCount = 2;
     487                 :            : 
     488                 :            : static const sal_Unicode nbOfDays[] = {7, 7};
     489                 :            : static const sal_Unicode nbOfMonths[] = {12, 12};
     490                 :            : static const sal_Unicode nbOfGenitiveMonths[] = {12, 12};
     491                 :            : static const sal_Unicode nbOfPartitiveMonths[] = {12, 12};
     492                 :            : static const sal_Unicode nbOfEras[] = {2, 2};
     493                 :            : static const sal_Unicode* calendars[] = {
     494                 :            :         nbOfDays,
     495                 :            :         nbOfMonths,
     496                 :            :         nbOfGenitiveMonths,
     497                 :            :         nbOfPartitiveMonths,
     498                 :            :         nbOfEras,
     499                 :            :         calendarID0,
     500                 :            :         defaultCalendar0,
     501                 :            :         dayID00,
     502                 :            :         dayDefaultAbbrvName00,
     503                 :            :         dayDefaultFullName00,
     504                 :            :         dayDefaultNarrowName00,
     505                 :            :         dayID01,
     506                 :            :         dayDefaultAbbrvName01,
     507                 :            :         dayDefaultFullName01,
     508                 :            :         dayDefaultNarrowName01,
     509                 :            :         dayID02,
     510                 :            :         dayDefaultAbbrvName02,
     511                 :            :         dayDefaultFullName02,
     512                 :            :         dayDefaultNarrowName02,
     513                 :            :         dayID03,
     514                 :            :         dayDefaultAbbrvName03,
     515                 :            :         dayDefaultFullName03,
     516                 :            :         dayDefaultNarrowName03,
     517                 :            :         dayID04,
     518                 :            :         dayDefaultAbbrvName04,
     519                 :            :         dayDefaultFullName04,
     520                 :            :         dayDefaultNarrowName04,
     521                 :            :         dayID05,
     522                 :            :         dayDefaultAbbrvName05,
     523                 :            :         dayDefaultFullName05,
     524                 :            :         dayDefaultNarrowName05,
     525                 :            :         dayID06,
     526                 :            :         dayDefaultAbbrvName06,
     527                 :            :         dayDefaultFullName06,
     528                 :            :         dayDefaultNarrowName06,
     529                 :            :         monthID00,
     530                 :            :         monthDefaultAbbrvName00,
     531                 :            :         monthDefaultFullName00,
     532                 :            :         monthDefaultNarrowName00,
     533                 :            :         monthID01,
     534                 :            :         monthDefaultAbbrvName01,
     535                 :            :         monthDefaultFullName01,
     536                 :            :         monthDefaultNarrowName01,
     537                 :            :         monthID02,
     538                 :            :         monthDefaultAbbrvName02,
     539                 :            :         monthDefaultFullName02,
     540                 :            :         monthDefaultNarrowName02,
     541                 :            :         monthID03,
     542                 :            :         monthDefaultAbbrvName03,
     543                 :            :         monthDefaultFullName03,
     544                 :            :         monthDefaultNarrowName03,
     545                 :            :         monthID04,
     546                 :            :         monthDefaultAbbrvName04,
     547                 :            :         monthDefaultFullName04,
     548                 :            :         monthDefaultNarrowName04,
     549                 :            :         monthID05,
     550                 :            :         monthDefaultAbbrvName05,
     551                 :            :         monthDefaultFullName05,
     552                 :            :         monthDefaultNarrowName05,
     553                 :            :         monthID06,
     554                 :            :         monthDefaultAbbrvName06,
     555                 :            :         monthDefaultFullName06,
     556                 :            :         monthDefaultNarrowName06,
     557                 :            :         monthID07,
     558                 :            :         monthDefaultAbbrvName07,
     559                 :            :         monthDefaultFullName07,
     560                 :            :         monthDefaultNarrowName07,
     561                 :            :         monthID08,
     562                 :            :         monthDefaultAbbrvName08,
     563                 :            :         monthDefaultFullName08,
     564                 :            :         monthDefaultNarrowName08,
     565                 :            :         monthID09,
     566                 :            :         monthDefaultAbbrvName09,
     567                 :            :         monthDefaultFullName09,
     568                 :            :         monthDefaultNarrowName09,
     569                 :            :         monthID010,
     570                 :            :         monthDefaultAbbrvName010,
     571                 :            :         monthDefaultFullName010,
     572                 :            :         monthDefaultNarrowName010,
     573                 :            :         monthID011,
     574                 :            :         monthDefaultAbbrvName011,
     575                 :            :         monthDefaultFullName011,
     576                 :            :         monthDefaultNarrowName011,
     577                 :            :         genitiveMonthID00,
     578                 :            :         genitiveMonthDefaultAbbrvName00,
     579                 :            :         genitiveMonthDefaultFullName00,
     580                 :            :         genitiveMonthDefaultNarrowName00,
     581                 :            :         genitiveMonthID01,
     582                 :            :         genitiveMonthDefaultAbbrvName01,
     583                 :            :         genitiveMonthDefaultFullName01,
     584                 :            :         genitiveMonthDefaultNarrowName01,
     585                 :            :         genitiveMonthID02,
     586                 :            :         genitiveMonthDefaultAbbrvName02,
     587                 :            :         genitiveMonthDefaultFullName02,
     588                 :            :         genitiveMonthDefaultNarrowName02,
     589                 :            :         genitiveMonthID03,
     590                 :            :         genitiveMonthDefaultAbbrvName03,
     591                 :            :         genitiveMonthDefaultFullName03,
     592                 :            :         genitiveMonthDefaultNarrowName03,
     593                 :            :         genitiveMonthID04,
     594                 :            :         genitiveMonthDefaultAbbrvName04,
     595                 :            :         genitiveMonthDefaultFullName04,
     596                 :            :         genitiveMonthDefaultNarrowName04,
     597                 :            :         genitiveMonthID05,
     598                 :            :         genitiveMonthDefaultAbbrvName05,
     599                 :            :         genitiveMonthDefaultFullName05,
     600                 :            :         genitiveMonthDefaultNarrowName05,
     601                 :            :         genitiveMonthID06,
     602                 :            :         genitiveMonthDefaultAbbrvName06,
     603                 :            :         genitiveMonthDefaultFullName06,
     604                 :            :         genitiveMonthDefaultNarrowName06,
     605                 :            :         genitiveMonthID07,
     606                 :            :         genitiveMonthDefaultAbbrvName07,
     607                 :            :         genitiveMonthDefaultFullName07,
     608                 :            :         genitiveMonthDefaultNarrowName07,
     609                 :            :         genitiveMonthID08,
     610                 :            :         genitiveMonthDefaultAbbrvName08,
     611                 :            :         genitiveMonthDefaultFullName08,
     612                 :            :         genitiveMonthDefaultNarrowName08,
     613                 :            :         genitiveMonthID09,
     614                 :            :         genitiveMonthDefaultAbbrvName09,
     615                 :            :         genitiveMonthDefaultFullName09,
     616                 :            :         genitiveMonthDefaultNarrowName09,
     617                 :            :         genitiveMonthID010,
     618                 :            :         genitiveMonthDefaultAbbrvName010,
     619                 :            :         genitiveMonthDefaultFullName010,
     620                 :            :         genitiveMonthDefaultNarrowName010,
     621                 :            :         genitiveMonthID011,
     622                 :            :         genitiveMonthDefaultAbbrvName011,
     623                 :            :         genitiveMonthDefaultFullName011,
     624                 :            :         genitiveMonthDefaultNarrowName011,
     625                 :            :         partitiveMonthID00,
     626                 :            :         partitiveMonthDefaultAbbrvName00,
     627                 :            :         partitiveMonthDefaultFullName00,
     628                 :            :         partitiveMonthDefaultNarrowName00,
     629                 :            :         partitiveMonthID01,
     630                 :            :         partitiveMonthDefaultAbbrvName01,
     631                 :            :         partitiveMonthDefaultFullName01,
     632                 :            :         partitiveMonthDefaultNarrowName01,
     633                 :            :         partitiveMonthID02,
     634                 :            :         partitiveMonthDefaultAbbrvName02,
     635                 :            :         partitiveMonthDefaultFullName02,
     636                 :            :         partitiveMonthDefaultNarrowName02,
     637                 :            :         partitiveMonthID03,
     638                 :            :         partitiveMonthDefaultAbbrvName03,
     639                 :            :         partitiveMonthDefaultFullName03,
     640                 :            :         partitiveMonthDefaultNarrowName03,
     641                 :            :         partitiveMonthID04,
     642                 :            :         partitiveMonthDefaultAbbrvName04,
     643                 :            :         partitiveMonthDefaultFullName04,
     644                 :            :         partitiveMonthDefaultNarrowName04,
     645                 :            :         partitiveMonthID05,
     646                 :            :         partitiveMonthDefaultAbbrvName05,
     647                 :            :         partitiveMonthDefaultFullName05,
     648                 :            :         partitiveMonthDefaultNarrowName05,
     649                 :            :         partitiveMonthID06,
     650                 :            :         partitiveMonthDefaultAbbrvName06,
     651                 :            :         partitiveMonthDefaultFullName06,
     652                 :            :         partitiveMonthDefaultNarrowName06,
     653                 :            :         partitiveMonthID07,
     654                 :            :         partitiveMonthDefaultAbbrvName07,
     655                 :            :         partitiveMonthDefaultFullName07,
     656                 :            :         partitiveMonthDefaultNarrowName07,
     657                 :            :         partitiveMonthID08,
     658                 :            :         partitiveMonthDefaultAbbrvName08,
     659                 :            :         partitiveMonthDefaultFullName08,
     660                 :            :         partitiveMonthDefaultNarrowName08,
     661                 :            :         partitiveMonthID09,
     662                 :            :         partitiveMonthDefaultAbbrvName09,
     663                 :            :         partitiveMonthDefaultFullName09,
     664                 :            :         partitiveMonthDefaultNarrowName09,
     665                 :            :         partitiveMonthID010,
     666                 :            :         partitiveMonthDefaultAbbrvName010,
     667                 :            :         partitiveMonthDefaultFullName010,
     668                 :            :         partitiveMonthDefaultNarrowName010,
     669                 :            :         partitiveMonthID011,
     670                 :            :         partitiveMonthDefaultAbbrvName011,
     671                 :            :         partitiveMonthDefaultFullName011,
     672                 :            :         partitiveMonthDefaultNarrowName011,
     673                 :            :         eraID00,
     674                 :            :         eraDefaultAbbrvName00,
     675                 :            :         eraDefaultFullName00,
     676                 :            :         eraID01,
     677                 :            :         eraDefaultAbbrvName01,
     678                 :            :         eraDefaultFullName01,
     679                 :            :         startDayOfWeek0,
     680                 :            :         minimalDaysInFirstWeek0,
     681                 :            :         calendarID1,
     682                 :            :         defaultCalendar1,
     683                 :            :         dayID10,
     684                 :            :         dayDefaultAbbrvName10,
     685                 :            :         dayDefaultFullName10,
     686                 :            :         dayDefaultNarrowName10,
     687                 :            :         dayID11,
     688                 :            :         dayDefaultAbbrvName11,
     689                 :            :         dayDefaultFullName11,
     690                 :            :         dayDefaultNarrowName11,
     691                 :            :         dayID12,
     692                 :            :         dayDefaultAbbrvName12,
     693                 :            :         dayDefaultFullName12,
     694                 :            :         dayDefaultNarrowName12,
     695                 :            :         dayID13,
     696                 :            :         dayDefaultAbbrvName13,
     697                 :            :         dayDefaultFullName13,
     698                 :            :         dayDefaultNarrowName13,
     699                 :            :         dayID14,
     700                 :            :         dayDefaultAbbrvName14,
     701                 :            :         dayDefaultFullName14,
     702                 :            :         dayDefaultNarrowName14,
     703                 :            :         dayID15,
     704                 :            :         dayDefaultAbbrvName15,
     705                 :            :         dayDefaultFullName15,
     706                 :            :         dayDefaultNarrowName15,
     707                 :            :         dayID16,
     708                 :            :         dayDefaultAbbrvName16,
     709                 :            :         dayDefaultFullName16,
     710                 :            :         dayDefaultNarrowName16,
     711                 :            :         monthID10,
     712                 :            :         monthDefaultAbbrvName10,
     713                 :            :         monthDefaultFullName10,
     714                 :            :         monthDefaultNarrowName10,
     715                 :            :         monthID11,
     716                 :            :         monthDefaultAbbrvName11,
     717                 :            :         monthDefaultFullName11,
     718                 :            :         monthDefaultNarrowName11,
     719                 :            :         monthID12,
     720                 :            :         monthDefaultAbbrvName12,
     721                 :            :         monthDefaultFullName12,
     722                 :            :         monthDefaultNarrowName12,
     723                 :            :         monthID13,
     724                 :            :         monthDefaultAbbrvName13,
     725                 :            :         monthDefaultFullName13,
     726                 :            :         monthDefaultNarrowName13,
     727                 :            :         monthID14,
     728                 :            :         monthDefaultAbbrvName14,
     729                 :            :         monthDefaultFullName14,
     730                 :            :         monthDefaultNarrowName14,
     731                 :            :         monthID15,
     732                 :            :         monthDefaultAbbrvName15,
     733                 :            :         monthDefaultFullName15,
     734                 :            :         monthDefaultNarrowName15,
     735                 :            :         monthID16,
     736                 :            :         monthDefaultAbbrvName16,
     737                 :            :         monthDefaultFullName16,
     738                 :            :         monthDefaultNarrowName16,
     739                 :            :         monthID17,
     740                 :            :         monthDefaultAbbrvName17,
     741                 :            :         monthDefaultFullName17,
     742                 :            :         monthDefaultNarrowName17,
     743                 :            :         monthID18,
     744                 :            :         monthDefaultAbbrvName18,
     745                 :            :         monthDefaultFullName18,
     746                 :            :         monthDefaultNarrowName18,
     747                 :            :         monthID19,
     748                 :            :         monthDefaultAbbrvName19,
     749                 :            :         monthDefaultFullName19,
     750                 :            :         monthDefaultNarrowName19,
     751                 :            :         monthID110,
     752                 :            :         monthDefaultAbbrvName110,
     753                 :            :         monthDefaultFullName110,
     754                 :            :         monthDefaultNarrowName110,
     755                 :            :         monthID111,
     756                 :            :         monthDefaultAbbrvName111,
     757                 :            :         monthDefaultFullName111,
     758                 :            :         monthDefaultNarrowName111,
     759                 :            :         genitiveMonthID10,
     760                 :            :         genitiveMonthDefaultAbbrvName10,
     761                 :            :         genitiveMonthDefaultFullName10,
     762                 :            :         genitiveMonthDefaultNarrowName10,
     763                 :            :         genitiveMonthID11,
     764                 :            :         genitiveMonthDefaultAbbrvName11,
     765                 :            :         genitiveMonthDefaultFullName11,
     766                 :            :         genitiveMonthDefaultNarrowName11,
     767                 :            :         genitiveMonthID12,
     768                 :            :         genitiveMonthDefaultAbbrvName12,
     769                 :            :         genitiveMonthDefaultFullName12,
     770                 :            :         genitiveMonthDefaultNarrowName12,
     771                 :            :         genitiveMonthID13,
     772                 :            :         genitiveMonthDefaultAbbrvName13,
     773                 :            :         genitiveMonthDefaultFullName13,
     774                 :            :         genitiveMonthDefaultNarrowName13,
     775                 :            :         genitiveMonthID14,
     776                 :            :         genitiveMonthDefaultAbbrvName14,
     777                 :            :         genitiveMonthDefaultFullName14,
     778                 :            :         genitiveMonthDefaultNarrowName14,
     779                 :            :         genitiveMonthID15,
     780                 :            :         genitiveMonthDefaultAbbrvName15,
     781                 :            :         genitiveMonthDefaultFullName15,
     782                 :            :         genitiveMonthDefaultNarrowName15,
     783                 :            :         genitiveMonthID16,
     784                 :            :         genitiveMonthDefaultAbbrvName16,
     785                 :            :         genitiveMonthDefaultFullName16,
     786                 :            :         genitiveMonthDefaultNarrowName16,
     787                 :            :         genitiveMonthID17,
     788                 :            :         genitiveMonthDefaultAbbrvName17,
     789                 :            :         genitiveMonthDefaultFullName17,
     790                 :            :         genitiveMonthDefaultNarrowName17,
     791                 :            :         genitiveMonthID18,
     792                 :            :         genitiveMonthDefaultAbbrvName18,
     793                 :            :         genitiveMonthDefaultFullName18,
     794                 :            :         genitiveMonthDefaultNarrowName18,
     795                 :            :         genitiveMonthID19,
     796                 :            :         genitiveMonthDefaultAbbrvName19,
     797                 :            :         genitiveMonthDefaultFullName19,
     798                 :            :         genitiveMonthDefaultNarrowName19,
     799                 :            :         genitiveMonthID110,
     800                 :            :         genitiveMonthDefaultAbbrvName110,
     801                 :            :         genitiveMonthDefaultFullName110,
     802                 :            :         genitiveMonthDefaultNarrowName110,
     803                 :            :         genitiveMonthID111,
     804                 :            :         genitiveMonthDefaultAbbrvName111,
     805                 :            :         genitiveMonthDefaultFullName111,
     806                 :            :         genitiveMonthDefaultNarrowName111,
     807                 :            :         partitiveMonthID10,
     808                 :            :         partitiveMonthDefaultAbbrvName10,
     809                 :            :         partitiveMonthDefaultFullName10,
     810                 :            :         partitiveMonthDefaultNarrowName10,
     811                 :            :         partitiveMonthID11,
     812                 :            :         partitiveMonthDefaultAbbrvName11,
     813                 :            :         partitiveMonthDefaultFullName11,
     814                 :            :         partitiveMonthDefaultNarrowName11,
     815                 :            :         partitiveMonthID12,
     816                 :            :         partitiveMonthDefaultAbbrvName12,
     817                 :            :         partitiveMonthDefaultFullName12,
     818                 :            :         partitiveMonthDefaultNarrowName12,
     819                 :            :         partitiveMonthID13,
     820                 :            :         partitiveMonthDefaultAbbrvName13,
     821                 :            :         partitiveMonthDefaultFullName13,
     822                 :            :         partitiveMonthDefaultNarrowName13,
     823                 :            :         partitiveMonthID14,
     824                 :            :         partitiveMonthDefaultAbbrvName14,
     825                 :            :         partitiveMonthDefaultFullName14,
     826                 :            :         partitiveMonthDefaultNarrowName14,
     827                 :            :         partitiveMonthID15,
     828                 :            :         partitiveMonthDefaultAbbrvName15,
     829                 :            :         partitiveMonthDefaultFullName15,
     830                 :            :         partitiveMonthDefaultNarrowName15,
     831                 :            :         partitiveMonthID16,
     832                 :            :         partitiveMonthDefaultAbbrvName16,
     833                 :            :         partitiveMonthDefaultFullName16,
     834                 :            :         partitiveMonthDefaultNarrowName16,
     835                 :            :         partitiveMonthID17,
     836                 :            :         partitiveMonthDefaultAbbrvName17,
     837                 :            :         partitiveMonthDefaultFullName17,
     838                 :            :         partitiveMonthDefaultNarrowName17,
     839                 :            :         partitiveMonthID18,
     840                 :            :         partitiveMonthDefaultAbbrvName18,
     841                 :            :         partitiveMonthDefaultFullName18,
     842                 :            :         partitiveMonthDefaultNarrowName18,
     843                 :            :         partitiveMonthID19,
     844                 :            :         partitiveMonthDefaultAbbrvName19,
     845                 :            :         partitiveMonthDefaultFullName19,
     846                 :            :         partitiveMonthDefaultNarrowName19,
     847                 :            :         partitiveMonthID110,
     848                 :            :         partitiveMonthDefaultAbbrvName110,
     849                 :            :         partitiveMonthDefaultFullName110,
     850                 :            :         partitiveMonthDefaultNarrowName110,
     851                 :            :         partitiveMonthID111,
     852                 :            :         partitiveMonthDefaultAbbrvName111,
     853                 :            :         partitiveMonthDefaultFullName111,
     854                 :            :         partitiveMonthDefaultNarrowName111,
     855                 :            :         eraID10,
     856                 :            :         eraDefaultAbbrvName10,
     857                 :            :         eraDefaultFullName10,
     858                 :            :         eraID11,
     859                 :            :         eraDefaultAbbrvName11,
     860                 :            :         eraDefaultFullName11,
     861                 :            :         startDayOfWeek1,
     862                 :            :         minimalDaysInFirstWeek1,
     863                 :            : };
     864                 :            : 
     865                 :          0 : SAL_DLLPUBLIC_EXPORT sal_Unicode **  SAL_CALL getAllCalendars_ar_LB(sal_Int16& count)
     866                 :            : {
     867                 :          0 :         count = calendarsCount;
     868                 :          0 :         return (sal_Unicode**)calendars;
     869                 :            : }
     870                 :            : static const sal_Unicode defaultCurrency0[] = {1};
     871                 :            : static const sal_Unicode defaultCurrencyUsedInCompatibleFormatCodes0[] = {1};
     872                 :            : static const sal_Unicode defaultCurrencyLegacyOnly0[] = {0};
     873                 :            : static const sal_Unicode currencyID0[] = {0x4c, 0x42, 0x50, 0x0};
     874                 :            : static const sal_Unicode currencySymbol0[] = {0x644, 0x2e, 0x644, 0x2e, 0x200f, 0x0};
     875                 :            : static const sal_Unicode bankSymbol0[] = {0x4c, 0x42, 0x50, 0x0};
     876                 :            : static const sal_Unicode currencyName0[] = {0x4c, 0x42, 0x50, 0x0};
     877                 :            : static const sal_Unicode currencyDecimalPlaces0[] = {2};
     878                 :            : 
     879                 :            : static const sal_Int16 currencyCount = 1;
     880                 :            : 
     881                 :            : static const sal_Unicode* currencies[] = {
     882                 :            :         currencyID0,
     883                 :            :         currencySymbol0,
     884                 :            :         bankSymbol0,
     885                 :            :         currencyName0,
     886                 :            :         defaultCurrency0,
     887                 :            :         defaultCurrencyUsedInCompatibleFormatCodes0,
     888                 :            :         currencyDecimalPlaces0,
     889                 :            :         defaultCurrencyLegacyOnly0,
     890                 :            : };
     891                 :            : 
     892                 :         72 : SAL_DLLPUBLIC_EXPORT sal_Unicode **  SAL_CALL getAllCurrencies_ar_LB(sal_Int16& count)
     893                 :            : {
     894                 :         72 :         count = currencyCount;
     895                 :         72 :         return (sal_Unicode**)currencies;
     896                 :            : }
     897                 :            : extern sal_Unicode **  SAL_CALL getTransliterations_en_US(sal_Int16& count);
     898                 :          0 : SAL_DLLPUBLIC_EXPORT sal_Unicode **  SAL_CALL getTransliterations_ar_LB(sal_Int16& count)
     899                 :            : {
     900                 :          0 :         return getTransliterations_en_US(count);
     901                 :            : }
     902                 :            : extern sal_Unicode **  SAL_CALL getForbiddenCharacters_ar_EG(sal_Int16& count);
     903                 :          0 : SAL_DLLPUBLIC_EXPORT sal_Unicode **  SAL_CALL getForbiddenCharacters_ar_LB(sal_Int16& count)
     904                 :            : {
     905                 :          0 :         return getForbiddenCharacters_ar_EG(count);
     906                 :            : }
     907                 :            : extern sal_Unicode **  SAL_CALL getBreakIteratorRules_ar_EG(sal_Int16& count);
     908                 :          0 : SAL_DLLPUBLIC_EXPORT sal_Unicode **  SAL_CALL getBreakIteratorRules_ar_LB(sal_Int16& count)
     909                 :            : {
     910                 :          0 :         return getBreakIteratorRules_ar_EG(count);
     911                 :            : }
     912                 :            : extern sal_Unicode **  SAL_CALL getReservedWords_ar_EG(sal_Int16& count);
     913                 :          0 : SAL_DLLPUBLIC_EXPORT sal_Unicode **  SAL_CALL getReservedWords_ar_LB(sal_Int16& count)
     914                 :            : {
     915                 :          0 :         return getReservedWords_ar_EG(count);
     916                 :            : }
     917                 :            : // ---> ContinuousNumbering
     918                 :            : extern const sal_Unicode ***  SAL_CALL getContinuousNumberingLevels_ar_EG(sal_Int16& nStyles, sal_Int16& nAttributes);
     919                 :          0 : SAL_DLLPUBLIC_EXPORT const sal_Unicode ***  SAL_CALL getContinuousNumberingLevels_ar_LB(sal_Int16& nStyles, sal_Int16& nAttributes)
     920                 :            : {
     921                 :          0 :         return getContinuousNumberingLevels_ar_EG(nStyles, nAttributes);
     922                 :            : }
     923                 :            : // ---> OutlineNumbering
     924                 :            : extern const sal_Unicode ****  SAL_CALL getOutlineNumberingLevels_ar_EG(sal_Int16& nStyles, sal_Int16& nLevels, sal_Int16& nAttributes);
     925                 :          0 : SAL_DLLPUBLIC_EXPORT const sal_Unicode ****  SAL_CALL getOutlineNumberingLevels_ar_LB(sal_Int16& nStyles, sal_Int16& nLevels, sal_Int16& nAttributes)
     926                 :            : {
     927                 :          0 :         return getOutlineNumberingLevels_ar_EG(nStyles, nLevels, nAttributes);
     928                 :            : }
     929                 :            : } // extern "C"
     930                 :            : 

Generated by: LCOV version 1.10