Commit 706aaed
Support 16-bit strings in NameToPseudoType().
Strings are allowed to be marked as 16-bit without containing
any non-latin1 codepoints. This is rare, so the path we're taking
isn't particularly fast (it's written to avoid any unsafe buffer
manipulation).
Fixed: 40064810
Change-Id: I1a082712399289eca6ad4809e3b7a429288a2cbe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7174094
Reviewed-by: Rune Lillesveen <[email protected]>
Commit-Queue: Steinar H Gunderson <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1548433}1 parent dbaa0a9 commit 706aaed
1 file changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments