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

Side by Side Diff: xfa/fgas/crt/fgas_language.h

Issue 1803723002: Move xfa/src up to xfa/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 9 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
« no previous file with comments | « xfa/fgas/crt/fgas_encode.cpp ('k') | xfa/fgas/crt/fgas_memory.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 XFA_SRC_FGAS_CRT_FGAS_LANGUAGE_H_ 7 #ifndef XFA_FGAS_CRT_FGAS_LANGUAGE_H_
8 #define XFA_SRC_FGAS_CRT_FGAS_LANGUAGE_H_ 8 #define XFA_FGAS_CRT_FGAS_LANGUAGE_H_
9 9
10 #define FX_LANG_Neutral 0x0000 10 #define FX_LANG_Neutral 0x0000
11 #define FX_LANG_Invariant 0x007f 11 #define FX_LANG_Invariant 0x007f
12 #define FX_LANG_UserDefault 0x0400 12 #define FX_LANG_UserDefault 0x0400
13 #define FX_LANG_SystemDefault 0x0800 13 #define FX_LANG_SystemDefault 0x0800
14 #define FX_LANG_Afrikaans_SouthAfrica 0x0436 14 #define FX_LANG_Afrikaans_SouthAfrica 0x0436
15 #define FX_LANG_Albanian_Albania 0x041c 15 #define FX_LANG_Albanian_Albania 0x041c
16 #define FX_LANG_Alsatian_France 0x0484 16 #define FX_LANG_Alsatian_France 0x0484
17 #define FX_LANG_Amharic_Ethiopia 0x045e 17 #define FX_LANG_Amharic_Ethiopia 0x045e
18 #define FX_LANG_Arabic_Algeria 0x1401 18 #define FX_LANG_Arabic_Algeria 0x1401
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 #define FX_LANG_Venda 0x0433 259 #define FX_LANG_Venda 0x0433
260 #define FX_LANG_Vietnamese_Vietnam 0x042a 260 #define FX_LANG_Vietnamese_Vietnam 0x042a
261 #define FX_LANG_Welsh_UnitedKingdom 0x0452 261 #define FX_LANG_Welsh_UnitedKingdom 0x0452
262 #define FX_LANG_Wolof_Senegal 0x0488 262 #define FX_LANG_Wolof_Senegal 0x0488
263 #define FX_LANG_Xhosa 0x0434 263 #define FX_LANG_Xhosa 0x0434
264 #define FX_LANG_Yakut_Russia 0x0485 264 #define FX_LANG_Yakut_Russia 0x0485
265 #define FX_LANG_YiPRC 0x0478 265 #define FX_LANG_YiPRC 0x0478
266 #define FX_LANG_Yiddish 0x043d 266 #define FX_LANG_Yiddish 0x043d
267 #define FX_LANG_Yoruba_Nigeria 0x046a 267 #define FX_LANG_Yoruba_Nigeria 0x046a
268 268
269 #endif // XFA_SRC_FGAS_CRT_FGAS_LANGUAGE_H_ 269 #endif // XFA_FGAS_CRT_FGAS_LANGUAGE_H_
OLDNEW
« no previous file with comments | « xfa/fgas/crt/fgas_encode.cpp ('k') | xfa/fgas/crt/fgas_memory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698