| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |