Language

DelimiterType Enum

Definition

public enum DelimiterType
type DelimiterType = 
Inheritance
DelimiterType

Fields

Name Value Description
QuotationStart 0

Delimiter type for getDelimiter(int).

Android reference for android.icu.util.LocaleData.QUOTATION_START.

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.

QuotationEnd 1

Delimiter type for getDelimiter(int).

Android reference for android.icu.util.LocaleData.QUOTATION_END.

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.

AltQuotationStart 2

Delimiter type for getDelimiter(int).

Android reference for android.icu.util.LocaleData.ALT_QUOTATION_START.

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.

AltQuotationEnd 3

Delimiter type for getDelimiter(int).

Android reference for android.icu.util.LocaleData.ALT_QUOTATION_END.

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