commit | 016beb8559c27f5ce8f4467def164ff6a395fc3a | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Apr 06 16:49:39 2021 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Apr 07 22:38:20 2021 +0000 |
tree | d77d127158ca5b563c072230e5f13337019adfc1 | |
parent | 99037347d61884ee83e48f004d6152d4730a350d [diff] |
Remove String16::makeLower(). If you need to do a case transformation for a Unicode string, you need to use icu4c. This only worked for ASCII, which is just silly. Luckily it doesn't seem to be used anywhere. Test: treehugger Change-Id: I4a864823ec35a0b57b50909587cc3efac3f531a7 Merged-In: I4a864823ec35a0b57b50909587cc3efac3f531a7