Home
last modified time | relevance | path

Searched refs:locales (Results 1 – 25 of 69) sorted by relevance

123

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XExtendedIndexEntrySupplier.java36 protected Locale[] locales = null; field in _XExtendedIndexEntrySupplier
61 for (int i = 0; i < locales.length; i++) { in _getAlgorithmList()
66 System.out.println("Locale " + i + ": " + locales[i].Country+","+locales[i].Language); in _getAlgorithmList()
74 "," + locales[i].Language); in _getAlgorithmList()
87 for (int i = 0; i < locales.length; i++) { in _getIndexKey()
108 locales = oObj.getLocaleList(); in _getLocaleList()
155 "," + locales[i].Language); in _loadAlgorithm()
198 for (int i = 0; i < locales.length; i++) { in _usePhoneticEntry()
201 if (locales[i].Language.equals("ja") || in _usePhoneticEntry()
202 locales[i].Language.equals("ko") || in _usePhoneticEntry()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/linguistic2/
H A D_XSupportedLocales.java43 public static Locale[] locales = new Locale[0]; field in _XSupportedLocales
50 locales = oObj.getLocales(); in _getLocales()
51 tRes.tested("getLocales()", locales.length > 0); in _getLocales()
72 for (int i=0; i< locales.length; i++) { in _hasLocale()
73 res &= oObj.hasLocale(locales[i]); in _hasLocale()
H A D_XAvailableLocales.java41 public static Locale[] locales = new Locale[0]; field in _XAvailableLocales
48 locales = oObj.getAvailableLocales("com.sun.star.linguistic2.Hyphenator"); in _getAvailableLocales()
49 tRes.tested("getAvailableLocales()", locales.length > 0); in _getAvailableLocales()
/trunk/main/offapi/com/sun/star/resource/
H A DXStringResourceResolver.idl96 The locale has to match exactly with one of the locales provided by
133 The locale has to match exactly with one of the locales provided by
158 The locale has to match exactly with one of the locales provided by
186 Returns a sequence of all supported locales
188 @return a sequence of all supported locales
H A DXStringResourceManager.idl58 strings for different locales.
164 The locale has to match exactly with one of the locales provided by
208 The locale has to match exactly with one of the locales provided by
285 be reset to 0 if all locales are removed. In all other cases
294 string table all locales are taken into account. So using this
H A DXStringResourcePersistence.idl220 All locales and strings previously added to the string resource
222 only contains the locales and strings specified in the binary data.
H A DXLocale.idl82 <p>More advanced programs allow users to use different locales
106 a sequence of all locales which are available in the system.
H A DXResourceBundle.idl56 <LI> handle multiple locales at once.
58 <LI> be easily modified, later, to support even more locales.
/trunk/main/scripting/source/storage/
H A DScriptInfoImpl.hxx50 , locales() in ScriptInfoImpl()
67 , locales( __locales ) in ScriptInfoImpl()
77 strpair_map locales; member
H A DScriptData.hxx52 , locales() in ScriptData()
69 , locales( __locales ) in ScriptData()
79 strpair_map locales; member
H A DScriptElement.cxx60 strpair_map::const_iterator mp_it = sII.locales.begin(); in ScriptElement()
61 strpair_map::const_iterator mp_itend = sII.locales.end(); in ScriptElement()
H A DScriptInfo.cxx247 m_scriptData.locales.find( localeLang ); in getDescription()
249 if( str_it == m_scriptData.locales.end() ) in getDescription()
H A DScriptMetadataImporter.cxx349 m_ScriptData.locales[ ms_localeLang ] = ::std::make_pair( in endElement()
/trunk/main/offapi/com/sun/star/sdb/
H A DDatabaseAccessContext.idl45 access beans. It is possible to have different aliases for different locales.
55 The service also provides a default handling for locales, where an alias isn't
57 becomes the default for all other known locales.
/trunk/main/offapi/com/sun/star/i18n/
H A DXOrdinalSuffix.idl45 locales. Future enhancements adding functionality for other locales
H A DCollator.idl39 Access collation algorithms of different locales.
H A DCalendarDisplayCode.idl38 that other calendars or locales may return completely different
H A DNativeNumberMode.idl39 locales. However, <const>NATNUM1</const> always tries to convert to
H A DXLocaleData.idl126 /** returns all available locales.
/trunk/main/offapi/com/sun/star/configuration/
H A DAdministrationProvider.idl146 locales for which data is present. Locale-dependent values in this case are
148 This also allows targeted setting of values for selected locales.
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXAvailableLocales.idl49 the list of locales supported by the whole of all registered
H A DXConversionDictionaryList.idl125 <p>All active dictionaries with matching locales and conversion
/trunk/main/offapi/com/sun/star/util/
H A DXLocalizedAliases.idl48 can be provided in several locales for the same programmatic name.
/trunk/main/udkapi/com/sun/star/lang/
H A DLocale.idl49 locales it supports.</p>
/trunk/main/vcl/aqua/source/app/
H A Dvclnsapp.mm177 // NOT localized, that is the same in all locales. Should this be

Completed in 79 milliseconds

123