Add ICU.addLikelySubtags(Locale).

We don't need a replacement for ICU.getScript(String),
Locale.getScript() can be used instead. The old definition
of the function has been left public for the support library
to use (though we could remove it if we modify the support lib).

Note that addLikelySubtag returns a String that's language tag
like, but uses underscores instead of hyphens to separate
subtags.

bug: 15876704
Change-Id: I6c7d289c4b725a83900e38dd5bbed026afd9ac4e
2 files changed