X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..0f5d89e82340278ed3d7d50029f37cab2c41a57e:/icuSources/layoutex/layout/RunArrays.h diff --git a/icuSources/layoutex/layout/RunArrays.h b/icuSources/layoutex/layout/RunArrays.h index 27f928b4..5cf6c60b 100644 --- a/icuSources/layoutex/layout/RunArrays.h +++ b/icuSources/layoutex/layout/RunArrays.h @@ -1,6 +1,8 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ********************************************************************** - * Copyright (C) 2003-2005, International Business Machines + * Copyright (C) 2003-2008, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** */ @@ -96,7 +98,7 @@ public: * * Note: Subclass arrays will also be reset and not deleted. * - * @draft ICU 3.6 + * @stable ICU 3.6 */ inline void reset(); @@ -502,6 +504,11 @@ protected: virtual void init(le_int32 capacity); virtual void grow(le_int32 capacity); + /** + * @internal + */ + const Locale **fLocales; + private: inline LocaleRuns(); @@ -513,8 +520,6 @@ private: * for ICU "poor man's RTTI". */ static const char fgClassID; - - const Locale **fLocales; }; inline LocaleRuns::LocaleRuns()