]> granicus.if.org Git - icu/commit
ICU-10098 Fixed LCID to posix-style locale ID mapping problem. The fix required to...
authorYoshito Umaoka <y.umaoka@gmail.com>
Fri, 3 May 2013 21:36:03 +0000 (21:36 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Fri, 3 May 2013 21:36:03 +0000 (21:36 +0000)
commit1551c6546824f86aec50f984b5062faab9cc985a
tree293662927490b5f4b20b21b8ddb32f25494af814
parenta8a20d2b8459a855e15f5b7b13b0780980e92aba
ICU-10098 Fixed LCID to posix-style locale ID mapping problem. The fix required to change the internal LCID mapping function interface, and resolved a threading issue in uloc_getLocaleForLCID() and some other internal implementation problems in Win32DateFormat/Win32NumberFormat.

X-SVN-Rev: 33586
icu4c/source/common/locmap.c
icu4c/source/common/locmap.h
icu4c/source/common/putil.cpp
icu4c/source/common/uloc.cpp
icu4c/source/i18n/windtfmt.cpp
icu4c/source/i18n/windtfmt.h
icu4c/source/i18n/winnmfmt.cpp
icu4c/source/i18n/winnmfmt.h
icu4c/source/test/cintltst/cldrtest.c
icu4c/source/test/intltest/winutil.cpp