Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cmaps_cns1.cpp
Go to the documentation of this file.
1// Copyright 2014 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#include "core/fpdfapi/cmaps/CNS1/cmaps_cns1.h"
8
9#include <iterator>
10
11namespace fxcmap {
12
13const CMap kCNS1_cmaps[] = {
14 {"B5pc-H", kB5pc_H_0, nullptr, 247, 0, CMap::Type::kRange, 0},
15 {"B5pc-V", kB5pc_V_0, nullptr, 12, 0, CMap::Type::kRange, -1},
16 {"HKscs-B5-H", kHKscs_B5_H_5, nullptr, 1210, 0, CMap::Type::kRange, 0},
17 {"HKscs-B5-V", kHKscs_B5_V_5, nullptr, 13, 0, CMap::Type::kRange, -1},
18 {"ETen-B5-H", kETen_B5_H_0, nullptr, 254, 0, CMap::Type::kRange, 0},
19 {"ETen-B5-V", kETen_B5_V_0, nullptr, 13, 0, CMap::Type::kRange, -1},
20 {"ETenms-B5-H", kETenms_B5_H_0, nullptr, 1, 0, CMap::Type::kRange, -2},
21 {"ETenms-B5-V", kETenms_B5_V_0, nullptr, 18, 0, CMap::Type::kRange, -1},
22 {"CNS-EUC-H", kCNS_EUC_H_0, kCNS_EUC_H_0_DWord, 157, 238,
24 {"CNS-EUC-V", kCNS_EUC_V_0, kCNS_EUC_V_0_DWord, 180, 261,
26 {"UniCNS-UCS2-H", kUniCNS_UCS2_H_3, nullptr, 16418, 0, CMap::Type::kRange,
27 0},
28 {"UniCNS-UCS2-V", kUniCNS_UCS2_V_3, nullptr, 13, 0, CMap::Type::kRange, -1},
29 {"UniCNS-UTF16-H", kUniCNS_UTF16_H_0, nullptr, 14557, 0,
31 {"UniCNS-UTF16-V", kUniCNS_UCS2_V_3, nullptr, 13, 0, CMap::Type::kRange,
32 -1},
33};
34
35const size_t kCNS1_cmaps_size = std::size(kCNS1_cmaps);
36
37} // namespace fxcmap
const uint16_t kUniCNS_UCS2_V_3[]
const uint16_t kHKscs_B5_V_5[]
const uint16_t kUniCNS_UCS2_H_3[]
const uint16_t kB5pc_V_0[]
Definition B5pc-V_0.cpp:11
const uint16_t kETenms_B5_H_0[]
const uint16_t kETen_B5_H_0[]
const DWordCIDMap kCNS_EUC_H_0_DWord[]
const uint16_t kB5pc_H_0[]
Definition B5pc-H_0.cpp:11
const uint16_t kCNS_EUC_H_0[]
const uint16_t kCNS_EUC_V_0[]
const uint16_t kETenms_B5_V_0[]
const uint16_t kUniCNS_UTF16_H_0[]
const uint16_t kHKscs_B5_H_5[]
const CMap kCNS1_cmaps[]
const DWordCIDMap kCNS_EUC_V_0_DWord[]
const uint16_t kETen_B5_V_0[]