Language

CurrencySpacing Enum

Definition

public enum CurrencySpacing
type CurrencySpacing = 
Inheritance
CurrencySpacing

Fields

Name Value Description
CurrencyMatch 0

[icu] Indicates the currency match pattern used in getPatternForCurrencySpacing(int, boolean).

Android reference for android.icu.text.DecimalFormatSymbols.CURRENCY_SPC_CURRENCY_MATCH.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

SurroundingMatch 1

[icu] Indicates the surrounding match pattern used in getPatternForCurrencySpacing(int, boolean).

Android reference for android.icu.text.DecimalFormatSymbols.CURRENCY_SPC_SURROUNDING_MATCH.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Insert 2

[icu] Indicates the insertion value used in getPatternForCurrencySpacing(int, boolean).

Android reference for android.icu.text.DecimalFormatSymbols.CURRENCY_SPC_INSERT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to