Stay organized with collections
Save and categorize content based on your preferences.
SentenceBreak
interface SentenceBreak
Sentence Break constants.
Summary
Constants
ATERM
static val ATERM: Int
Value: 1
CLOSE
static val CLOSE: Int
Value: 2
CR
static val CR: Int
Value: 11
EXTEND
static val EXTEND: Int
Value: 12
static val FORMAT: Int
Value: 3
LF
static val LF: Int
Value: 13
LOWER
static val LOWER: Int
Value: 4
NUMERIC
static val NUMERIC: Int
Value: 5
OLETTER
static val OLETTER: Int
Value: 6
OTHER
static val OTHER: Int
Value: 0
SCONTINUE
static val SCONTINUE: Int
Value: 14
SEP
static val SEP: Int
Value: 7
SP
static val SP: Int
Value: 8
STERM
static val STERM: Int
Value: 9
UPPER
static val UPPER: Int
Value: 10
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.SentenceBreak\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nSentenceBreak\n=============\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/icu/lang/UCharacter.SentenceBreak \"View this page in Java\") \n\n```\ninterface SentenceBreak\n```\n\n|------------------------------------------------|\n| [android.icu.lang.UCharacter.SentenceBreak](#) |\n\nSentence Break constants.\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------|-------------------------------------------|\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [ATERM](#ATERM:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [CLOSE](#CLOSE: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) | [EXTEND](#EXTEND: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) | [LF](#LF:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [LOWER](#LOWER: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) | [OLETTER](#OLETTER: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) | [SCONTINUE](#SCONTINUE:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [SEP](#SEP:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [SP](#SP:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [STERM](#STERM:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [UPPER](#UPPER:kotlin.Int) \u003cbr /\u003e |\n\nConstants\n---------\n\n### ATERM\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val ATERM: Int\n``` \n\n Value: 1\n\n### CLOSE\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val CLOSE: Int\n``` \n\n Value: 2\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: 11\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: 12\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: 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: 13\n\n### LOWER\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val LOWER: Int\n``` \n\n Value: 4\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: 5\n\n### OLETTER\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val OLETTER: 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### SCONTINUE\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val SCONTINUE: Int\n``` \n\n Value: 14\n\n### SEP\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val SEP: Int\n``` \n\n Value: 7\n\n### SP\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val SP: Int\n``` \n\n Value: 8\n\n### STERM\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val STERM: Int\n``` \n\n Value: 9\n\n### UPPER\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val UPPER: Int\n``` \n\n Value: 10"]]