Language

WordSegmentFinder.PreviousEndBoundary(Int32) Method

Definition

Returns the character offset of the previous text segment end boundary before the specified character offset, or DONE if there are none.

[Android.Runtime.Register("previousEndBoundary", "(I)I", "GetPreviousEndBoundary_IHandler", ApiSince=34)]
public override int PreviousEndBoundary(int offset);
[<Android.Runtime.Register("previousEndBoundary", "(I)I", "GetPreviousEndBoundary_IHandler", ApiSince=34)>]
override this.PreviousEndBoundary : int -> int

Parameters

offset
Int32

Value is 0 or greater

Returns

Attributes

Remarks

Returns the character offset of the previous text segment end boundary before the specified character offset, or DONE if there are none.

Android reference for android.text.WordSegmentFinder.previousEndBoundary.

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