xref: /aosp_15_r20/external/pdfium/core/fpdfapi/cmaps/Korea1/cmaps_korea1.h (revision 3ac0a46f773bac49fa9476ec2b1cf3f8da5ec3a4)
1 // Copyright 2015 The PDFium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6 
7 #ifndef CORE_FPDFAPI_CMAPS_KOREA1_CMAPS_KOREA1_H_
8 #define CORE_FPDFAPI_CMAPS_KOREA1_CMAPS_KOREA1_H_
9 
10 #include <stddef.h>
11 #include <stdint.h>
12 
13 #include "core/fpdfapi/cmaps/fpdf_cmaps.h"
14 
15 namespace fxcmap {
16 
17 extern const uint16_t kKSC_EUC_H_0[];
18 extern const uint16_t kKSC_EUC_V_0[];
19 extern const uint16_t kKSCms_UHC_H_1[];
20 extern const uint16_t kKSCms_UHC_V_1[];
21 extern const uint16_t kKSCms_UHC_HW_H_1[];
22 extern const uint16_t kKSCms_UHC_HW_V_1[];
23 extern const uint16_t kKSCpc_EUC_H_0[];
24 extern const uint16_t kUniKS_UCS2_H_1[];
25 extern const uint16_t kUniKS_UCS2_V_1[];
26 extern const uint16_t kUniKS_UTF16_H_0[];
27 extern const uint16_t kKorea1CID2Unicode_2[18352];
28 extern const CMap kKorea1_cmaps[];
29 extern const size_t kKorea1_cmaps_size;
30 
31 }  // namespace fxcmap
32 
33 #endif  // CORE_FPDFAPI_CMAPS_KOREA1_CMAPS_KOREA1_H_
34