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

Side by Side Diff: third_party/cld/encodings/compact_lang_det/utf8propletterscriptnum.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_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
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__
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698