Stay organized with collections
Save and categorize content based on your preferences.
EastAsianWidth
interface EastAsianWidth
East Asian Width constants.
Summary
Constants
AMBIGUOUS
static val AMBIGUOUS: Int
Value: 1
FULLWIDTH
static val FULLWIDTH: Int
Value: 3
HALFWIDTH
static val HALFWIDTH: Int
Value: 2
NARROW
static val NARROW: Int
Value: 4
NEUTRAL
static val NEUTRAL: Int
Value: 0
WIDE
static val WIDE: Int
Value: 5
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# UCharacter.EastAsianWidth\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nEastAsianWidth\n==============\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/icu/lang/UCharacter.EastAsianWidth \"View this page in Java\") \n\n```\ninterface EastAsianWidth\n```\n\n|-------------------------------------------------|\n| [android.icu.lang.UCharacter.EastAsianWidth](#) |\n\nEast Asian Width constants.\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------|-------------------------------------------|\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [AMBIGUOUS](#AMBIGUOUS:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [FULLWIDTH](#FULLWIDTH:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [HALFWIDTH](#HALFWIDTH:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [NARROW](#NARROW:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [NEUTRAL](#NEUTRAL:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [WIDE](#WIDE:kotlin.Int) \u003cbr /\u003e |\n\nConstants\n---------\n\n### AMBIGUOUS\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val AMBIGUOUS: Int\n``` \n\n Value: 1\n\n### FULLWIDTH\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val FULLWIDTH: Int\n``` \n\n Value: 3\n\n### HALFWIDTH\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val HALFWIDTH: Int\n``` \n\n Value: 2\n\n### NARROW\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val NARROW: Int\n``` \n\n Value: 4\n\n### NEUTRAL\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val NEUTRAL: Int\n``` \n\n Value: 0\n\n### WIDE\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val WIDE: Int\n``` \n\n Value: 5"]]