Stay organized with collections
Save and categorize content based on your preferences.
WordBreak
interface WordBreak
Word Break constants.
Summary
Constants
ALETTER
static val ALETTER: Int
Value: 1
CR
static val CR: Int
Value: 8
DOUBLE_QUOTE
static val DOUBLE_QUOTE: Int
Value: 16
EXTEND
static val EXTEND: Int
Value: 9
EXTENDNUMLET
static val EXTENDNUMLET: Int
Value: 7
E_BASE
static val E_BASE: Int
Value: 17
E_BASE_GAZ
static val E_BASE_GAZ: Int
Value: 18
E_MODIFIER
static val E_MODIFIER: Int
Value: 19
static val FORMAT: Int
Value: 2
GLUE_AFTER_ZWJ
static val GLUE_AFTER_ZWJ: Int
Value: 20
HEBREW_LETTER
static val HEBREW_LETTER: Int
Value: 14
KATAKANA
static val KATAKANA: Int
Value: 3
LF
static val LF: Int
Value: 10
MIDLETTER
static val MIDLETTER: Int
Value: 4
MIDNUM
static val MIDNUM: Int
Value: 5
MIDNUMLET
static val MIDNUMLET: Int
Value: 11
NEWLINE
static val NEWLINE: Int
Value: 12
NUMERIC
static val NUMERIC: Int
Value: 6
OTHER
static val OTHER: Int
Value: 0
REGIONAL_INDICATOR
static val REGIONAL_INDICATOR: Int
Value: 13
SINGLE_QUOTE
static val SINGLE_QUOTE: Int
Value: 15
WSEGSPACE
static val WSEGSPACE: Int
Value: 22
ZWJ
static val ZWJ: Int
Value: 21
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.WordBreak\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nWordBreak\n=========\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/icu/lang/UCharacter.WordBreak \"View this page in Java\") \n\n```\ninterface WordBreak\n```\n\n|--------------------------------------------|\n| [android.icu.lang.UCharacter.WordBreak](#) |\n\nWord Break constants.\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------|-------------------------------------------------------------|\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [ALETTER](#ALETTER:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [CR](#CR:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [DOUBLE_QUOTE](#DOUBLE_QUOTE:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [EXTEND](#EXTEND:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [EXTENDNUMLET](#EXTENDNUMLET:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [E_BASE](#E_BASE:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [E_BASE_GAZ](#E_BASE_GAZ:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [E_MODIFIER](#E_MODIFIER:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [FORMAT](#FORMAT:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [GLUE_AFTER_ZWJ](#GLUE_AFTER_ZWJ:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [HEBREW_LETTER](#HEBREW_LETTER:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [KATAKANA](#KATAKANA:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [LF](#LF:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [MIDLETTER](#MIDLETTER:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [MIDNUM](#MIDNUM:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [MIDNUMLET](#MIDNUMLET:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [NEWLINE](#NEWLINE:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [NUMERIC](#NUMERIC:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [OTHER](#OTHER:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [REGIONAL_INDICATOR](#REGIONAL_INDICATOR:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [SINGLE_QUOTE](#SINGLE_QUOTE:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [WSEGSPACE](#WSEGSPACE:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [ZWJ](#ZWJ:kotlin.Int) \u003cbr /\u003e |\n\nConstants\n---------\n\n### ALETTER\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val ALETTER: Int\n``` \n\n Value: 1\n\n### CR\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val CR: Int\n``` \n\n Value: 8\n\n### DOUBLE_QUOTE\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val DOUBLE_QUOTE: Int\n``` \n\n Value: 16\n\n### EXTEND\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val EXTEND: Int\n``` \n\n Value: 9\n\n### EXTENDNUMLET\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val EXTENDNUMLET: Int\n``` \n\n Value: 7\n\n### E_BASE\n\nAdded in [API level 26](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val E_BASE: Int\n``` \n\n Value: 17\n\n### E_BASE_GAZ\n\nAdded in [API level 26](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val E_BASE_GAZ: Int\n``` \n\n Value: 18\n\n### E_MODIFIER\n\nAdded in [API level 26](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val E_MODIFIER: Int\n``` \n\n Value: 19\n\n### FORMAT\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val FORMAT: Int\n``` \n\n Value: 2\n\n### GLUE_AFTER_ZWJ\n\nAdded in [API level 26](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val GLUE_AFTER_ZWJ: Int\n``` \n\n Value: 20\n\n### HEBREW_LETTER\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val HEBREW_LETTER: Int\n``` \n\n Value: 14\n\n### KATAKANA\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val KATAKANA: Int\n``` \n\n Value: 3\n\n### LF\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val LF: Int\n``` \n\n Value: 10\n\n### MIDLETTER\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val MIDLETTER: Int\n``` \n\n Value: 4\n\n### MIDNUM\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val MIDNUM: Int\n``` \n\n Value: 5\n\n### MIDNUMLET\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val MIDNUMLET: Int\n``` \n\n Value: 11\n\n### NEWLINE\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val NEWLINE: Int\n``` \n\n Value: 12\n\n### NUMERIC\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val NUMERIC: Int\n``` \n\n Value: 6\n\n### OTHER\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val OTHER: Int\n``` \n\n Value: 0\n\n### REGIONAL_INDICATOR\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val REGIONAL_INDICATOR: Int\n``` \n\n Value: 13\n\n### SINGLE_QUOTE\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val SINGLE_QUOTE: Int\n``` \n\n Value: 15\n\n### WSEGSPACE\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val WSEGSPACE: Int\n``` \n\n Value: 22\n\n### ZWJ\n\nAdded in [API level 26](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val ZWJ: Int\n``` \n\n Value: 21"]]