LibreOffice Module i18npool (master) 1
|
#include <config_folders.h>
#include <o3tl/temporary.hxx>
#include <osl/file.h>
#include <osl/module.h>
#include <osl/mutex.hxx>
#include <rtl/bootstrap.hxx>
#include <com/sun/star/i18n/ScriptType.hpp>
#include <com/sun/star/i18n/WordType.hpp>
#include <xdictionary.hxx>
#include <unicode/uchar.h>
#include <string.h>
#include <breakiteratorImpl.hxx>
Go to the source code of this file.
Namespaces | |
namespace | i18npool |
Constant values shared between i18npool and, for example, the number formatter. | |
Macros | |
#define | KANJA 1 |
#define | KATAKANA 2 |
#define | HIRAKANA 3 |
Functions | |
static void | i18npool::thisModule () |
static sal_Int16 | i18npool::JapaneseCharType (sal_Unicode c) |
#define HIRAKANA 3 |
Definition at line 336 of file xdictionary.cxx.
#define KANJA 1 |
Definition at line 334 of file xdictionary.cxx.
#define KATAKANA 2 |
Definition at line 335 of file xdictionary.cxx.
xdictionarydata maData |
Definition at line 150 of file xdictionary.cxx.
OString maLang |
Definition at line 149 of file xdictionary.cxx.
oslModule mhModule |
Definition at line 148 of file xdictionary.cxx.