Stay organized with collections
Save and categorize content based on your preferences.
DecompositionType
interface DecompositionType
Decomposition Type constants.
Summary
Constants
CANONICAL
static val CANONICAL: Int
Value: 1
CIRCLE
static val CIRCLE: Int
Value: 3
COMPAT
static val COMPAT: Int
Value: 2
FINAL
static val FINAL: Int
Value: 4
FONT
static val FONT: Int
Value: 5
FRACTION
static val FRACTION: Int
Value: 6
INITIAL
static val INITIAL: Int
Value: 7
ISOLATED
static val ISOLATED: Int
Value: 8
static val MEDIAL: Int
Value: 9
NARROW
static val NARROW: Int
Value: 10
NOBREAK
static val NOBREAK: Int
Value: 11
NONE
static val NONE: Int
Value: 0
SMALL
static val SMALL: Int
Value: 12
SQUARE
static val SQUARE: Int
Value: 13
SUB
static val SUB: Int
Value: 14
SUPER
static val SUPER: Int
Value: 15
VERTICAL
static val VERTICAL: Int
Value: 16
WIDE
static val WIDE: Int
Value: 17
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.DecompositionType\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nDecompositionType\n=================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/icu/lang/UCharacter.DecompositionType \"View this page in Java\") \n\n```\ninterface DecompositionType\n```\n\n|----------------------------------------------------|\n| [android.icu.lang.UCharacter.DecompositionType](#) |\n\nDecomposition Type constants.\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------|-------------------------------------------|\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [CANONICAL](#CANONICAL:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [CIRCLE](#CIRCLE:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [COMPAT](#COMPAT:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [FINAL](#FINAL:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [FONT](#FONT:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [FRACTION](#FRACTION:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [INITIAL](#INITIAL:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [ISOLATED](#ISOLATED:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [MEDIAL](#MEDIAL: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) | [NOBREAK](#NOBREAK:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [NONE](#NONE:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [SMALL](#SMALL:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [SQUARE](#SQUARE:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [SUB](#SUB:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [SUPER](#SUPER:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [VERTICAL](#VERTICAL: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### CANONICAL\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val CANONICAL: Int\n``` \n\n Value: 1\n\n### CIRCLE\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val CIRCLE: Int\n``` \n\n Value: 3\n\n### COMPAT\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val COMPAT: Int\n``` \n\n Value: 2\n\n### FINAL\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val FINAL: Int\n``` \n\n Value: 4\n\n### FONT\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val FONT: Int\n``` \n\n Value: 5\n\n### FRACTION\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val FRACTION: Int\n``` \n\n Value: 6\n\n### INITIAL\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val INITIAL: Int\n``` \n\n Value: 7\n\n### ISOLATED\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val ISOLATED: Int\n``` \n\n Value: 8\n\n### MEDIAL\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val MEDIAL: Int\n``` \n\n Value: 9\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: 10\n\n### NOBREAK\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val NOBREAK: Int\n``` \n\n Value: 11\n\n### NONE\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val NONE: Int\n``` \n\n Value: 0\n\n### SMALL\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val SMALL: Int\n``` \n\n Value: 12\n\n### SQUARE\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val SQUARE: Int\n``` \n\n Value: 13\n\n### SUB\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val SUB: Int\n``` \n\n Value: 14\n\n### SUPER\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val SUPER: Int\n``` \n\n Value: 15\n\n### VERTICAL\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val VERTICAL: Int\n``` \n\n Value: 16\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: 17"]]