]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/unicode/regex.h
ICU-511.25.tar.gz
[apple/icu.git] / icuSources / i18n / unicode / regex.h
index 6c11b87b2f0df54e6cdfa935f2fa78214ba7fba0..e9f64902af73dc45ea776d5ea0705f0e4b858b02 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-*   Copyright (C) 2002-2012, International Business Machines
+*   Copyright (C) 2002-2013, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 **********************************************************************
 *   file name:  regex.h
@@ -68,6 +68,7 @@ class  UVector;
 class  UVector32;
 class  UVector64;
 
+#ifndef U_HIDE_INTERNAL_API
 /**
  *   RBBIPatternDump   Debug function, displays the compiled form of a pattern.
  *   @internal
@@ -79,6 +80,7 @@ U_INTERNAL void U_EXPORT2
     #undef RegexPatternDump
     #define RegexPatternDump(pat)
 #endif
+#endif  /* U_HIDE_INTERNAL_API */