LinuxX64NumberFormatter

class LinuxX64NumberFormatter(locale: LanguageIdentifier, options: NumberFormatOptions = NumberFormatOptions()) : IntlFormatter<Double> (source)

LinuxX64 (Kotlin/Native) implementation of Intl formatters. Uses a fallback approach for basic formatting. For full Intl support, consider using ICU4X or platform-specific bindings.

Format numbers - basic fallback implementation for LinuxX64.

Constructors

Link copied to clipboard
constructor(locale: LanguageIdentifier, options: NumberFormatOptions = NumberFormatOptions())

Functions

Link copied to clipboard
open override fun format(value: Double): String

Format a value using this formatter.