Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
refs/heads/s
/
tests
/
wchar_test.cpp
fe50a0c
Add tests for the untested <wchar.h> functions.
by Elliott Hughes
· 4 years, 4 months ago
bcaa454
bionic tests: use GTEST_SKIP.
by Elliott Hughes
· 6 years ago
32bc0fc
Modernize codebase by replacing NULL with nullptr
by Yi Kong
· 7 years ago
402c762
Fix some long-standing UTF-8 bugs.
by Elliott Hughes
· 7 years ago
3376c23
Add remaining _l function stubs.
by Elliott Hughes
· 7 years ago
966d8a3
Use have_dl to guard all tests that rely on icu4c.
by Elliott Hughes
· 8 years ago
0288dbb
Fix wchar.wcstold_hex_floats on arm64
by Logan Chien
· 8 years ago
6805c2d
Expand wcsto* tests.
by Dan Albert
· 8 years ago
c41b560
Implement wcwidth(3) in terms of icu4c.
by Elliott Hughes
· 8 years ago
697f42a
Hide various mbstate implementation details.
by Elliott Hughes
· 8 years ago
f634655
Fix wcsto* where strings begin with whitespace.
by Dan Albert
· 9 years ago
89e29ee
Fix mbsnrtowcs where `dst` is null.
by Elliott Hughes
· 9 years ago
7f0849f
Fix sscanf/wcstod parsing of NaNs.
by Elliott Hughes
· 9 years ago
d61ca37
Fix misc-macro-parentheses warnings in bionic/tests.
by Chih-Hung Hsieh
· 9 years ago
3cfb52a
Add GNU extensions mempcpy and wmemcpy.
by Elliott Hughes
· 10 years ago
e1f9dda
Regression test for NDK bug 80199.
by Elliott Hughes
· 10 years ago
5c7d958
Add missing function prototypes wcpcpy/wcpncpy.
by Christopher Ferris
· 11 years ago
b05ec5a
Pull in upstream fixes to reject invalid bases.
by Elliott Hughes
· 11 years ago
6b841db
Add POSIX-2008 fmemopen, open_memstream, and open_wmemstream.
by Elliott Hughes
· 11 years ago
b6cc8e0
Fix mbsrtowcs(3) src param for finished string.
by Dan Albert
· 11 years ago
6b55ba5
Fix mbsrtowcs(3)'s handling of len parameter.
by Dan Albert
· 11 years ago
69f05d2
Fix the printf family for non-ASCII.
by Elliott Hughes
· 11 years ago
001f8f0
Removes wcswcs from bionic for LP64.
by Dan Albert
· 11 years ago
8bf50d5
Fix wmemmove test.
by Christopher Ferris
· 11 years ago
6f2bde3
Add optimized AArch64 versions of bcopy and wmemmove based on memmove
by Bernhard Rosenkraenzer
· 11 years ago
fd0ce86
Revert "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"
by Christopher Ferris
· 11 years ago
8167dd7
Add optimized AArch64 versions of bcopy and wmemmove based on memmove
by Bernhard Rosenkraenzer
· 11 years ago
caff5f2
Address additional warnings found by GCC 4.9.
by Ben Cheng
· 11 years ago
063525c
Consistently use #if defined(__BIONIC__) in tests.
by Elliott Hughes
· 11 years ago
15a6310
Support mb sequences across calls to mb*to*wcs* functions
by Calin Juravle
· 11 years ago
a5c6b2e
wchar_test.cpp: fix error between comparison signed and unsigned integer
by Yongqin Liu
· 11 years ago
efaa461
Use the OpenBSD wcsftime.
by Elliott Hughes
· 11 years ago
f83e644
Fix wchar.cpp MIPS narrowing conversion build failure.
by Elliott Hughes
· 11 years ago
5a0aa3d
Switch to a working UTF-8 mb/wc implementation.
by Elliott Hughes
· 11 years ago
3d7a0d9
Switch to the OpenBSD wcsto* functions.
by Elliott Hughes
· 11 years ago
0a5e26d
Add mbtowc and fix mbrtowc.
by Elliott Hughes
· 11 years ago
d299bcf
Replace our broken wcswcs with the working upstream one.
by Elliott Hughes
· 11 years ago
83c07b5
Fix WCHAR_MAX, WCHAR_MIN, WINT_MAX, and WINT_MIN.
by Elliott Hughes
· 11 years ago
1b836ee
Fix a wchar.wcstombs_wcrtombs test failure.
by Elliott Hughes
· 11 years ago
0549371
Upgrade to current vfprintf.
by Elliott Hughes
· 11 years ago
77e944f
Implement wctomb(3) for ltrace.
by Elliott Hughes
· 11 years ago