| OLD | NEW |
| 1 // Copyright 2014 PDFium Authors. All rights reserved. | 1 // Copyright 2014 PDFium 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 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com | 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
| 6 | 6 |
| 7 #ifndef _FX_LANGUAGE | 7 #ifndef _FX_LANGUAGE |
| 8 #define _FX_LANGUAGE | 8 #define _FX_LANGUAGE |
| 9 #define FX_LANG_Neutral 0x0000 | 9 #define FX_LANG_Neutral 0x0000 |
| 10 #define FX_LANG_Invariant 0x007f | 10 #define FX_LANG_Invariant 0x007f |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 #define FX_LANG_Venda 0x0433 | 258 #define FX_LANG_Venda 0x0433 |
| 259 #define FX_LANG_Vietnamese_Vietnam 0x042a | 259 #define FX_LANG_Vietnamese_Vietnam 0x042a |
| 260 #define FX_LANG_Welsh_UnitedKingdom 0x0452 | 260 #define FX_LANG_Welsh_UnitedKingdom 0x0452 |
| 261 #define FX_LANG_Wolof_Senegal 0x0488 | 261 #define FX_LANG_Wolof_Senegal 0x0488 |
| 262 #define FX_LANG_Xhosa 0x0434 | 262 #define FX_LANG_Xhosa 0x0434 |
| 263 #define FX_LANG_Yakut_Russia 0x0485 | 263 #define FX_LANG_Yakut_Russia 0x0485 |
| 264 #define FX_LANG_YiPRC 0x0478 | 264 #define FX_LANG_YiPRC 0x0478 |
| 265 #define FX_LANG_Yiddish 0x043d | 265 #define FX_LANG_Yiddish 0x043d |
| 266 #define FX_LANG_Yoruba_Nigeria 0x046a | 266 #define FX_LANG_Yoruba_Nigeria 0x046a |
| 267 #endif | 267 #endif |
| OLD | NEW |