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_GB1_CMAPS_GB1_H_ 8 #define CORE_FPDFAPI_CMAPS_GB1_CMAPS_GB1_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 kGB_EUC_H_0[]; 18 extern const uint16_t kGB_EUC_V_0[]; 19 extern const uint16_t kGBpc_EUC_H_0[]; 20 extern const uint16_t kGBpc_EUC_V_0[]; 21 extern const uint16_t kGBK_EUC_H_2[]; 22 extern const uint16_t kGBK_EUC_V_2[]; 23 extern const uint16_t kGBKp_EUC_H_2[]; 24 extern const uint16_t kGBKp_EUC_V_2[]; 25 extern const uint16_t kGBK2K_H_5[]; 26 extern const DWordCIDMap kGBK2K_H_5_DWord[]; 27 extern const uint16_t kGBK2K_V_5[]; 28 extern const uint16_t kUniGB_UCS2_H_4[]; 29 extern const uint16_t kUniGB_UCS2_V_4[]; 30 extern const uint16_t kGB1CID2Unicode_5[30284]; 31 extern const CMap kGB1_cmaps[]; 32 extern const size_t kGB1_cmaps_size; 33 34 } // namespace fxcmap 35 36 #endif // CORE_FPDFAPI_CMAPS_GB1_CMAPS_GB1_H_ 37