SearchIterator Constructors
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.
Overloads
SearchIterator(ICharacterIterator, BreakIterator) |
Protected constructor for use by subclasses. |
SearchIterator(IntPtr, JniHandleOwnership) |
SearchIterator(ICharacterIterator, BreakIterator)
Protected constructor for use by subclasses.
[Android.Runtime.Register(".ctor", "(Ljava/text/CharacterIterator;Landroid/icu/text/BreakIterator;)V", "", ApiSince=24)]
protected SearchIterator (Java.Text.ICharacterIterator? target, Android.Icu.Text.BreakIterator? breaker);
[<Android.Runtime.Register(".ctor", "(Ljava/text/CharacterIterator;Landroid/icu/text/BreakIterator;)V", "", ApiSince=24)>]
new Android.Icu.Text.SearchIterator : Java.Text.ICharacterIterator * Android.Icu.Text.BreakIterator -> Android.Icu.Text.SearchIterator
Parameters
- target
- ICharacterIterator
The target text to be searched.
- breaker
- BreakIterator
A BreakIterator
that is used to determine the
boundaries of a logical match. This argument can be null.
- Attributes
Remarks
Protected constructor for use by subclasses. Initializes the iterator with the argument target text for searching and sets the BreakIterator. See class documentation for more details on the use of the target text and BreakIterator
.
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
SearchIterator(IntPtr, JniHandleOwnership)
protected SearchIterator (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Icu.Text.SearchIterator : nativeint * Android.Runtime.JniHandleOwnership -> Android.Icu.Text.SearchIterator
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
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.