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 2024-04-04 UTC.