UProperty.SentenceBreak Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use 'Android.Icu.Lang.IUProperty.SentenceBreak'. This class will be removed in a future release.
Enumerated property Sentence_Break (new in Unicode 4.
[Android.Runtime.Register("SENTENCE_BREAK", ApiSince=24)]
[System.Obsolete("Use 'Android.Icu.Lang.IUProperty.SentenceBreak'. This class will be removed in a future release.")]
public const int SentenceBreak = 4115;
[<Android.Runtime.Register("SENTENCE_BREAK", ApiSince=24)>]
[<System.Obsolete("Use 'Android.Icu.Lang.IUProperty.SentenceBreak'. This class will be removed in a future release.")>]
val mutable SentenceBreak : int
Field Value
Value = 4115- Attributes
Remarks
Enumerated property Sentence_Break (new in Unicode 4.1). Used in UAX #29: Text Boundaries (http://www.unicode.org/reports/tr29/) Returns UCharacter.SentenceBreak values.
Java documentation for android.icu.lang.UProperty.SENTENCE_BREAK
.
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.