]> granicus.if.org Git - icu/commitdiff
ICU-12139 Remove header files from pfiles.txt and update header files
authorMichael Ow <mow@svn.icu-project.org>
Sun, 28 Feb 2016 21:22:24 +0000 (21:22 +0000)
committerMichael Ow <mow@svn.icu-project.org>
Sun, 28 Feb 2016 21:22:24 +0000 (21:22 +0000)
X-SVN-Rev: 38426

icu4c/source/common/unicode/bytestriebuilder.h
icu4c/source/common/unicode/ucharstriebuilder.h
icu4c/source/test/hdrtst/pfiles.txt

index d00ab9b3b0947d0d05c8935f98efe15073da6218..19795f106d77d13f1aec1249b57c5272b1ce11ee 100644 (file)
@@ -1,6 +1,6 @@
 /*
 *******************************************************************************
-*   Copyright (C) 2010-2014, International Business Machines
+*   Copyright (C) 2010-2016, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *******************************************************************************
 *   file name:  bytestriebuilder.h
@@ -141,6 +141,7 @@ private:
     virtual int32_t getMinLinearMatch() const { return BytesTrie::kMinLinearMatch; }
     virtual int32_t getMaxLinearMatchLength() const { return BytesTrie::kMaxLinearMatchLength; }
 
+#ifndef U_HIDE_INTERNAL_API
     /**
      * @internal
      */
@@ -155,6 +156,7 @@ private:
 
     virtual Node *createLinearMatchNode(int32_t i, int32_t byteIndex, int32_t length,
                                         Node *nextNode) const;
+#endif /* U_HIDE_INTERNAL_API */
 
     UBool ensureCapacity(int32_t length);
     virtual int32_t write(int32_t byte);
index 35e353d41b515eea8ff6ad972031501e21644f39..a9742758a3757199f2d0d9e6802660e5bcdb2856 100644 (file)
@@ -1,6 +1,6 @@
 /*
 *******************************************************************************
-*   Copyright (C) 2010-2014, International Business Machines
+*   Copyright (C) 2010-2016, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *******************************************************************************
 *   file name:  ucharstriebuilder.h
@@ -148,6 +148,7 @@ private:
     virtual int32_t getMinLinearMatch() const { return UCharsTrie::kMinLinearMatch; }
     virtual int32_t getMaxLinearMatchLength() const { return UCharsTrie::kMaxLinearMatchLength; }
 
+#ifndef U_HIDE_INTERNAL_API
     class UCTLinearMatchNode : public LinearMatchNode {
     public:
         UCTLinearMatchNode(const UChar *units, int32_t len, Node *nextNode);
@@ -159,6 +160,7 @@ private:
 
     virtual Node *createLinearMatchNode(int32_t i, int32_t unitIndex, int32_t length,
                                         Node *nextNode) const;
+#endif /* U_HIDE_INTERNAL_API */
 
     UBool ensureCapacity(int32_t length);
     virtual int32_t write(int32_t unit);
index b8f35bd40c9423158241baace79c4a279f20c425..fab1134168b17c8f36444fcd64ee72e160ed66e5 100644 (file)
@@ -1,5 +1,3 @@
-# Copyright (c) 2001-2014 International Business Machines 
+# Copyright (c) 2001-2016 International Business Machines 
 # Corporation and others. All Rights Reserved.
 # ICU 49 and later: no more platform-specific headers
-bytestriebuilder.h
-ucharstriebuilder.h