Language

BreakWord Enum

Definition

public enum BreakWord
type BreakWord = 
Inheritance
BreakWord

Fields

Name Value Description
None 0

Tag value for "words" that do not fit into any of other categories. Includes spaces and most punctuation.

Android reference for android.icu.text.BreakIterator.WORD_NONE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NoneLimit 100

Upper bound for tags for uncategorized words.

Android reference for android.icu.text.BreakIterator.WORD_NONE_LIMIT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Number 100

Tag value for words that appear to be numbers, lower limit.

Android reference for android.icu.text.BreakIterator.WORD_NUMBER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Letter 200

Tag value for words that contain letters, excluding hiragana, katakana or ideographic characters, lower limit.

Android reference for android.icu.text.BreakIterator.WORD_LETTER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NumberLimit 200

Tag value for words that appear to be numbers, upper limit.

Android reference for android.icu.text.BreakIterator.WORD_NUMBER_LIMIT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Kana 300

Tag value for words containing kana characters, lower limit

Android reference for android.icu.text.BreakIterator.WORD_KANA.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

LetterLimit 300

Tag value for words containing letters, upper limit

Android reference for android.icu.text.BreakIterator.WORD_LETTER_LIMIT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Ideo 400

Tag value for words containing ideographic characters, lower limit

Android reference for android.icu.text.BreakIterator.WORD_IDEO.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

KanaLimit 400

Tag value for words containing kana characters, upper limit

Android reference for android.icu.text.BreakIterator.WORD_KANA_LIMIT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IdeoLimit 500

Tag value for words containing ideographic characters, upper limit

Android reference for android.icu.text.BreakIterator.WORD_IDEO_LIMIT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to