History log of /frameworks/base/libs/androidfw/LocaleDataTables.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9bddb4841371de1d83affeddef12b5bca3e69647 14-Jan-2017 Roozbeh Pournader <roozbeh@google.com> Update locale data from in-tree ICU

Also add back script information for Yiddish old code (ji) that was
removed in ICU.

Bug: 26756576
Test: none
Change-Id: Ia785f86bf0407aeed6134ef9d44e504494256da2
/frameworks/base/libs/androidfw/LocaleDataTables.cpp
b927c559e1ef8530b08712507f320502627db298 15-Jan-2016 Roozbeh Pournader <roozbeh@google.com> Implement smarter locale resource selection

* Add support for determining script from language and region.
* Add support for determining special parents of locales.
* Add support for smart comparison of locales with only a difference
in region, using the locale parentage tree.
* Fix LocaleData.matchScore() to not fallback to old locale matching
behavior if we can't determine a script.
* Allow four-character variant codes. (Previously, only five- to
eight-character variant codes were allowed.)

Bug: 7296673
Bug: 26589793
Change-Id: Ibde0a48c0564ff383b41068095a5cbacfe7b94bc
/frameworks/base/libs/androidfw/LocaleDataTables.cpp