Functions
Link copied to clipboard
fun supportedLocalesOf(locales: Locale, options: SegmenterOptions = definedExternally): ReadonlyArray<UnicodeBCP47LocaleIdentifier>
fun supportedLocalesOf(locales: ReadonlyArray<Locale>, options: SegmenterOptions = definedExternally): ReadonlyArray<UnicodeBCP47LocaleIdentifier>
fun supportedLocalesOf(locales: ReadonlyArray<UnicodeBCP47LocaleIdentifier>, options: SegmenterOptions = definedExternally): ReadonlyArray<UnicodeBCP47LocaleIdentifier>
fun supportedLocalesOf(locales: UnicodeBCP47LocaleIdentifier, options: SegmenterOptions = definedExternally): ReadonlyArray<UnicodeBCP47LocaleIdentifier>
Returns an array containing those of the provided locales that are supported without having to fall back to the runtime's default locale.