]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/rbbinode.h
ICU-64252.0.1.tar.gz
[apple/icu.git] / icuSources / common / rbbinode.h
index babd312640ffc2af5b7383accfa083b7d4d74bc0..f3525960225500581fa084de067f199a12636c3f 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /********************************************************************
  * COPYRIGHT:
  * Copyright (c) 2001-2016, International Business Machines Corporation and
@@ -100,8 +102,8 @@ class RBBINode : public UMemory {
 
 #ifdef RBBI_DEBUG
         static void printNodeHeader();
-        void        printNode();
-        void        printTree(UBool withHeading);
+        static void printNode(const RBBINode *n);
+        static void printTree(const RBBINode *n, UBool withHeading);
 #endif
 
     private: