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

#include <xdictionary.hxx>

Public Member Functions

 WordBreakCache ()
 
bool equals (const sal_Unicode *str, css::i18n::Boundary const &boundary) const
 

Public Attributes

sal_Unicodecontents
 
sal_Int32 * wordboundary
 
sal_Int32 length
 
sal_Int32 size
 

Detailed Description

Definition at line 32 of file xdictionary.hxx.

Constructor & Destructor Documentation

◆ WordBreakCache()

i18npool::WordBreakCache::WordBreakCache ( )

Definition at line 253 of file xdictionary.cxx.

References length, and size.

Member Function Documentation

◆ equals()

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().

Member Data Documentation

◆ contents

sal_Unicode* i18npool::WordBreakCache::contents

Definition at line 33 of file xdictionary.hxx.

Referenced by equals(), and i18npool::xdictionary::getCache().

◆ length

sal_Int32 i18npool::WordBreakCache::length

Definition at line 35 of file xdictionary.hxx.

Referenced by equals(), and i18npool::xdictionary::getCache().

◆ size

sal_Int32 i18npool::WordBreakCache::size

Definition at line 36 of file xdictionary.hxx.

Referenced by i18npool::xdictionary::getCache().

◆ wordboundary

sal_Int32* i18npool::WordBreakCache::wordboundary

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