]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/unicode/locdspnm.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / common / unicode / locdspnm.h
index 0ec415d5ea936fdf01df43964ebe9df361c4847d..4f06f857044c6e9bf5119122394bd2458f760919 100644 (file)
@@ -12,6 +12,8 @@
 
 #include "unicode/utypes.h"
 
+#if U_SHOW_CPLUSPLUS_API
+
 /**
  * \file
  * \brief C++ API: Provides display names of Locale and its components.
@@ -25,7 +27,6 @@
 #include "unicode/uldnames.h"
 #include "unicode/udisplaycontext.h"
 
-#if U_SHOW_CPLUSPLUS_API
 U_NAMESPACE_BEGIN
 
 /**
@@ -202,8 +203,9 @@ inline LocaleDisplayNames* LocaleDisplayNames::createInstance(const Locale& loca
 }
 
 U_NAMESPACE_END
-#endif // U_SHOW_CPLUSPLUS_API
 
 #endif
 
+#endif /* U_SHOW_CPLUSPLUS_API */
+
 #endif