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

Unified Diff: core/fpdfapi/fpdf_cmaps/CNS1/UniCNS-UCS2-V_3.cpp

Issue 1821043003: Remove FX_WORD in favor of uint16_t. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Use stdint.h directly, bitfield minefield. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/fpdfapi/fpdf_cmaps/CNS1/UniCNS-UCS2-H_3.cpp ('k') | core/fpdfapi/fpdf_cmaps/CNS1/UniCNS-UTF16-H_0.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fpdfapi/fpdf_cmaps/CNS1/UniCNS-UCS2-V_3.cpp
diff --git a/core/fpdfapi/fpdf_cmaps/CNS1/UniCNS-UCS2-V_3.cpp b/core/fpdfapi/fpdf_cmaps/CNS1/UniCNS-UCS2-V_3.cpp
index b77835c3f34d1f76685db9bc12bc0e4024e5e9ff..e1bb27c2f5e88198536ec8b34fa5da1c50810bc3 100644
--- a/core/fpdfapi/fpdf_cmaps/CNS1/UniCNS-UCS2-V_3.cpp
+++ b/core/fpdfapi/fpdf_cmaps/CNS1/UniCNS-UCS2-V_3.cpp
@@ -6,7 +6,7 @@
#include "core/fpdfapi/fpdf_cmaps/CNS1/cmaps_cns1.h"
-const FX_WORD g_FXCMAP_UniCNS_UCS2_V_3[13 * 3] = {
+const uint16_t g_FXCMAP_UniCNS_UCS2_V_3[13 * 3] = {
0x2013, 0x2013, 0x0078, 0x2014, 0x2014, 0x007A, 0x2025, 0x2025,
0x006D, 0x3008, 0x3009, 0x0096, 0x300A, 0x300B, 0x0092, 0x300C,
0x300D, 0x009A, 0x300E, 0x300F, 0x009E, 0x3010, 0x3011, 0x008E,
« no previous file with comments | « core/fpdfapi/fpdf_cmaps/CNS1/UniCNS-UCS2-H_3.cpp ('k') | core/fpdfapi/fpdf_cmaps/CNS1/UniCNS-UTF16-H_0.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698