bump product version to 7.2.5.1
[LibreOffice.git] / vcl / workben / localestub / localedata_en_KE.cxx
blobf6f07101f831171233cd702e72bea61d9e430d5c
1 #include <sal/types.h>
3 #include <stdio.h>
5 extern "C" {
7 static const sal_Unicode langID[] = { 0x65, 0x6e, 0x0 };
8 static const sal_Unicode langDefaultName[] = { 0x45, 0x6e, 0x67, 0x6c, 0x69, 0x73, 0x68, 0x0 };
9 static const sal_Unicode countryID[] = { 0x4b, 0x45, 0x0 };
10 static const sal_Unicode countryDefaultName[] = { 0x4b, 0x65, 0x6e, 0x79, 0x61, 0x0 };
11 static const sal_Unicode Variant[] = { 0x0 };
13 static const sal_Unicode* LCInfoArray[]
14 = { langID, langDefaultName, countryID, countryDefaultName, Variant };
16 SAL_DLLPUBLIC_EXPORT sal_Unicode** SAL_CALL getLCInfo_en_KE(sal_Int16& count)
18 count = SAL_N_ELEMENTS(LCInfoArray);
19 return (sal_Unicode**)LCInfoArray;
21 extern sal_Unicode** SAL_CALL getLocaleItem_en_GB(sal_Int16& count);
22 SAL_DLLPUBLIC_EXPORT sal_Unicode** SAL_CALL getLocaleItem_en_KE(sal_Int16& count)
24 return getLocaleItem_en_GB(count);
26 static const sal_Unicode replaceTo0[]
27 = { 0x5b, 0x24, 0x4b, 0x53, 0x68, 0x2d, 0x41, 0x43, 0x30, 0x39, 0x5d, 0x0 };
28 extern sal_Unicode const* const* SAL_CALL getAllFormats0_en_GB(sal_Int16& count,
29 const sal_Unicode*& from,
30 const sal_Unicode*& to);
31 SAL_DLLPUBLIC_EXPORT sal_Unicode const* const* SAL_CALL
32 getAllFormats0_en_KE(sal_Int16& count, const sal_Unicode*& from, const sal_Unicode*& to)
34 to = replaceTo0;
35 const sal_Unicode* tmp;
36 return getAllFormats0_en_GB(count, from, tmp);
38 extern sal_Unicode** SAL_CALL getDateAcceptancePatterns_en_GB(sal_Int16& count);
39 SAL_DLLPUBLIC_EXPORT sal_Unicode** SAL_CALL getDateAcceptancePatterns_en_KE(sal_Int16& count)
41 return getDateAcceptancePatterns_en_GB(count);
43 extern sal_Unicode** SAL_CALL getCollatorImplementation_en_GB(sal_Int16& count);
44 SAL_DLLPUBLIC_EXPORT sal_Unicode** SAL_CALL getCollatorImplementation_en_KE(sal_Int16& count)
46 return getCollatorImplementation_en_GB(count);
48 extern sal_Unicode** SAL_CALL getCollationOptions_en_GB(sal_Int16& count);
49 SAL_DLLPUBLIC_EXPORT sal_Unicode** SAL_CALL getCollationOptions_en_KE(sal_Int16& count)
51 return getCollationOptions_en_GB(count);
53 extern sal_Unicode** SAL_CALL getSearchOptions_en_GB(sal_Int16& count);
54 SAL_DLLPUBLIC_EXPORT sal_Unicode** SAL_CALL getSearchOptions_en_KE(sal_Int16& count)
56 return getSearchOptions_en_GB(count);
58 extern sal_Unicode** SAL_CALL getIndexAlgorithm_en_GB(sal_Int16& count);
59 SAL_DLLPUBLIC_EXPORT sal_Unicode** SAL_CALL getIndexAlgorithm_en_KE(sal_Int16& count)
61 return getIndexAlgorithm_en_GB(count);
63 extern sal_Unicode** SAL_CALL getUnicodeScripts_en_GB(sal_Int16& count);
64 SAL_DLLPUBLIC_EXPORT sal_Unicode** SAL_CALL getUnicodeScripts_en_KE(sal_Int16& count)
66 return getUnicodeScripts_en_GB(count);
68 extern sal_Unicode** SAL_CALL getFollowPageWords_en_GB(sal_Int16& count);
69 SAL_DLLPUBLIC_EXPORT sal_Unicode** SAL_CALL getFollowPageWords_en_KE(sal_Int16& count)
71 return getFollowPageWords_en_GB(count);
73 extern sal_Unicode** SAL_CALL getAllCalendars_en_GB(sal_Int16& count);
74 SAL_DLLPUBLIC_EXPORT sal_Unicode** SAL_CALL getAllCalendars_en_KE(sal_Int16& count)
76 return getAllCalendars_en_GB(count);
78 static const sal_Unicode defaultCurrency0[] = { 1 };
79 static const sal_Unicode defaultCurrencyUsedInCompatibleFormatCodes0[] = { 1 };
80 static const sal_Unicode defaultCurrencyLegacyOnly0[] = { 0 };
81 static const sal_Unicode currencyID0[] = { 0x4b, 0x45, 0x53, 0x0 };
82 static const sal_Unicode currencySymbol0[] = { 0x4b, 0x53, 0x68, 0x0 };
83 static const sal_Unicode bankSymbol0[] = { 0x4b, 0x45, 0x53, 0x0 };
84 static const sal_Unicode currencyName0[] = { 0x4b, 0x65, 0x6e, 0x79, 0x61, 0x6e, 0x20, 0x73,
85 0x68, 0x69, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x0 };
86 static const sal_Unicode currencyDecimalPlaces0[] = { 2 };
88 static const sal_Int16 currencyCount = 1;
90 static const sal_Unicode* currencies[] = {
91 currencyID0,
92 currencySymbol0,
93 bankSymbol0,
94 currencyName0,
95 defaultCurrency0,
96 defaultCurrencyUsedInCompatibleFormatCodes0,
97 currencyDecimalPlaces0,
98 defaultCurrencyLegacyOnly0,
101 SAL_DLLPUBLIC_EXPORT sal_Unicode** SAL_CALL getAllCurrencies_en_KE(sal_Int16& count)
103 count = currencyCount;
104 return (sal_Unicode**)currencies;
106 extern sal_Unicode** SAL_CALL getTransliterations_en_GB(sal_Int16& count);
107 SAL_DLLPUBLIC_EXPORT sal_Unicode** SAL_CALL getTransliterations_en_KE(sal_Int16& count)
109 return getTransliterations_en_GB(count);
111 extern sal_Unicode** SAL_CALL getForbiddenCharacters_en_GB(sal_Int16& count);
112 SAL_DLLPUBLIC_EXPORT sal_Unicode** SAL_CALL getForbiddenCharacters_en_KE(sal_Int16& count)
114 return getForbiddenCharacters_en_GB(count);
116 extern sal_Unicode** SAL_CALL getBreakIteratorRules_en_GB(sal_Int16& count);
117 SAL_DLLPUBLIC_EXPORT sal_Unicode** SAL_CALL getBreakIteratorRules_en_KE(sal_Int16& count)
119 return getBreakIteratorRules_en_GB(count);
121 extern sal_Unicode** SAL_CALL getReservedWords_en_GB(sal_Int16& count);
122 SAL_DLLPUBLIC_EXPORT sal_Unicode** SAL_CALL getReservedWords_en_KE(sal_Int16& count)
124 return getReservedWords_en_GB(count);
126 // ---> ContinuousNumbering
127 extern const sal_Unicode*** SAL_CALL getContinuousNumberingLevels_en_GB(sal_Int16& nStyles,
128 sal_Int16& nAttributes);
129 SAL_DLLPUBLIC_EXPORT const sal_Unicode*** SAL_CALL
130 getContinuousNumberingLevels_en_KE(sal_Int16& nStyles, sal_Int16& nAttributes)
132 return getContinuousNumberingLevels_en_GB(nStyles, nAttributes);
134 // ---> OutlineNumbering
135 extern const sal_Unicode**** SAL_CALL getOutlineNumberingLevels_en_GB(sal_Int16& nStyles,
136 sal_Int16& nLevels,
137 sal_Int16& nAttributes);
138 SAL_DLLPUBLIC_EXPORT const sal_Unicode**** SAL_CALL
139 getOutlineNumberingLevels_en_KE(sal_Int16& nStyles, sal_Int16& nLevels, sal_Int16& nAttributes)
141 return getOutlineNumberingLevels_en_GB(nStyles, nLevels, nAttributes);
143 } // extern "C"