| OLD | NEW |
| 1 // Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 // Accepts all other UTF-8 codes 0000..10FFFF | 5 // Accepts all other UTF-8 codes 0000..10FFFF |
| 6 // Space optimized | 6 // Space optimized |
| 7 // ** ASSUMES INPUT IS STRUCTURALLY VALID UTF-8 ** | 7 // ** ASSUMES INPUT IS STRUCTURALLY VALID UTF-8 ** |
| 8 // Table entries are absolute statetable subscripts | 8 // Table entries are absolute statetable subscripts |
| 9 | 9 |
| 10 #ifndef EXPERIMENTAL_USERS_DSITES_LANGDET_UTF8PROPLETTERSCRIPTNUM_H__ | 10 #ifndef EXPERIMENTAL_USERS_DSITES_LANGDET_UTF8PROPLETTERSCRIPTNUM_H__ |
| 11 #define EXPERIMENTAL_USERS_DSITES_LANGDET_UTF8PROPLETTERSCRIPTNUM_H__ | 11 #define EXPERIMENTAL_USERS_DSITES_LANGDET_UTF8PROPLETTERSCRIPTNUM_H__ |
| (...skipping 1201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1213 #undef T1_ | 1213 #undef T1_ |
| 1214 #undef T2_ | 1214 #undef T2_ |
| 1215 #undef S11 | 1215 #undef S11 |
| 1216 #undef SP_ | 1216 #undef SP_ |
| 1217 #undef D__ | 1217 #undef D__ |
| 1218 #undef RJA | 1218 #undef RJA |
| 1219 | 1219 |
| 1220 // Table has 12160 bytes, Hash = 838E-A7E3 | 1220 // Table has 12160 bytes, Hash = 838E-A7E3 |
| 1221 | 1221 |
| 1222 #endif // EXPERIMENTAL_USERS_DSITES_LANGDET_UTF8PROPLETTERSCRIPTNUM_H__ | 1222 #endif // EXPERIMENTAL_USERS_DSITES_LANGDET_UTF8PROPLETTERSCRIPTNUM_H__ |
| OLD | NEW |