BreakIteratorProvider

An abstract class for service providers that provide concrete implementations of the java.text.BreakIterator class.

Since

1.6

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

{@return an array of all locales for which this locale service provider

Link copied to clipboard

Returns a new BreakIterator instance for ../BreakIterator.html#character for the given locale.

Link copied to clipboard
abstract fun getLineInstance(locale: Locale): BreakIterator

Returns a new BreakIterator instance for ../BreakIterator.html#line for the given locale.

Link copied to clipboard

Returns a new BreakIterator instance for ../BreakIterator.html#sentence for the given locale.

Link copied to clipboard
abstract fun getWordInstance(locale: Locale): BreakIterator

Returns a new BreakIterator instance for ../BreakIterator.html#word for the given locale.

Link copied to clipboard
open fun isSupportedLocale(locale: Locale): Boolean

Returns true if the given locale is supported by this locale service provider. The given locale may contain extensions that should be taken into account for the support determination.