commit | 73228b81059dab732b547d6c75ba1dad6143bc3f | [log] [tgz] |
---|---|---|
author | Louis Dionne <ldionne.2@gmail.com> | Fri Jan 10 15:20:55 2025 -0500 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jan 10 12:26:04 2025 -0800 |
tree | e135aa7072c1278ef3e35d47125932b5d3fd753b | |
parent | 66320ecaf203d1f2482e5837cfa25b868e1e335a [diff] |
[libc++] Implement a libc++ private version of isascii (#122361) The isascii() function is not standard, so we should avoid relying on the platform providing it, especially since it's easy to implement in libc++ portably. GitOrigin-RevId: 4c6ca3efdae13a4dd75f9fe2cdfede5208e5d2c4