# Print output for @column tags ?> ContactsContract.FullNameStyle - Android SDK | Android Developers

Most visited


Recently visited


ContactsContract.FullNameStyle

public static interface ContactsContract.FullNameStyle

android.provider.ContactsContract.FullNameStyle


Constants for various styles of combining given name, family name etc into a full name. For example, the western tradition follows the pattern 'given name' 'middle name' 'family name' with the alternative pattern being 'family name', 'given name' 'middle name'. The CJK tradition is 'family name' 'middle name' 'given name', with Japanese favoring a space between the names and Chinese omitting the space.

Summary


Constants

int CHINESE

int CJK

Used if the name is written in Hanzi/Kanji/Hanja and we could not determine which specific language it belongs to: Chinese, Japanese or Korean.

int JAPANESE

int KOREAN

int UNDEFINED

int WESTERN

Constants


CHINESE

public static final int CHINESE

Constant Value: 3 (0x00000003)

CJK

public static final int CJK

Used if the name is written in Hanzi/Kanji/Hanja and we could not determine which specific language it belongs to: Chinese, Japanese or Korean.

Constant Value: 2 (0x00000002)

JAPANESE

public static final int JAPANESE

Constant Value: 4 (0x00000004)

KOREAN

public static final int KOREAN

Constant Value: 5 (0x00000005)

UNDEFINED

public static final int UNDEFINED

Constant Value: 0 (0x00000000)

WESTERN

public static final int WESTERN

Constant Value: 1 (0x00000001)

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.