summaryrefslogtreecommitdiffstats
path: root/tests/locale_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix newlocale with a NULL locale name.Elliott Hughes2014-11-041-4/+14
* call uselocale() before freelocale() to make sure that g_local_key has a vali...Wally Yau2014-08-271-1/+2
* Proper MB_CUR_MAX.Dan Albert2014-07-301-2/+19
* Consistently use #if defined(__BIONIC__) in tests.Elliott Hughes2014-05-131-1/+1
* Flesh out <locale.h>.Elliott Hughes2014-04-081-0/+60
* Clean up localeconv(3).Elliott Hughes2014-04-081-6/+25
* Add lconv declaration and localeconv(3)Pavel Chupin2014-03-281-0/+28