]> granicus.if.org Git - icu/commit
ICU-20700 reimplement acceptLanguage() using the LocaleMatcher; replace older accept...
authorMarkus Scherer <markus.icu@gmail.com>
Sat, 7 Mar 2020 01:23:17 +0000 (17:23 -0800)
committerMarkus Scherer <markus.icu@gmail.com>
Sun, 8 Mar 2020 15:01:31 +0000 (08:01 -0700)
commitd2ea4513dc56cf3341f09cb1be116fe19b3ecf57
tree0f27dcf19cace6bc051301b48075e78b43e183ad
parent3edff033933593975170ce0fc9a2e57e6c3dd1fb
ICU-20700 reimplement acceptLanguage() using the LocaleMatcher; replace older accept-language-string parsing by LocalePriorityList
icu4c/source/common/localematcher.cpp
icu4c/source/common/localeprioritylist.cpp
icu4c/source/common/uloc.cpp
icu4c/source/test/cintltst/cloctst.c
icu4j/main/classes/collate/src/com/ibm/icu/util/GlobalizationPreferences.java
icu4j/main/classes/core/src/com/ibm/icu/util/ULocale.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/GlobalizationPreferencesTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ULocaleTest.java