]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/unicode/search.h
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / unicode / search.h
index 71bbf2dd529db60015b5c0abe7a5b1d01aa7228b..403d3c5a914b80e5f02a4eace986cfee15435035 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 **********************************************************************
 *   Copyright (C) 2001-2011 IBM and others. All rights reserved.
@@ -34,6 +36,7 @@ struct USearch;
 */
 typedef struct USearch USearch;
 
+#if U_SHOW_CPLUSPLUS_API
 U_NAMESPACE_BEGIN
 
 /**
@@ -568,6 +571,7 @@ inline UBool SearchIterator::operator!=(const SearchIterator &that) const
    return !operator==(that); 
 }
 U_NAMESPACE_END
+#endif // U_SHOW_CPLUSPLUS_API
 
 #endif /* #if !UCONFIG_NO_COLLATION */