aboutsummaryrefslogtreecommitdiff
path: root/tests/locale_test.cpp
AgeCommit message (Expand)Author
2014-11-04Fix newlocale with a NULL locale name.Elliott Hughes
2014-08-27call uselocale() before freelocale() to make sure that g_local_key has a vali...Wally Yau
2014-07-30Proper MB_CUR_MAX.Dan Albert
2014-05-13Consistently use #if defined(__BIONIC__) in tests.Elliott Hughes
2014-04-08Flesh out <locale.h>.Elliott Hughes
2014-04-08Clean up localeconv(3).Elliott Hughes
2014-03-28Add lconv declaration and localeconv(3)Pavel Chupin