This is an archive of the discontinued LLVM Phabricator instance.

[libc++][Android] Hide locale Lit features for Bionic
Needs ReviewPublic

Authored by rprichard on Oct 31 2022, 3:54 PM.

Details

Reviewers
ldionne
danalbert
Group Reviewers
Restricted Project
Summary

Bionic's locale support is simplistic: it only recognizes two locales,
"C" (aka "POSIX") and "C.UTF-8" (aka "en_US.UTF-8"). The locale mode
determines the MB_CUR_MAX, but there is no true locale stuff (e.g.
number formatting). Treat Bionic as if it lacks locales.

Diff Detail

Event Timeline

rprichard created this revision.Oct 31 2022, 3:54 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 31 2022, 3:54 PM
rprichard requested review of this revision.Oct 31 2022, 3:54 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 31 2022, 3:54 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript