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

Side by Side Diff: Source/wtf/unicode/ScriptCodesFromICU.h

Issue 14238015: Move Source/WTF/wtf to Source/wtf (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 /* 1 /*
2 * Copyright (C) 1997-2006, International Business Machines 2 * Copyright (C) 1997-2006, International Business Machines
3 * Corporation and others. All Rights Reserved. 3 * Corporation and others. All Rights Reserved.
4 */ 4 */
5 5
6 #ifndef WTF_ScriptCodesFromICU_h 6 #ifndef WTF_ScriptCodesFromICU_h
7 #define WTF_ScriptCodesFromICU_h 7 #define WTF_ScriptCodesFromICU_h
8 8
9 /** 9 /**
10 * Constants for ISO 15924 script codes. 10 * Constants for ISO 15924 script codes.
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 USCRIPT_VISIBLE_SPEECH = 100, /* Visp */ 144 USCRIPT_VISIBLE_SPEECH = 100, /* Visp */
145 USCRIPT_CUNEIFORM = 101,/* Xsux */ 145 USCRIPT_CUNEIFORM = 101,/* Xsux */
146 USCRIPT_UNWRITTEN_LANGUAGES = 102,/* Zxxx */ 146 USCRIPT_UNWRITTEN_LANGUAGES = 102,/* Zxxx */
147 USCRIPT_UNKNOWN = 103,/* Zzzz */ /* Unknown="Code fo r uncoded script", for unassigned code points */ 147 USCRIPT_UNKNOWN = 103,/* Zzzz */ /* Unknown="Code fo r uncoded script", for unassigned code points */
148 /* Private use codes from Qaaa - Qabx are not supported*/ 148 /* Private use codes from Qaaa - Qabx are not supported*/
149 #endif /* U_HIDE_DRAFT_API */ 149 #endif /* U_HIDE_DRAFT_API */
150 USCRIPT_CODE_LIMIT = 104 150 USCRIPT_CODE_LIMIT = 104
151 } UScriptCode; 151 } UScriptCode;
152 152
153 #endif 153 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698