BreakIteratorProviderImpl
Concrete implementation of the java.text.spi.BreakIteratorProvider class for the JRE LocaleProviderAdapter.
Author
Naoto Sato
Masayoshi Okutsu
Functions
Returns an array of all locales for which this locale service provider can provide localized objects or names.
Returns a new BreakIterator instance for ../BreakIterator.html#character for the given locale.
Returns a new BreakIterator instance for ../BreakIterator.html#line for the given locale.
Returns a new BreakIterator instance for ../BreakIterator.html#sentence for the given locale.
Returns a new BreakIterator instance for ../BreakIterator.html#word for the given locale.
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.