namespace impl {
-#ifndef U_HIDE_INTERNAL_API
/**
* Datatype for minimum/maximum fraction digits. Must be able to hold kMaxIntFracSig.
*
* @internal
*/
static constexpr int32_t DEFAULT_THRESHOLD = 3;
-#endif // U_HIDE_INTERNAL_API
// Forward declarations:
class Padder;
*/
const NumberingSystem *getNumberingSystem() const;
+#endif // U_HIDE_INTERNAL_API
+
/** @internal */
UBool copyErrorTo(UErrorCode &status) const {
if (fType == SYMPTR_DFS && fPtr.dfs == nullptr) {
return FALSE;
}
-#endif // U_HIDE_INTERNAL_API
-
private:
enum SymbolsPointerType {
SYMPTR_NONE, SYMPTR_DFS, SYMPTR_NS