* @internal
*/
ULOC_AVAILABLE_COUNT
-#endif
+#endif /* U_HIDE_INTERNAL_API */
} ULocAvailableType;
/**
private:
/**
* No Copy constructor.
- * @internal
+ * @internal (private)
*/
AlphabeticIndex(const AlphabeticIndex &other);
/**
* No Equality operators.
- * @internal
+ * @internal (private)
*/
virtual bool operator==(const AlphabeticIndex& other) const;
/**
* Inequality operator.
- * @internal
+ * @internal (private)
*/
virtual bool operator!=(const AlphabeticIndex& other) const;
/**
* Holds all user records before they are distributed into buckets.
* Type of contents is (Record *)
- * @internal
+ * @internal (private)
*/
UVector *inputList_;
* @internal
*/
kApproximatelySignSymbol,
-#endif
+#endif /* U_HIDE_INTERNAL_API */
/** count symbol constants */
kFormatSymbolCount = kExponentMultiplicationSymbol + 2
};
*/
UMEASURE_PREFIX_YOTTA = UMEASURE_PREFIX_ONE + 24,
+#ifndef U_HIDE_INTERNAL_API
/**
* ICU use only.
* Used to determine the set of base-10 SI prefixes.
* @internal
*/
UMEASURE_PREFIX_INTERNAL_MAX_SI = UMEASURE_PREFIX_YOTTA,
+#endif /* U_HIDE_INTERNAL_API */
/**
* SI prefix: zetta, 10^21.
*/
FormattedNumberRange()
: fData(nullptr), fErrorCode(U_INVALID_STATE_ERROR) {}
-#endif
+#endif /* U_HIDE_DRAFT_API */
/**
* Copying not supported; use move constructor instead.
* @internal
*/
UNUM_IDENTITY_RESULT_COUNT
-#endif
+#endif /* U_HIDE_INTERNAL_API */
} UNumberRangeIdentityResult;