| OLD | NEW |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // This file is auto-generated by build_utf8_validator_tables. | 5 // This file is auto-generated by build_utf8_validator_tables. |
| 6 // DO NOT EDIT. | 6 // DO NOT EDIT. |
| 7 | 7 |
| 8 #include "base/i18n/utf8_validator_tables.h" | 8 #include "base/i18n/utf8_validator_tables.h" |
| 9 | 9 |
| 10 namespace base { | 10 namespace base { |
| 11 namespace internal { | 11 namespace internal { |
| 12 | 12 |
| 13 const uint8 kUtf8ValidatorTables[] = { | 13 const uint8_t kUtf8ValidatorTables[] = { |
| 14 // State 0, offset 0x00 | 14 // State 0, offset 0x00 |
| 15 0x00, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, // 0x08 | 15 0x00, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, // 0x08 |
| 16 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, // 0x10 | 16 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, // 0x10 |
| 17 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, // 0x18 | 17 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, // 0x18 |
| 18 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, // 0x20 | 18 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, // 0x20 |
| 19 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, // 0x28 | 19 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, // 0x28 |
| 20 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, // 0x30 | 20 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, // 0x30 |
| 21 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, // 0x38 | 21 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, // 0x38 |
| 22 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, // 0x40 | 22 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, // 0x40 |
| 23 0x81, 0x81, 0x81, 0x83, 0x83, 0x83, 0x83, 0x83, // 0x48 | 23 0x81, 0x81, 0x81, 0x83, 0x83, 0x83, 0x83, 0x83, // 0x48 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 46 0x06, 0x8b, 0x81, // 0x9f | 46 0x06, 0x8b, 0x81, // 0x9f |
| 47 // State 8, offset 0x9f | 47 // State 8, offset 0x9f |
| 48 0x04, 0x8b, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, // 0xa7 | 48 0x04, 0x8b, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, // 0xa7 |
| 49 0x81, // 0xa8 | 49 0x81, // 0xa8 |
| 50 }; | 50 }; |
| 51 | 51 |
| 52 const size_t kUtf8ValidatorTablesSize = arraysize(kUtf8ValidatorTables); | 52 const size_t kUtf8ValidatorTablesSize = arraysize(kUtf8ValidatorTables); |
| 53 | 53 |
| 54 } // namespace internal | 54 } // namespace internal |
| 55 } // namespace base | 55 } // namespace base |
| OLD | NEW |