X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/46f4442e9a5a4f3b98b7c1083586332f6a8a99a4..3d1f044b704633e2e541231cd17ae9ecf9ad5c7a:/icuSources/layoutex/layout/plruns.h diff --git a/icuSources/layoutex/layout/plruns.h b/icuSources/layoutex/layout/plruns.h index 99f9fb50..6cbece80 100644 --- a/icuSources/layoutex/layout/plruns.h +++ b/icuSources/layoutex/layout/plruns.h @@ -1,6 +1,8 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* * - * (C) Copyright IBM Corp. 1998-2008 - All Rights Reserved + * (C) Copyright IBM Corp. 1998-2011 - All Rights Reserved * */ @@ -8,6 +10,9 @@ #define __PLRUNS_H #include "unicode/utypes.h" + +#ifndef U_HIDE_INTERNAL_API + #include "unicode/ubidi.h" #include "layout/LETypes.h" @@ -15,14 +20,17 @@ /** * Opaque datatype representing an array of font runs + * @internal */ typedef void pl_fontRuns; /** * Opaque datatype representing an array of value runs + * @internal */ typedef void pl_valueRuns; /** * Opaque datatype representing an array of locale runs + * @internal */ typedef void pl_localeRuns; @@ -434,4 +442,5 @@ pl_addLocaleRun(pl_localeRuns *localeRuns, const char *locale, le_int32 limit); +#endif /* U_HIDE_INTERNAL_API */ #endif