/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #pragma once #include namespace BasicCharClass { bool isLetter( sal_Unicode c ); bool isLetterUnicode( sal_Unicode c ); bool isAlpha( sal_Unicode c, bool bCompatible ); bool isAlphaNumeric( sal_Unicode c, bool bCompatible ); bool isWhitespace( sal_Unicode c ); }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 2021'>distro/collabora/co-2021 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-07-31 13:25:48 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-07-31 14:05:38 +0200
commitca4d6f938a8f4e871ac886442a2ca306194900fc (patch)
treec08db4d0e13e4636064ef92cd9be672667b3110d
parenta55c2db906ace80a1fb1befbd84835d567e56e8f (diff)
update translations for 6.3.0 rc3
and force-fix errors using pocheck Change-Id: I19893b4702ce96c8850c43ee4aa0c2665a971e9f (cherry picked from commit f7fd1330c8cfdefab2a8a61f0a53f171f7f2f130)