|
LibreOffice Module i18npool (master) 1
|
#include <indexentrysupplier_default.hxx>
Public Member Functions | |
| IndexTable () | |
| ~IndexTable () | |
| void | init (sal_Unicode start_, sal_Unicode end_, IndexKey const *keys, sal_Int16 key_count, Index *index) |
Public Attributes | |
| sal_Unicode | start |
| sal_Unicode | end |
| sal_uInt8 * | table |
Definition at line 62 of file indexentrysupplier_default.hxx.
| i18npool::IndexTable::IndexTable | ( | ) |
Definition at line 82 of file indexentrysupplier_default.cxx.
| i18npool::IndexTable::~IndexTable | ( | ) |
Definition at line 89 of file indexentrysupplier_default.cxx.
References table.
| void i18npool::IndexTable::init | ( | sal_Unicode | start_, |
| sal_Unicode | end_, | ||
| IndexKey const * | keys, | ||
| sal_Int16 | key_count, | ||
| Index * | index | ||
| ) |
Definition at line 94 of file indexentrysupplier_default.cxx.
References end, i, index, i18npool::IndexKey::key, start, and table.
Referenced by i18npool::Index::init().
| sal_Unicode i18npool::IndexTable::end |
Definition at line 71 of file indexentrysupplier_default.hxx.
Referenced by init().
| sal_Unicode i18npool::IndexTable::start |
Definition at line 70 of file indexentrysupplier_default.hxx.
Referenced by i18npool::Index::getIndexWeight(), and init().
| sal_uInt8* i18npool::IndexTable::table |
Definition at line 72 of file indexentrysupplier_default.hxx.
Referenced by i18npool::Index::getIndexWeight(), init(), and ~IndexTable().