Chromium Code Reviews| Index: src/globals.h |
| =================================================================== |
| --- src/globals.h (revision 10944) |
| +++ src/globals.h (working copy) |
| @@ -267,8 +267,9 @@ |
| // other bits set. |
| const uint64_t kQuietNaNMask = static_cast<uint64_t>(0xfff) << 51; |
| -// ASCII/UC16 constants |
| +// ASCII/UTF-16 constants |
| // Code-point values in Unicode 4.0 are 21 bits wide. |
| +// Code units in UTF-16 are 16 bits wide. |
| typedef uint16_t uc16; |
| typedef int32_t uc32; |
| const int kASCIISize = kCharSize; |