LibreOffice Module i18npool (master) 1
|
#include <xdictionary.hxx>
Public Member Functions | |
WordBreakCache () | |
bool | equals (const sal_Unicode *str, css::i18n::Boundary const &boundary) const |
Public Attributes | |
sal_Unicode * | contents |
sal_Int32 * | wordboundary |
sal_Int32 | length |
sal_Int32 | size |
Definition at line 32 of file xdictionary.hxx.
i18npool::WordBreakCache::WordBreakCache | ( | ) |
Definition at line 253 of file xdictionary.cxx.
bool i18npool::WordBreakCache::equals | ( | const sal_Unicode * | str, |
css::i18n::Boundary const & | boundary | ||
) | const |
Definition at line 265 of file xdictionary.cxx.
References contents, i, and length.
Referenced by i18npool::xdictionary::getCache().
sal_Unicode* i18npool::WordBreakCache::contents |
Definition at line 33 of file xdictionary.hxx.
Referenced by equals(), and i18npool::xdictionary::getCache().
sal_Int32 i18npool::WordBreakCache::length |
Definition at line 35 of file xdictionary.hxx.
Referenced by equals(), and i18npool::xdictionary::getCache().
sal_Int32 i18npool::WordBreakCache::size |
Definition at line 36 of file xdictionary.hxx.
Referenced by i18npool::xdictionary::getCache().
sal_Int32* i18npool::WordBreakCache::wordboundary |
Definition at line 34 of file xdictionary.hxx.
Referenced by i18npool::xdictionary::getCache(), and i18npool::xdictionary::getWordBoundary().