Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type CurrencyPrecisionClient struct + func NewCurrencyPrecisionClient(cc grpc.ClientConnInterface) *CurrencyPrecisionClient + func (c *CurrencyPrecisionClient) WithCurrency(ctx context.Context, arg0 int64) (int64, error) + type FormattedNumberClient struct + func NewFormattedNumberClient(cc grpc.ClientConnInterface) *FormattedNumberClient + func (c *FormattedNumberClient) CharAt(ctx context.Context, arg0 int32) (uint16, error) + func (c *FormattedNumberClient) GetNounClass(ctx context.Context) (int64, error) + func (c *FormattedNumberClient) GetOutputUnit(ctx context.Context) (int64, error) + func (c *FormattedNumberClient) Length(ctx context.Context) (int32, error) + func (c *FormattedNumberClient) NextPosition(ctx context.Context, arg0 int64) (bool, error) + func (c *FormattedNumberClient) SubSequence(ctx context.Context, arg0 int32, arg1 int32) (int64, error) + func (c *FormattedNumberClient) ToBigDecimal(ctx context.Context) (int64, error) + func (c *FormattedNumberClient) ToCharacterIterator(ctx context.Context) (int64, error) + func (c *FormattedNumberClient) ToString(ctx context.Context) (string, error) + type FormattedNumberRangeClient struct + func NewFormattedNumberRangeClient(cc grpc.ClientConnInterface) *FormattedNumberRangeClient + func (c *FormattedNumberRangeClient) CharAt(ctx context.Context, arg0 int32) (uint16, error) + func (c *FormattedNumberRangeClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *FormattedNumberRangeClient) GetFirstBigDecimal(ctx context.Context) (int64, error) + func (c *FormattedNumberRangeClient) GetIdentityResult(ctx context.Context) (int64, error) + func (c *FormattedNumberRangeClient) GetSecondBigDecimal(ctx context.Context) (int64, error) + func (c *FormattedNumberRangeClient) HashCode(ctx context.Context) (int32, error) + func (c *FormattedNumberRangeClient) Length(ctx context.Context) (int32, error) + func (c *FormattedNumberRangeClient) NextPosition(ctx context.Context, arg0 int64) (bool, error) + func (c *FormattedNumberRangeClient) SubSequence(ctx context.Context, arg0 int32, arg1 int32) (int64, error) + func (c *FormattedNumberRangeClient) ToCharacterIterator(ctx context.Context) (int64, error) + func (c *FormattedNumberRangeClient) ToString(ctx context.Context) (string, error) + type FormatterClient struct + func NewFormatterClient(cc grpc.ClientConnInterface) *FormatterClient + func (c *FormatterClient) With(ctx context.Context) (int64, error) + func (c *FormatterClient) WithLocale1(ctx context.Context, arg0 int64) (int64, error) + func (c *FormatterClient) WithLocale1_1(ctx context.Context, arg0 int64) (int64, error) + type FormatterDecimalSeparatorDisplayClient struct + func NewFormatterDecimalSeparatorDisplayClient(cc grpc.ClientConnInterface) *FormatterDecimalSeparatorDisplayClient + func (c *FormatterDecimalSeparatorDisplayClient) ValueOf(ctx context.Context, arg0 string) (int64, error) + func (c *FormatterDecimalSeparatorDisplayClient) Values(ctx context.Context) (int64, error) + type FormatterGroupingStrategyClient struct + func NewFormatterGroupingStrategyClient(cc grpc.ClientConnInterface) *FormatterGroupingStrategyClient + func (c *FormatterGroupingStrategyClient) ValueOf(ctx context.Context, arg0 string) (int64, error) + func (c *FormatterGroupingStrategyClient) Values(ctx context.Context) (int64, error) + type FormatterRoundingPriorityClient struct + func NewFormatterRoundingPriorityClient(cc grpc.ClientConnInterface) *FormatterRoundingPriorityClient + func (c *FormatterRoundingPriorityClient) ValueOf(ctx context.Context, arg0 string) (int64, error) + func (c *FormatterRoundingPriorityClient) Values(ctx context.Context) (int64, error) + type FormatterSettingsClient struct + func NewFormatterSettingsClient(cc grpc.ClientConnInterface) *FormatterSettingsClient + func (c *FormatterSettingsClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *FormatterSettingsClient) HashCode(ctx context.Context) (int32, error) + type FormatterSignDisplayClient struct + func NewFormatterSignDisplayClient(cc grpc.ClientConnInterface) *FormatterSignDisplayClient + func (c *FormatterSignDisplayClient) ValueOf(ctx context.Context, arg0 string) (int64, error) + func (c *FormatterSignDisplayClient) Values(ctx context.Context) (int64, error) + type FormatterTrailingZeroDisplayClient struct + func NewFormatterTrailingZeroDisplayClient(cc grpc.ClientConnInterface) *FormatterTrailingZeroDisplayClient + func (c *FormatterTrailingZeroDisplayClient) ValueOf(ctx context.Context, arg0 string) (int64, error) + func (c *FormatterTrailingZeroDisplayClient) Values(ctx context.Context) (int64, error) + type FormatterUnitWidthClient struct + func NewFormatterUnitWidthClient(cc grpc.ClientConnInterface) *FormatterUnitWidthClient + func (c *FormatterUnitWidthClient) ValueOf(ctx context.Context, arg0 string) (int64, error) + func (c *FormatterUnitWidthClient) Values(ctx context.Context) (int64, error) + type FractionPrecisionClient struct + func NewFractionPrecisionClient(cc grpc.ClientConnInterface) *FractionPrecisionClient + func (c *FractionPrecisionClient) WithMaxDigits(ctx context.Context, arg0 int32) (int64, error) + func (c *FractionPrecisionClient) WithMinDigits(ctx context.Context, arg0 int32) (int64, error) + func (c *FractionPrecisionClient) WithSignificantDigits(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) (int64, error) + type IntegerWidthClient struct + func NewIntegerWidthClient(cc grpc.ClientConnInterface) *IntegerWidthClient + func (c *IntegerWidthClient) TruncateAt(ctx context.Context, arg0 int32) (int64, error) + func (c *IntegerWidthClient) ZeroFillTo(ctx context.Context, arg0 int32) (int64, error) + type LocalizedNumberFormatterClient struct + func NewLocalizedNumberFormatterClient(cc grpc.ClientConnInterface) *LocalizedNumberFormatterClient + func (c *LocalizedNumberFormatterClient) Format1(ctx context.Context, arg0 int64) (int64, error) + func (c *LocalizedNumberFormatterClient) Format1_1(ctx context.Context, arg0 float64) (int64, error) + func (c *LocalizedNumberFormatterClient) Format1_2(ctx context.Context, arg0 int64) (int64, error) + func (c *LocalizedNumberFormatterClient) Format1_3(ctx context.Context, arg0 int64) (int64, error) + func (c *LocalizedNumberFormatterClient) ToFormat(ctx context.Context) (int64, error) + func (c *LocalizedNumberFormatterClient) WithoutLocale(ctx context.Context) (int64, error) + type LocalizedNumberRangeFormatterClient struct + func NewLocalizedNumberRangeFormatterClient(cc grpc.ClientConnInterface) *LocalizedNumberRangeFormatterClient + func (c *LocalizedNumberRangeFormatterClient) FormatRange2(ctx context.Context, arg0 float64, arg1 float64) (int64, error) + func (c *LocalizedNumberRangeFormatterClient) FormatRange2_1(ctx context.Context, arg0 int32, arg1 int32) (int64, error) + func (c *LocalizedNumberRangeFormatterClient) FormatRange2_2(ctx context.Context, arg0 int64, arg1 int64) (int64, error) + func (c *LocalizedNumberRangeFormatterClient) WithoutLocale(ctx context.Context) (int64, error) + type NotationClient struct + func NewNotationClient(cc grpc.ClientConnInterface) *NotationClient + func (c *NotationClient) CompactLong(ctx context.Context) (int64, error) + func (c *NotationClient) CompactShort(ctx context.Context) (int64, error) + func (c *NotationClient) Engineering(ctx context.Context) (int64, error) + func (c *NotationClient) Scientific(ctx context.Context) (int64, error) + func (c *NotationClient) Simple(ctx context.Context) (int64, error) + type PrecisionClient struct + func NewPrecisionClient(cc grpc.ClientConnInterface) *PrecisionClient + func (c *PrecisionClient) Currency(ctx context.Context, arg0 int64) (int64, error) + func (c *PrecisionClient) FixedFraction(ctx context.Context, arg0 int32) (int64, error) + func (c *PrecisionClient) FixedSignificantDigits(ctx context.Context, arg0 int32) (int64, error) + func (c *PrecisionClient) Increment(ctx context.Context, arg0 int64) (int64, error) + func (c *PrecisionClient) Integer(ctx context.Context) (int64, error) + func (c *PrecisionClient) MaxFraction(ctx context.Context, arg0 int32) (int64, error) + func (c *PrecisionClient) MaxSignificantDigits(ctx context.Context, arg0 int32) (int64, error) + func (c *PrecisionClient) MinFraction(ctx context.Context, arg0 int32) (int64, error) + func (c *PrecisionClient) MinMaxFraction(ctx context.Context, arg0 int32, arg1 int32) (int64, error) + func (c *PrecisionClient) MinMaxSignificantDigits(ctx context.Context, arg0 int32, arg1 int32) (int64, error) + func (c *PrecisionClient) MinSignificantDigits(ctx context.Context, arg0 int32) (int64, error) + func (c *PrecisionClient) TrailingZeroDisplay(ctx context.Context, arg0 int64) (int64, error) + func (c *PrecisionClient) Unlimited(ctx context.Context) (int64, error) + type RangeFormatterClient struct + func NewRangeFormatterClient(cc grpc.ClientConnInterface) *RangeFormatterClient + func (c *RangeFormatterClient) With(ctx context.Context) (int64, error) + func (c *RangeFormatterClient) WithLocale1(ctx context.Context, arg0 int64) (int64, error) + func (c *RangeFormatterClient) WithLocale1_1(ctx context.Context, arg0 int64) (int64, error) + type RangeFormatterRangeCollapseClient struct + func NewRangeFormatterRangeCollapseClient(cc grpc.ClientConnInterface) *RangeFormatterRangeCollapseClient + func (c *RangeFormatterRangeCollapseClient) ValueOf(ctx context.Context, arg0 string) (int64, error) + func (c *RangeFormatterRangeCollapseClient) Values(ctx context.Context) (int64, error) + type RangeFormatterRangeIdentityFallbackClient struct + func NewRangeFormatterRangeIdentityFallbackClient(cc grpc.ClientConnInterface) *RangeFormatterRangeIdentityFallbackClient + func (c *RangeFormatterRangeIdentityFallbackClient) ValueOf(ctx context.Context, arg0 string) (int64, error) + func (c *RangeFormatterRangeIdentityFallbackClient) Values(ctx context.Context) (int64, error) + type RangeFormatterRangeIdentityResultClient struct + func NewRangeFormatterRangeIdentityResultClient(cc grpc.ClientConnInterface) *RangeFormatterRangeIdentityResultClient + func (c *RangeFormatterRangeIdentityResultClient) ValueOf(ctx context.Context, arg0 string) (int64, error) + func (c *RangeFormatterRangeIdentityResultClient) Values(ctx context.Context) (int64, error) + type RangeFormatterSettingsClient struct + func NewRangeFormatterSettingsClient(cc grpc.ClientConnInterface) *RangeFormatterSettingsClient + func (c *RangeFormatterSettingsClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *RangeFormatterSettingsClient) HashCode(ctx context.Context) (int32, error) + type ScaleClient struct + func NewScaleClient(cc grpc.ClientConnInterface) *ScaleClient + func (c *ScaleClient) ByBigDecimal(ctx context.Context, arg0 int64) (int64, error) + func (c *ScaleClient) ByDouble(ctx context.Context, arg0 float64) (int64, error) + func (c *ScaleClient) ByDoubleAndPowerOfTen(ctx context.Context, arg0 float64, arg1 int32) (int64, error) + func (c *ScaleClient) None(ctx context.Context) (int64, error) + func (c *ScaleClient) PowerOfTen(ctx context.Context, arg0 int32) (int64, error) + type ScientificNotationClient struct + func NewScientificNotationClient(cc grpc.ClientConnInterface) *ScientificNotationClient + func (c *ScientificNotationClient) WithExponentSignDisplay(ctx context.Context, arg0 int64) (int64, error) + func (c *ScientificNotationClient) WithMinExponentDigits(ctx context.Context, arg0 int32) (int64, error) + type UnlocalizedNumberFormatterClient struct + func NewUnlocalizedNumberFormatterClient(cc grpc.ClientConnInterface) *UnlocalizedNumberFormatterClient + func (c *UnlocalizedNumberFormatterClient) Locale1(ctx context.Context, arg0 int64) (int64, error) + func (c *UnlocalizedNumberFormatterClient) Locale1_1(ctx context.Context, arg0 int64) (int64, error) + type UnlocalizedNumberRangeFormatterClient struct + func NewUnlocalizedNumberRangeFormatterClient(cc grpc.ClientConnInterface) *UnlocalizedNumberRangeFormatterClient + func (c *UnlocalizedNumberRangeFormatterClient) Locale1(ctx context.Context, arg0 int64) (int64, error) + func (c *UnlocalizedNumberRangeFormatterClient) Locale1_1(ctx context.Context, arg0 int64) (int64, error)