LibreOffice Module i18npool (master) 1
breakiterator_cjk.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#pragma once
20
22#include "xdictionary.hxx"
23#include <optional>
24#include <memory>
25
26namespace i18npool {
27
28
30{
31public:
33
34 css::i18n::Boundary SAL_CALL nextWord( const OUString& Text, sal_Int32 nStartPos,
35 const css::lang::Locale& nLocale, sal_Int16 WordType) override;
36 css::i18n::Boundary SAL_CALL previousWord( const OUString& Text, sal_Int32 nStartPos,
37 const css::lang::Locale& nLocale, sal_Int16 WordType) override;
38 css::i18n::Boundary SAL_CALL getWordBoundary( const OUString& Text, sal_Int32 nPos,
39 const css::lang::Locale& nLocale, sal_Int16 WordType, sal_Bool bDirection ) override;
40 css::i18n::LineBreakResults SAL_CALL getLineBreak( const OUString& Text, sal_Int32 nStartPos,
41 const css::lang::Locale& nLocale, sal_Int32 nMinBreakPos,
42 const css::i18n::LineBreakHyphenationOptions& hOptions,
43 const css::i18n::LineBreakUserOptions& bOptions ) override;
44
45protected:
46 std::optional<xdictionary> m_oDict;
48};
49
50class BreakIterator_zh final : public BreakIterator_CJK {
51public:
53};
55public:
57};
58class BreakIterator_ja final : public BreakIterator_CJK {
59public:
61};
62class BreakIterator_ko final : public BreakIterator_CJK {
63public:
65};
66
67}
68
69/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
css::i18n::LineBreakResults SAL_CALL getLineBreak(const OUString &Text, sal_Int32 nStartPos, const css::lang::Locale &nLocale, sal_Int32 nMinBreakPos, const css::i18n::LineBreakHyphenationOptions &hOptions, const css::i18n::LineBreakUserOptions &bOptions) override
css::i18n::Boundary SAL_CALL nextWord(const OUString &Text, sal_Int32 nStartPos, const css::lang::Locale &nLocale, sal_Int16 WordType) override
std::optional< xdictionary > m_oDict
css::i18n::Boundary SAL_CALL previousWord(const OUString &Text, sal_Int32 nStartPos, const css::lang::Locale &nLocale, sal_Int16 WordType) override
css::i18n::Boundary SAL_CALL getWordBoundary(const OUString &Text, sal_Int32 nPos, const css::lang::Locale &nLocale, sal_Int16 WordType, sal_Bool bDirection) override
sal_uInt16 nPos
Constant values shared between i18npool and, for example, the number formatter.
unsigned char sal_Bool