Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: third_party/cld/encodings/compact_lang_det/utf8scannotjustletterspecial.h

Issue 10835019: Fix license headers in a number of files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix case Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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_UTF8SCANNOTJUSTLETTERSPECIAL_H__ 10 #ifndef EXPERIMENTAL_USERS_DSITES_LANGDET_UTF8SCANNOTJUSTLETTERSPECIAL_H__
11 #define EXPERIMENTAL_USERS_DSITES_LANGDET_UTF8SCANNOTJUSTLETTERSPECIAL_H__ 11 #define EXPERIMENTAL_USERS_DSITES_LANGDET_UTF8SCANNOTJUSTLETTERSPECIAL_H__
(...skipping 1164 matching lines...) Expand 10 before | Expand all | Expand 10 after
1176 #undef T1_ 1176 #undef T1_
1177 #undef T2_ 1177 #undef T2_
1178 #undef S11 1178 #undef S11
1179 #undef SP_ 1179 #undef SP_
1180 #undef D__ 1180 #undef D__
1181 #undef RJA 1181 #undef RJA
1182 1182
1183 // Table has 11776 bytes, Hash = 395A-230B 1183 // Table has 11776 bytes, Hash = 395A-230B
1184 1184
1185 #endif // EXPERIMENTAL_USERS_DSITES_LANGDET_UTF8SCANNOTJUSTLETTERSPECIAL_H__ 1185 #endif // EXPERIMENTAL_USERS_DSITES_LANGDET_UTF8SCANNOTJUSTLETTERSPECIAL_H__
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698