]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/layoutex/layout/RunArrays.h
ICU-62107.0.1.tar.gz
[apple/icu.git] / icuSources / layoutex / layout / RunArrays.h
index 27f928b4c9e48d517818c187d6a1bca11428d418..5cf6c60b3f3e763a4c651774ae796b7952e758a9 100644 (file)
@@ -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()