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

Side by Side Diff: xfa/src/fgas/include/fx_lgg.h

Issue 1636873004: XFA: Fix DOS newlines (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: All of them Created 4 years, 11 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/src/fgas/include/fx_lbk.h ('k') | xfa/src/fgas/include/fx_locale.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 _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
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
OLDNEW
« no previous file with comments | « xfa/src/fgas/include/fx_lbk.h ('k') | xfa/src/fgas/include/fx_locale.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698