Home
last modified time | relevance | path

Searched refs:getCollatorImplementations (Results 1 – 8 of 8) sorted by relevance

/trunk/main/i18npool/source/collator/
H A DcollatorImpl.cxx85 const Sequence< Implementation > &imp = localedata->getCollatorImplementations(rLocale); in loadDefaultCollator()
123 const Sequence< Implementation > &imp = localedata->getCollatorImplementations(rLocale); in listCollatorAlgorithms()
/trunk/main/offapi/com/sun/star/i18n/
H A DImplementation.idl34 <member>XLocaleData::getCollatorImplementations()</member>.
H A DXLocaleData.idl90 sequence<Implementation> getCollatorImplementations(
/trunk/main/unotools/inc/unotools/
H A Dlocaledatawrapper.hxx157 …::star::uno::Sequence< ::com::sun::star::i18n::Implementation > getCollatorImplementations() const;
/trunk/main/i18npool/inc/
H A Dlocaledata.hxx86 …virtual com::sun::star::uno::Sequence< Implementation > SAL_CALL getCollatorImplementations( const…
/trunk/test/testuno/source/api/i18n/
H A DXLocaleDataTest.java278 impl = oObj.getCollatorImplementations(getLocale(i)); in _getCollatorImplementations()
/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx292 …nce< ::com::sun::star::i18n::Implementation > LocaleDataWrapper::getCollatorImplementations() const in getCollatorImplementations() function in LocaleDataWrapper
297 return xLD->getCollatorImplementations( getLocale() ); in getCollatorImplementations()
/trunk/main/i18npool/source/localedata/
H A Dlocaledata.cxx735 LocaleData::getCollatorImplementations( const Locale& rLocale ) throw(RuntimeException) in getCollatorImplementations() function in LocaleData