LibreOffice Module i18npool (master) 1
Classes | Namespaces | Macros
breakiterator_unicode.hxx File Reference
#include "breakiteratorImpl.hxx"
#include <unicode/brkiter.h>
#include <unicode/utext.h>
#include <memory>
#include <unordered_map>
Include dependency graph for breakiterator_unicode.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  i18npool::BreakIterator_Unicode
 
struct  i18npool::BreakIterator_Unicode::BI_ValueData
 Used as map value. More...
 
struct  i18npool::BreakIterator_Unicode::BI_Data
 

Namespaces

namespace  i18npool
 Constant values shared between i18npool and, for example, the number formatter.
 

Macros

#define LOAD_CHARACTER_BREAKITERATOR   0
 
#define LOAD_WORD_BREAKITERATOR   1
 
#define LOAD_SENTENCE_BREAKITERATOR   2
 
#define LOAD_LINE_BREAKITERATOR   3
 

Macro Definition Documentation

◆ LOAD_CHARACTER_BREAKITERATOR

#define LOAD_CHARACTER_BREAKITERATOR   0

Definition at line 30 of file breakiterator_unicode.hxx.

◆ LOAD_LINE_BREAKITERATOR

#define LOAD_LINE_BREAKITERATOR   3

Definition at line 33 of file breakiterator_unicode.hxx.

◆ LOAD_SENTENCE_BREAKITERATOR

#define LOAD_SENTENCE_BREAKITERATOR   2

Definition at line 32 of file breakiterator_unicode.hxx.

◆ LOAD_WORD_BREAKITERATOR

#define LOAD_WORD_BREAKITERATOR   1

Definition at line 31 of file breakiterator_unicode.hxx.