xref: /aosp_15_r20/external/pdfium/core/fpdftext/unicodenormalizationdata.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_FPDFTEXT_UNICODENORMALIZATIONDATA_H_
8 #define CORE_FPDFTEXT_UNICODENORMALIZATIONDATA_H_
9 
10 #include <stdint.h>
11 
12 extern const uint16_t kUnicodeDataNormalization[];
13 extern const uint16_t kUnicodeDataNormalizationMap1[];
14 extern const uint16_t kUnicodeDataNormalizationMap2[];
15 extern const uint16_t kUnicodeDataNormalizationMap3[];
16 extern const uint16_t kUnicodeDataNormalizationMap4[];
17 
18 #endif  // CORE_FPDFTEXT_UNICODENORMALIZATIONDATA_H_
19