]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/unicode/coleitr.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / i18n / unicode / coleitr.h
index 91efb9b2b186760f0cd4553e608799c6282c1780..e3ec0e01a18ec3aed5fa6cb4edc4879638c1d082 100644 (file)
@@ -35,6 +35,8 @@
 
 #include "unicode/utypes.h"
 
+#if U_SHOW_CPLUSPLUS_API
+
 #if !UCONFIG_NO_COLLATION
 
 #include "unicode/unistr.h"
@@ -43,7 +45,6 @@
 struct UCollationElements;
 struct UHashtable;
 
-#if U_SHOW_CPLUSPLUS_API
 U_NAMESPACE_BEGIN
 
 struct CollationData;
@@ -402,8 +403,9 @@ inline UBool CollationElementIterator::isIgnorable(int32_t order)
 }
 
 U_NAMESPACE_END
-#endif // U_SHOW_CPLUSPLUS_API
 
 #endif /* #if !UCONFIG_NO_COLLATION */
 
+#endif /* U_SHOW_CPLUSPLUS_API */
+
 #endif