X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFTextUtf8Decoder.h;h=cf0e220276acc72120a88eb78f82d94c4d9f8ebf;hb=e384e080132b4e5a587116a6a6f5380a295b5018;hp=6037b69a37715c21dfa599ce3c2929a237968817;hpb=6b44196c40a66b895028f7ba2e9b5e41bc715ab2;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FTextUtf8Decoder.h b/inc/FTextUtf8Decoder.h index 6037b69..cf0e220 100644 --- a/inc/FTextUtf8Decoder.h +++ b/inc/FTextUtf8Decoder.h @@ -1,5 +1,4 @@ // -// Open Service Platform // Copyright (c) 2012 Samsung Electronics Co., Ltd. // // Licensed under the Apache License, Version 2.0 (the License); @@ -182,7 +181,7 @@ public: * @exception E_UNDERFLOW This operation has caused the memory to underflow, or * the sum of the length of the specified @c byteIndex and @c byteCount is greater than the length of the specified @c bytes. * @exception E_INVALID_ENCODING_RANGE The specified string contains code points that are outside the bounds of the character encoding scheme. - * @remarks The GetCharsN() method maintains state consistency between conversions. + * @remarks This method maintains state consistency between conversions. * @remarks The specific error code can be accessed using the GetLastResult() method. * @remarks The pointer to the Tizen::Base::ByteBuffer instance is not terminated by a @c null character. *