#include "breakiteratorImpl.hxx"
#include <unicode/brkiter.h>
#include <unicode/utext.h>
#include <memory>
#include <unordered_map>
Go to the source code of this file.
|
| namespace | i18npool |
| | Constant values shared between i18npool and, for example, the number formatter.
|
| |
◆ LOAD_CHARACTER_BREAKITERATOR
| #define LOAD_CHARACTER_BREAKITERATOR 0 |
◆ LOAD_LINE_BREAKITERATOR
| #define LOAD_LINE_BREAKITERATOR 3 |
◆ LOAD_SENTENCE_BREAKITERATOR
| #define LOAD_SENTENCE_BREAKITERATOR 2 |
◆ LOAD_WORD_BREAKITERATOR
| #define LOAD_WORD_BREAKITERATOR 1 |