X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fsegmentation.h;h=305329f21c4b3998dc4f08f443b393df405bd0f7;hb=d74d70d51ed70b00e29a2b6feac5419124fffc49;hp=e23065aa8d5d4ea20322d505df764d2763465d8b;hpb=278493dcbeb50938256b776d84c41ae4665d9a29;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/segmentation.h b/dali-toolkit/internal/text/segmentation.h index e23065a..305329f 100644 --- a/dali-toolkit/internal/text/segmentation.h +++ b/dali-toolkit/internal/text/segmentation.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_TEXT_SEGMENTATION_H__ -#define __DALI_TOOLKIT_TEXT_SEGMENTATION_H__ +#ifndef DALI_TOOLKIT_TEXT_SEGMENTATION_H +#define DALI_TOOLKIT_TEXT_SEGMENTATION_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,13 +26,10 @@ namespace Dali { - namespace Toolkit { - namespace Text { - class LogicalModel; /** @@ -49,10 +46,10 @@ class LogicalModel; * @param[in] numberOfCharacters The number of characters. * @param[out] lineBreakInfo The line break info */ -void SetLineBreakInfo( const Vector& text, - CharacterIndex startIndex, - Length numberOfCharacters, - Vector& lineBreakInfo ); +void SetLineBreakInfo(const Vector& text, + CharacterIndex startIndex, + Length numberOfCharacters, + Vector& lineBreakInfo); /** * Sets word break info. @@ -65,10 +62,10 @@ void SetLineBreakInfo( const Vector& text, * @param[in] numberOfCharacters The number of characters. * @param[out] wordBreakInfo The word break info. */ -void SetWordBreakInfo( const Vector& text, - CharacterIndex startIndex, - Length numberOfCharacters, - Vector& wordBreakInfo ); +void SetWordBreakInfo(const Vector& text, + CharacterIndex startIndex, + Length numberOfCharacters, + Vector& wordBreakInfo); } // namespace Text @@ -76,4 +73,4 @@ void SetWordBreakInfo( const Vector& text, } // namespace Dali -#endif // __DALI_TOOLKIT_TEXT_SEGMENTATION_H__ +#endif // DALI_TOOLKIT_TEXT_SEGMENTATION_H