The documentation for BreakIterator.getWordInstance()
has options to use it with the Locale parameter, presumably because different locales' end results may vary for methods like (WordInstance
, LineInstance
, SentenceInstance
, CharacterInstance
)
But, when I do not use this parameter, I still get the same results as I get when calling it with any Locale in getAvailableLocales()
.
Is there some pattern, String, or Locale which actually causes these methods to give different results?