OSDN Git Service

Fix iswlower/iswupper.
authorElliott Hughes <enh@google.com>
Wed, 16 Nov 2016 23:19:08 +0000 (15:19 -0800)
committerElliott Hughes <enh@google.com>
Wed, 16 Nov 2016 23:19:08 +0000 (15:19 -0800)
commitf76a21a1854f56a28415e0fd87a8f43a2abcab94
tree938b6959121d8d2224d3878f2a452c6ee613a50d
parent8945d5e43a25737f3f888a90742cc918b1124a05
Fix iswlower/iswupper.

The previous conditions were just plain wrong.

Test: bionic tests
Change-Id: Ia6d98207b1ff98ea4c6f619912e4bcdb8a7fdd24
libc/bionic/wctype.cpp