LibreOffice Module i18npool (master)
1
|
Public Member Functions | |
lookupTableItem (const css::lang::Locale &rLocale, const OUString &_algorithm, const OUString &_service, css::uno::Reference< XCollator > const &_xC) | |
bool | equals (const css::lang::Locale &rLocale, std::u16string_view _algorithm) |
Public Attributes | |
css::lang::Locale | aLocale |
OUString | algorithm |
OUString | service |
css::uno::Reference< XCollator > | xC |
Definition at line 78 of file collatorImpl.hxx.
|
inline |
Definition at line 83 of file collatorImpl.hxx.
|
inline |
Definition at line 85 of file collatorImpl.hxx.
Referenced by i18npool::CollatorImpl::loadCachedCollator(), and i18npool::CollatorImpl::loadCollatorAlgorithm().
OUString i18npool::CollatorImpl::lookupTableItem::algorithm |
Definition at line 80 of file collatorImpl.hxx.
Referenced by i18npool::CollatorImpl::loadCollatorAlgorithm().
css::lang::Locale i18npool::CollatorImpl::lookupTableItem::aLocale |
Definition at line 79 of file collatorImpl.hxx.
OUString i18npool::CollatorImpl::lookupTableItem::service |
Definition at line 81 of file collatorImpl.hxx.
Referenced by i18npool::CollatorImpl::createCollator().
css::uno::Reference< XCollator > i18npool::CollatorImpl::lookupTableItem::xC |
Definition at line 82 of file collatorImpl.hxx.
Referenced by i18npool::CollatorImpl::compareString(), i18npool::CollatorImpl::compareSubstring(), i18npool::CollatorImpl::createCollator(), and i18npool::CollatorImpl::loadCollatorAlgorithm().