2012-05-29 19:52:43 +04:00
|
|
|
/* 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/. */
|
2009-06-29 02:44:22 +04:00
|
|
|
|
2011-09-28 16:45:17 +04:00
|
|
|
protected:
|
2018-03-16 18:26:06 +03:00
|
|
|
nsHtml5UTF16Buffer(char16_t* aBuffer, int32_t aEnd);
|
|
|
|
~nsHtml5UTF16Buffer();
|
2009-10-12 17:08:04 +04:00
|
|
|
|
2018-03-16 18:26:06 +03:00
|
|
|
/**
|
|
|
|
* For working around the privacy of |buffer| in the generated code.
|
|
|
|
*/
|
|
|
|
void DeleteBuffer();
|
2011-10-30 00:14:31 +04:00
|
|
|
|
2018-03-16 18:26:06 +03:00
|
|
|
/**
|
|
|
|
* For working around the privacy of |buffer| in the generated code.
|
|
|
|
*/
|
|
|
|
void Swap(nsHtml5UTF16Buffer* aOther);
|