LibreOffice Module i18npool (master) 1
Public Member Functions | Public Attributes | List of all members
i18npool::CollatorImpl::lookupTableItem Struct Reference

Public Member Functions

 lookupTableItem (css::lang::Locale _aLocale, OUString _algorithm, OUString _service, css::uno::Reference< XCollator > _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
 

Detailed Description

Definition at line 78 of file collatorImpl.hxx.

Constructor & Destructor Documentation

◆ lookupTableItem()

i18npool::CollatorImpl::lookupTableItem::lookupTableItem ( css::lang::Locale  _aLocale,
OUString  _algorithm,
OUString  _service,
css::uno::Reference< XCollator >  _xC 
)
inline

Definition at line 83 of file collatorImpl.hxx.

Member Function Documentation

◆ equals()

bool i18npool::CollatorImpl::lookupTableItem::equals ( const css::lang::Locale &  rLocale,
std::u16string_view  _algorithm 
)
inline

Definition at line 85 of file collatorImpl.hxx.

References algorithm, and aLocale.

Member Data Documentation

◆ algorithm

OUString i18npool::CollatorImpl::lookupTableItem::algorithm

Definition at line 80 of file collatorImpl.hxx.

Referenced by equals().

◆ aLocale

css::lang::Locale i18npool::CollatorImpl::lookupTableItem::aLocale

Definition at line 79 of file collatorImpl.hxx.

Referenced by equals().

◆ service

OUString i18npool::CollatorImpl::lookupTableItem::service

Definition at line 81 of file collatorImpl.hxx.

◆ xC

css::uno::Reference< XCollator > i18npool::CollatorImpl::lookupTableItem::xC

Definition at line 82 of file collatorImpl.hxx.


The documentation for this struct was generated from the following file: