BreakIterator.RuleStatus Property
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.
For RuleBasedBreakIterators, return the status tag from the break rule that determined the boundary at the current iteration position.
public virtual int RuleStatus { [Android.Runtime.Register("getRuleStatus", "()I", "GetGetRuleStatusHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getRuleStatus", "()I", "GetGetRuleStatusHandler", ApiSince=24)>]
member this.RuleStatus : int
Property Value
The status from the break rule that determined the boundary at the current iteration position.
- Attributes
Remarks
For RuleBasedBreakIterators, return the status tag from the break rule that determined the boundary at the current iteration position.
For break iterator types that do not support a rule status, a default value of 0 is returned.
Java documentation for android.icu.text.BreakIterator.getRuleStatus()
.
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.