@img/sharp-libvips-dev 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. package/README.md +1 -2
  2. package/include/aom/aom_decoder.h +1 -1
  3. package/include/aom/aom_encoder.h +7 -1
  4. package/include/aom/aom_image.h +24 -12
  5. package/include/aom/aom_integer.h +3 -3
  6. package/include/aom/aomcx.h +15 -0
  7. package/include/aom/aomdx.h +5 -2
  8. package/include/archive.h +7 -5
  9. package/include/archive_entry.h +5 -3
  10. package/include/cgif.h +3 -0
  11. package/include/freetype2/freetype/config/ftoption.h +1 -1
  12. package/include/fribidi/fribidi-config.h +2 -2
  13. package/include/fribidi/fribidi-unicode-version.h +3 -3
  14. package/include/glib-2.0/gio/gappinfo.h +40 -25
  15. package/include/glib-2.0/gio/gasyncresult.h +1 -1
  16. package/include/glib-2.0/gio/gconverter.h +5 -0
  17. package/include/glib-2.0/gio/gdbusintrospection.h +1 -1
  18. package/include/glib-2.0/gio/gfile.h +16 -0
  19. package/include/glib-2.0/gio/gio-visibility.h +34 -0
  20. package/include/glib-2.0/gio/gsettings.h +8 -0
  21. package/include/glib-2.0/gio/gvfs.h +2 -2
  22. package/include/glib-2.0/girepository/gi-visibility.h +34 -0
  23. package/include/glib-2.0/glib/gbookmarkfile.h +1 -1
  24. package/include/glib-2.0/glib/giochannel.h +2 -2
  25. package/include/glib-2.0/glib/glib-visibility.h +34 -0
  26. package/include/glib-2.0/glib/gmacros.h +12 -5
  27. package/include/glib-2.0/glib/gmain.h +93 -7
  28. package/include/glib-2.0/glib/gqsort.h +8 -1
  29. package/include/glib-2.0/glib/gstrfuncs.h +0 -12
  30. package/include/glib-2.0/glib/gstrvbuilder.h +3 -0
  31. package/include/glib-2.0/glib/gunicode.h +1 -1
  32. package/include/glib-2.0/glib/gversionmacros.h +9 -0
  33. package/include/glib-2.0/gmodule/gmodule-visibility.h +34 -0
  34. package/include/glib-2.0/gobject/gobject-visibility.h +34 -0
  35. package/include/glib-2.0/gobject/gtype.h +6 -6
  36. package/include/harfbuzz/hb-buffer.h +6 -0
  37. package/include/harfbuzz/hb-common.h +6 -9
  38. package/include/harfbuzz/hb-cplusplus.hh +8 -11
  39. package/include/harfbuzz/hb-subset.h +17 -4
  40. package/include/harfbuzz/hb-version.h +3 -3
  41. package/include/hwy/abort.h +28 -0
  42. package/include/hwy/aligned_allocator.h +48 -1
  43. package/include/hwy/base.h +235 -34
  44. package/include/hwy/detect_compiler_arch.h +84 -10
  45. package/include/hwy/detect_targets.h +95 -29
  46. package/include/hwy/foreach_target.h +12 -1
  47. package/include/hwy/highway.h +205 -50
  48. package/include/hwy/ops/arm_neon-inl.h +841 -99
  49. package/include/hwy/ops/arm_sve-inl.h +413 -141
  50. package/include/hwy/ops/emu128-inl.h +373 -360
  51. package/include/hwy/ops/generic_ops-inl.h +804 -401
  52. package/include/hwy/ops/inside-inl.h +691 -0
  53. package/include/hwy/ops/ppc_vsx-inl.h +456 -166
  54. package/include/hwy/ops/rvv-inl.h +537 -249
  55. package/include/hwy/ops/scalar-inl.h +169 -79
  56. package/include/hwy/ops/set_macros-inl.h +106 -18
  57. package/include/hwy/ops/shared-inl.h +23 -0
  58. package/include/hwy/ops/wasm_128-inl.h +130 -108
  59. package/include/hwy/ops/x86_128-inl.h +1892 -577
  60. package/include/hwy/ops/x86_256-inl.h +625 -184
  61. package/include/hwy/ops/x86_512-inl.h +733 -131
  62. package/include/hwy/targets.h +22 -21
  63. package/include/hwy/timer-inl.h +3 -3
  64. package/include/hwy/timer.h +5 -1
  65. package/include/libheif/heif.h +170 -15
  66. package/include/libheif/heif_items.h +237 -0
  67. package/include/libheif/heif_properties.h +38 -2
  68. package/include/libheif/heif_regions.h +1 -1
  69. package/include/libheif/heif_version.h +2 -2
  70. package/include/libpng16/pnglibconf.h +1 -1
  71. package/include/librsvg-2.0/librsvg/rsvg-cairo.h +1 -1
  72. package/include/librsvg-2.0/librsvg/rsvg-features.h +3 -4
  73. package/include/librsvg-2.0/librsvg/rsvg-pixbuf.h +235 -0
  74. package/include/librsvg-2.0/librsvg/rsvg-version.h +3 -3
  75. package/include/librsvg-2.0/librsvg/rsvg.h +55 -176
  76. package/include/libxml2/libxml/HTMLparser.h +12 -19
  77. package/include/libxml2/libxml/c14n.h +1 -12
  78. package/include/libxml2/libxml/debugXML.h +1 -1
  79. package/include/libxml2/libxml/encoding.h +9 -0
  80. package/include/libxml2/libxml/entities.h +12 -1
  81. package/include/libxml2/libxml/hash.h +19 -0
  82. package/include/libxml2/libxml/list.h +2 -2
  83. package/include/libxml2/libxml/nanohttp.h +17 -0
  84. package/include/libxml2/libxml/parser.h +61 -55
  85. package/include/libxml2/libxml/parserInternals.h +9 -1
  86. package/include/libxml2/libxml/pattern.h +6 -0
  87. package/include/libxml2/libxml/tree.h +32 -12
  88. package/include/libxml2/libxml/uri.h +11 -0
  89. package/include/libxml2/libxml/valid.h +29 -2
  90. package/include/libxml2/libxml/xinclude.h +7 -0
  91. package/include/libxml2/libxml/xmlIO.h +21 -4
  92. package/include/libxml2/libxml/xmlerror.h +14 -0
  93. package/include/libxml2/libxml/xmlexports.h +111 -15
  94. package/include/libxml2/libxml/xmlmemory.h +8 -45
  95. package/include/libxml2/libxml/xmlreader.h +2 -0
  96. package/include/libxml2/libxml/xmlsave.h +5 -0
  97. package/include/libxml2/libxml/xmlunicode.h +165 -1
  98. package/include/libxml2/libxml/xmlversion.h +15 -179
  99. package/include/libxml2/libxml/xmlwriter.h +1 -0
  100. package/include/libxml2/libxml/xpath.h +4 -0
  101. package/include/pango-1.0/pango/pango-features.h +3 -3
  102. package/include/pango-1.0/pango/pango-item.h +4 -2
  103. package/include/pango-1.0/pango/pango-version-macros.h +25 -0
  104. package/include/pango-1.0/pango/pangofc-font.h +2 -1
  105. package/include/pnglibconf.h +1 -1
  106. package/include/vips/util.h +1 -2
  107. package/include/vips/version.h +4 -4
  108. package/include/webp/decode.h +58 -56
  109. package/include/webp/demux.h +25 -21
  110. package/include/webp/encode.h +44 -39
  111. package/include/webp/mux.h +76 -15
  112. package/include/webp/mux_types.h +2 -1
  113. package/include/webp/sharpyuv/sharpyuv.h +77 -8
  114. package/include/webp/types.h +29 -8
  115. package/include/zconf.h +1 -1
  116. package/include/zlib.h +12 -12
  117. package/package.json +1 -1
  118. package/versions.json +14 -15
@@ -147,12 +147,16 @@ XMLPUBFUN int
147
147
  xmlMemUsed (void);
148
148
  XMLPUBFUN int
149
149
  xmlMemBlocks (void);
150
+ XML_DEPRECATED
150
151
  XMLPUBFUN void
151
152
  xmlMemDisplay (FILE *fp);
153
+ XML_DEPRECATED
152
154
  XMLPUBFUN void
153
155
  xmlMemDisplayLast(FILE *fp, long nbBytes);
156
+ XML_DEPRECATED
154
157
  XMLPUBFUN void
155
158
  xmlMemShow (FILE *fp, int nr);
159
+ XML_DEPRECATED
156
160
  XMLPUBFUN void
157
161
  xmlMemoryDump (void);
158
162
  XMLPUBFUN void *
@@ -163,60 +167,19 @@ XMLPUBFUN void
163
167
  xmlMemFree (void *ptr);
164
168
  XMLPUBFUN char *
165
169
  xmlMemoryStrdup (const char *str);
170
+ XML_DEPRECATED
166
171
  XMLPUBFUN void *
167
172
  xmlMallocLoc (size_t size, const char *file, int line) LIBXML_ATTR_ALLOC_SIZE(1);
173
+ XML_DEPRECATED
168
174
  XMLPUBFUN void *
169
175
  xmlReallocLoc (void *ptr, size_t size, const char *file, int line);
176
+ XML_DEPRECATED
170
177
  XMLPUBFUN void *
171
178
  xmlMallocAtomicLoc (size_t size, const char *file, int line) LIBXML_ATTR_ALLOC_SIZE(1);
179
+ XML_DEPRECATED
172
180
  XMLPUBFUN char *
173
181
  xmlMemStrdupLoc (const char *str, const char *file, int line);
174
182
 
175
-
176
- /** DOC_DISABLE */
177
- #ifdef DEBUG_MEMORY_LOCATION
178
- /**
179
- * xmlMalloc:
180
- * @size: number of bytes to allocate
181
- *
182
- * Wrapper for the malloc() function used in the XML library.
183
- *
184
- * Returns the pointer to the allocated area or NULL in case of error.
185
- */
186
- #define xmlMalloc(size) xmlMallocLoc((size), __FILE__, __LINE__)
187
- /**
188
- * xmlMallocAtomic:
189
- * @size: number of bytes to allocate
190
- *
191
- * Wrapper for the malloc() function used in the XML library for allocation
192
- * of block not containing pointers to other areas.
193
- *
194
- * Returns the pointer to the allocated area or NULL in case of error.
195
- */
196
- #define xmlMallocAtomic(size) xmlMallocAtomicLoc((size), __FILE__, __LINE__)
197
- /**
198
- * xmlRealloc:
199
- * @ptr: pointer to the existing allocated area
200
- * @size: number of bytes to allocate
201
- *
202
- * Wrapper for the realloc() function used in the XML library.
203
- *
204
- * Returns the pointer to the allocated area or NULL in case of error.
205
- */
206
- #define xmlRealloc(ptr, size) xmlReallocLoc((ptr), (size), __FILE__, __LINE__)
207
- /**
208
- * xmlMemStrdup:
209
- * @str: pointer to the existing string
210
- *
211
- * Wrapper for the strdup() function, xmlStrdup() is usually preferred.
212
- *
213
- * Returns the pointer to the allocated area or NULL in case of error.
214
- */
215
- #define xmlMemStrdup(str) xmlMemStrdupLoc((str), __FILE__, __LINE__)
216
-
217
- #endif /* DEBUG_MEMORY_LOCATION */
218
- /** DOC_ENABLE */
219
-
220
183
  #ifdef __cplusplus
221
184
  }
222
185
  #endif /* __cplusplus */
@@ -127,6 +127,8 @@ XMLPUBFUN int
127
127
  XMLPUBFUN void
128
128
  xmlTextReaderSetMaxAmplification(xmlTextReaderPtr reader,
129
129
  unsigned maxAmpl);
130
+ XMLPUBFUN const xmlError *
131
+ xmlTextReaderGetLastError(xmlTextReaderPtr reader);
130
132
 
131
133
  /*
132
134
  * Iterators
@@ -73,6 +73,8 @@ XMLPUBFUN int
73
73
  xmlSaveFlush (xmlSaveCtxtPtr ctxt);
74
74
  XMLPUBFUN int
75
75
  xmlSaveClose (xmlSaveCtxtPtr ctxt);
76
+ XMLPUBFUN int
77
+ xmlSaveFinish (xmlSaveCtxtPtr ctxt);
76
78
  XMLPUBFUN int
77
79
  xmlSaveSetEscape (xmlSaveCtxtPtr ctxt,
78
80
  xmlCharEncodingOutputFunc escape);
@@ -80,10 +82,13 @@ XMLPUBFUN int
80
82
  xmlSaveSetAttrEscape (xmlSaveCtxtPtr ctxt,
81
83
  xmlCharEncodingOutputFunc escape);
82
84
 
85
+ XML_DEPRECATED
83
86
  XMLPUBFUN int
84
87
  xmlThrDefIndentTreeOutput(int v);
88
+ XML_DEPRECATED
85
89
  XMLPUBFUN const char *
86
90
  xmlThrDefTreeIndentString(const char * v);
91
+ XML_DEPRECATED
87
92
  XMLPUBFUN int
88
93
  xmlThrDefSaveNoEmptyTags(int v);
89
94
 
@@ -7,7 +7,7 @@
7
7
  * http://www.unicode.org/Public/4.0-Update1/UCD-4.0.1.html
8
8
  * using the genUnicode.py Python script.
9
9
  *
10
- * Generation date: Mon Mar 27 11:09:52 2006
10
+ * Generation date: Tue Apr 30 17:30:38 2024
11
11
  * Sources: Blocks-4.0.1.txt UnicodeData-4.0.1.txt
12
12
  * Author: Daniel Veillard
13
13
  */
@@ -23,172 +23,336 @@
23
23
  extern "C" {
24
24
  #endif
25
25
 
26
+ XML_DEPRECATED
26
27
  XMLPUBFUN int xmlUCSIsAegeanNumbers (int code);
28
+ XML_DEPRECATED
27
29
  XMLPUBFUN int xmlUCSIsAlphabeticPresentationForms (int code);
30
+ XML_DEPRECATED
28
31
  XMLPUBFUN int xmlUCSIsArabic (int code);
32
+ XML_DEPRECATED
29
33
  XMLPUBFUN int xmlUCSIsArabicPresentationFormsA (int code);
34
+ XML_DEPRECATED
30
35
  XMLPUBFUN int xmlUCSIsArabicPresentationFormsB (int code);
36
+ XML_DEPRECATED
31
37
  XMLPUBFUN int xmlUCSIsArmenian (int code);
38
+ XML_DEPRECATED
32
39
  XMLPUBFUN int xmlUCSIsArrows (int code);
40
+ XML_DEPRECATED
33
41
  XMLPUBFUN int xmlUCSIsBasicLatin (int code);
42
+ XML_DEPRECATED
34
43
  XMLPUBFUN int xmlUCSIsBengali (int code);
44
+ XML_DEPRECATED
35
45
  XMLPUBFUN int xmlUCSIsBlockElements (int code);
46
+ XML_DEPRECATED
36
47
  XMLPUBFUN int xmlUCSIsBopomofo (int code);
48
+ XML_DEPRECATED
37
49
  XMLPUBFUN int xmlUCSIsBopomofoExtended (int code);
50
+ XML_DEPRECATED
38
51
  XMLPUBFUN int xmlUCSIsBoxDrawing (int code);
52
+ XML_DEPRECATED
39
53
  XMLPUBFUN int xmlUCSIsBraillePatterns (int code);
54
+ XML_DEPRECATED
40
55
  XMLPUBFUN int xmlUCSIsBuhid (int code);
56
+ XML_DEPRECATED
41
57
  XMLPUBFUN int xmlUCSIsByzantineMusicalSymbols (int code);
58
+ XML_DEPRECATED
42
59
  XMLPUBFUN int xmlUCSIsCJKCompatibility (int code);
60
+ XML_DEPRECATED
43
61
  XMLPUBFUN int xmlUCSIsCJKCompatibilityForms (int code);
62
+ XML_DEPRECATED
44
63
  XMLPUBFUN int xmlUCSIsCJKCompatibilityIdeographs (int code);
64
+ XML_DEPRECATED
45
65
  XMLPUBFUN int xmlUCSIsCJKCompatibilityIdeographsSupplement (int code);
66
+ XML_DEPRECATED
46
67
  XMLPUBFUN int xmlUCSIsCJKRadicalsSupplement (int code);
68
+ XML_DEPRECATED
47
69
  XMLPUBFUN int xmlUCSIsCJKSymbolsandPunctuation (int code);
70
+ XML_DEPRECATED
48
71
  XMLPUBFUN int xmlUCSIsCJKUnifiedIdeographs (int code);
72
+ XML_DEPRECATED
49
73
  XMLPUBFUN int xmlUCSIsCJKUnifiedIdeographsExtensionA (int code);
74
+ XML_DEPRECATED
50
75
  XMLPUBFUN int xmlUCSIsCJKUnifiedIdeographsExtensionB (int code);
76
+ XML_DEPRECATED
51
77
  XMLPUBFUN int xmlUCSIsCherokee (int code);
78
+ XML_DEPRECATED
52
79
  XMLPUBFUN int xmlUCSIsCombiningDiacriticalMarks (int code);
80
+ XML_DEPRECATED
53
81
  XMLPUBFUN int xmlUCSIsCombiningDiacriticalMarksforSymbols (int code);
82
+ XML_DEPRECATED
54
83
  XMLPUBFUN int xmlUCSIsCombiningHalfMarks (int code);
84
+ XML_DEPRECATED
55
85
  XMLPUBFUN int xmlUCSIsCombiningMarksforSymbols (int code);
86
+ XML_DEPRECATED
56
87
  XMLPUBFUN int xmlUCSIsControlPictures (int code);
88
+ XML_DEPRECATED
57
89
  XMLPUBFUN int xmlUCSIsCurrencySymbols (int code);
90
+ XML_DEPRECATED
58
91
  XMLPUBFUN int xmlUCSIsCypriotSyllabary (int code);
92
+ XML_DEPRECATED
59
93
  XMLPUBFUN int xmlUCSIsCyrillic (int code);
94
+ XML_DEPRECATED
60
95
  XMLPUBFUN int xmlUCSIsCyrillicSupplement (int code);
96
+ XML_DEPRECATED
61
97
  XMLPUBFUN int xmlUCSIsDeseret (int code);
98
+ XML_DEPRECATED
62
99
  XMLPUBFUN int xmlUCSIsDevanagari (int code);
100
+ XML_DEPRECATED
63
101
  XMLPUBFUN int xmlUCSIsDingbats (int code);
102
+ XML_DEPRECATED
64
103
  XMLPUBFUN int xmlUCSIsEnclosedAlphanumerics (int code);
104
+ XML_DEPRECATED
65
105
  XMLPUBFUN int xmlUCSIsEnclosedCJKLettersandMonths (int code);
106
+ XML_DEPRECATED
66
107
  XMLPUBFUN int xmlUCSIsEthiopic (int code);
108
+ XML_DEPRECATED
67
109
  XMLPUBFUN int xmlUCSIsGeneralPunctuation (int code);
110
+ XML_DEPRECATED
68
111
  XMLPUBFUN int xmlUCSIsGeometricShapes (int code);
112
+ XML_DEPRECATED
69
113
  XMLPUBFUN int xmlUCSIsGeorgian (int code);
114
+ XML_DEPRECATED
70
115
  XMLPUBFUN int xmlUCSIsGothic (int code);
116
+ XML_DEPRECATED
71
117
  XMLPUBFUN int xmlUCSIsGreek (int code);
118
+ XML_DEPRECATED
72
119
  XMLPUBFUN int xmlUCSIsGreekExtended (int code);
120
+ XML_DEPRECATED
73
121
  XMLPUBFUN int xmlUCSIsGreekandCoptic (int code);
122
+ XML_DEPRECATED
74
123
  XMLPUBFUN int xmlUCSIsGujarati (int code);
124
+ XML_DEPRECATED
75
125
  XMLPUBFUN int xmlUCSIsGurmukhi (int code);
126
+ XML_DEPRECATED
76
127
  XMLPUBFUN int xmlUCSIsHalfwidthandFullwidthForms (int code);
128
+ XML_DEPRECATED
77
129
  XMLPUBFUN int xmlUCSIsHangulCompatibilityJamo (int code);
130
+ XML_DEPRECATED
78
131
  XMLPUBFUN int xmlUCSIsHangulJamo (int code);
132
+ XML_DEPRECATED
79
133
  XMLPUBFUN int xmlUCSIsHangulSyllables (int code);
134
+ XML_DEPRECATED
80
135
  XMLPUBFUN int xmlUCSIsHanunoo (int code);
136
+ XML_DEPRECATED
81
137
  XMLPUBFUN int xmlUCSIsHebrew (int code);
138
+ XML_DEPRECATED
82
139
  XMLPUBFUN int xmlUCSIsHighPrivateUseSurrogates (int code);
140
+ XML_DEPRECATED
83
141
  XMLPUBFUN int xmlUCSIsHighSurrogates (int code);
142
+ XML_DEPRECATED
84
143
  XMLPUBFUN int xmlUCSIsHiragana (int code);
144
+ XML_DEPRECATED
85
145
  XMLPUBFUN int xmlUCSIsIPAExtensions (int code);
146
+ XML_DEPRECATED
86
147
  XMLPUBFUN int xmlUCSIsIdeographicDescriptionCharacters (int code);
148
+ XML_DEPRECATED
87
149
  XMLPUBFUN int xmlUCSIsKanbun (int code);
150
+ XML_DEPRECATED
88
151
  XMLPUBFUN int xmlUCSIsKangxiRadicals (int code);
152
+ XML_DEPRECATED
89
153
  XMLPUBFUN int xmlUCSIsKannada (int code);
154
+ XML_DEPRECATED
90
155
  XMLPUBFUN int xmlUCSIsKatakana (int code);
156
+ XML_DEPRECATED
91
157
  XMLPUBFUN int xmlUCSIsKatakanaPhoneticExtensions (int code);
158
+ XML_DEPRECATED
92
159
  XMLPUBFUN int xmlUCSIsKhmer (int code);
160
+ XML_DEPRECATED
93
161
  XMLPUBFUN int xmlUCSIsKhmerSymbols (int code);
162
+ XML_DEPRECATED
94
163
  XMLPUBFUN int xmlUCSIsLao (int code);
164
+ XML_DEPRECATED
95
165
  XMLPUBFUN int xmlUCSIsLatin1Supplement (int code);
166
+ XML_DEPRECATED
96
167
  XMLPUBFUN int xmlUCSIsLatinExtendedA (int code);
168
+ XML_DEPRECATED
97
169
  XMLPUBFUN int xmlUCSIsLatinExtendedB (int code);
170
+ XML_DEPRECATED
98
171
  XMLPUBFUN int xmlUCSIsLatinExtendedAdditional (int code);
172
+ XML_DEPRECATED
99
173
  XMLPUBFUN int xmlUCSIsLetterlikeSymbols (int code);
174
+ XML_DEPRECATED
100
175
  XMLPUBFUN int xmlUCSIsLimbu (int code);
176
+ XML_DEPRECATED
101
177
  XMLPUBFUN int xmlUCSIsLinearBIdeograms (int code);
178
+ XML_DEPRECATED
102
179
  XMLPUBFUN int xmlUCSIsLinearBSyllabary (int code);
180
+ XML_DEPRECATED
103
181
  XMLPUBFUN int xmlUCSIsLowSurrogates (int code);
182
+ XML_DEPRECATED
104
183
  XMLPUBFUN int xmlUCSIsMalayalam (int code);
184
+ XML_DEPRECATED
105
185
  XMLPUBFUN int xmlUCSIsMathematicalAlphanumericSymbols (int code);
186
+ XML_DEPRECATED
106
187
  XMLPUBFUN int xmlUCSIsMathematicalOperators (int code);
188
+ XML_DEPRECATED
107
189
  XMLPUBFUN int xmlUCSIsMiscellaneousMathematicalSymbolsA (int code);
190
+ XML_DEPRECATED
108
191
  XMLPUBFUN int xmlUCSIsMiscellaneousMathematicalSymbolsB (int code);
192
+ XML_DEPRECATED
109
193
  XMLPUBFUN int xmlUCSIsMiscellaneousSymbols (int code);
194
+ XML_DEPRECATED
110
195
  XMLPUBFUN int xmlUCSIsMiscellaneousSymbolsandArrows (int code);
196
+ XML_DEPRECATED
111
197
  XMLPUBFUN int xmlUCSIsMiscellaneousTechnical (int code);
198
+ XML_DEPRECATED
112
199
  XMLPUBFUN int xmlUCSIsMongolian (int code);
200
+ XML_DEPRECATED
113
201
  XMLPUBFUN int xmlUCSIsMusicalSymbols (int code);
202
+ XML_DEPRECATED
114
203
  XMLPUBFUN int xmlUCSIsMyanmar (int code);
204
+ XML_DEPRECATED
115
205
  XMLPUBFUN int xmlUCSIsNumberForms (int code);
206
+ XML_DEPRECATED
116
207
  XMLPUBFUN int xmlUCSIsOgham (int code);
208
+ XML_DEPRECATED
117
209
  XMLPUBFUN int xmlUCSIsOldItalic (int code);
210
+ XML_DEPRECATED
118
211
  XMLPUBFUN int xmlUCSIsOpticalCharacterRecognition (int code);
212
+ XML_DEPRECATED
119
213
  XMLPUBFUN int xmlUCSIsOriya (int code);
214
+ XML_DEPRECATED
120
215
  XMLPUBFUN int xmlUCSIsOsmanya (int code);
216
+ XML_DEPRECATED
121
217
  XMLPUBFUN int xmlUCSIsPhoneticExtensions (int code);
218
+ XML_DEPRECATED
122
219
  XMLPUBFUN int xmlUCSIsPrivateUse (int code);
220
+ XML_DEPRECATED
123
221
  XMLPUBFUN int xmlUCSIsPrivateUseArea (int code);
222
+ XML_DEPRECATED
124
223
  XMLPUBFUN int xmlUCSIsRunic (int code);
224
+ XML_DEPRECATED
125
225
  XMLPUBFUN int xmlUCSIsShavian (int code);
226
+ XML_DEPRECATED
126
227
  XMLPUBFUN int xmlUCSIsSinhala (int code);
228
+ XML_DEPRECATED
127
229
  XMLPUBFUN int xmlUCSIsSmallFormVariants (int code);
230
+ XML_DEPRECATED
128
231
  XMLPUBFUN int xmlUCSIsSpacingModifierLetters (int code);
232
+ XML_DEPRECATED
129
233
  XMLPUBFUN int xmlUCSIsSpecials (int code);
234
+ XML_DEPRECATED
130
235
  XMLPUBFUN int xmlUCSIsSuperscriptsandSubscripts (int code);
236
+ XML_DEPRECATED
131
237
  XMLPUBFUN int xmlUCSIsSupplementalArrowsA (int code);
238
+ XML_DEPRECATED
132
239
  XMLPUBFUN int xmlUCSIsSupplementalArrowsB (int code);
240
+ XML_DEPRECATED
133
241
  XMLPUBFUN int xmlUCSIsSupplementalMathematicalOperators (int code);
242
+ XML_DEPRECATED
134
243
  XMLPUBFUN int xmlUCSIsSupplementaryPrivateUseAreaA (int code);
244
+ XML_DEPRECATED
135
245
  XMLPUBFUN int xmlUCSIsSupplementaryPrivateUseAreaB (int code);
246
+ XML_DEPRECATED
136
247
  XMLPUBFUN int xmlUCSIsSyriac (int code);
248
+ XML_DEPRECATED
137
249
  XMLPUBFUN int xmlUCSIsTagalog (int code);
250
+ XML_DEPRECATED
138
251
  XMLPUBFUN int xmlUCSIsTagbanwa (int code);
252
+ XML_DEPRECATED
139
253
  XMLPUBFUN int xmlUCSIsTags (int code);
254
+ XML_DEPRECATED
140
255
  XMLPUBFUN int xmlUCSIsTaiLe (int code);
256
+ XML_DEPRECATED
141
257
  XMLPUBFUN int xmlUCSIsTaiXuanJingSymbols (int code);
258
+ XML_DEPRECATED
142
259
  XMLPUBFUN int xmlUCSIsTamil (int code);
260
+ XML_DEPRECATED
143
261
  XMLPUBFUN int xmlUCSIsTelugu (int code);
262
+ XML_DEPRECATED
144
263
  XMLPUBFUN int xmlUCSIsThaana (int code);
264
+ XML_DEPRECATED
145
265
  XMLPUBFUN int xmlUCSIsThai (int code);
266
+ XML_DEPRECATED
146
267
  XMLPUBFUN int xmlUCSIsTibetan (int code);
268
+ XML_DEPRECATED
147
269
  XMLPUBFUN int xmlUCSIsUgaritic (int code);
270
+ XML_DEPRECATED
148
271
  XMLPUBFUN int xmlUCSIsUnifiedCanadianAboriginalSyllabics (int code);
272
+ XML_DEPRECATED
149
273
  XMLPUBFUN int xmlUCSIsVariationSelectors (int code);
274
+ XML_DEPRECATED
150
275
  XMLPUBFUN int xmlUCSIsVariationSelectorsSupplement (int code);
276
+ XML_DEPRECATED
151
277
  XMLPUBFUN int xmlUCSIsYiRadicals (int code);
278
+ XML_DEPRECATED
152
279
  XMLPUBFUN int xmlUCSIsYiSyllables (int code);
280
+ XML_DEPRECATED
153
281
  XMLPUBFUN int xmlUCSIsYijingHexagramSymbols (int code);
154
282
 
155
283
  XMLPUBFUN int xmlUCSIsBlock (int code, const char *block);
156
284
 
285
+ XML_DEPRECATED
157
286
  XMLPUBFUN int xmlUCSIsCatC (int code);
287
+ XML_DEPRECATED
158
288
  XMLPUBFUN int xmlUCSIsCatCc (int code);
289
+ XML_DEPRECATED
159
290
  XMLPUBFUN int xmlUCSIsCatCf (int code);
291
+ XML_DEPRECATED
160
292
  XMLPUBFUN int xmlUCSIsCatCo (int code);
293
+ XML_DEPRECATED
161
294
  XMLPUBFUN int xmlUCSIsCatCs (int code);
295
+ XML_DEPRECATED
162
296
  XMLPUBFUN int xmlUCSIsCatL (int code);
297
+ XML_DEPRECATED
163
298
  XMLPUBFUN int xmlUCSIsCatLl (int code);
299
+ XML_DEPRECATED
164
300
  XMLPUBFUN int xmlUCSIsCatLm (int code);
301
+ XML_DEPRECATED
165
302
  XMLPUBFUN int xmlUCSIsCatLo (int code);
303
+ XML_DEPRECATED
166
304
  XMLPUBFUN int xmlUCSIsCatLt (int code);
305
+ XML_DEPRECATED
167
306
  XMLPUBFUN int xmlUCSIsCatLu (int code);
307
+ XML_DEPRECATED
168
308
  XMLPUBFUN int xmlUCSIsCatM (int code);
309
+ XML_DEPRECATED
169
310
  XMLPUBFUN int xmlUCSIsCatMc (int code);
311
+ XML_DEPRECATED
170
312
  XMLPUBFUN int xmlUCSIsCatMe (int code);
313
+ XML_DEPRECATED
171
314
  XMLPUBFUN int xmlUCSIsCatMn (int code);
315
+ XML_DEPRECATED
172
316
  XMLPUBFUN int xmlUCSIsCatN (int code);
317
+ XML_DEPRECATED
173
318
  XMLPUBFUN int xmlUCSIsCatNd (int code);
319
+ XML_DEPRECATED
174
320
  XMLPUBFUN int xmlUCSIsCatNl (int code);
321
+ XML_DEPRECATED
175
322
  XMLPUBFUN int xmlUCSIsCatNo (int code);
323
+ XML_DEPRECATED
176
324
  XMLPUBFUN int xmlUCSIsCatP (int code);
325
+ XML_DEPRECATED
177
326
  XMLPUBFUN int xmlUCSIsCatPc (int code);
327
+ XML_DEPRECATED
178
328
  XMLPUBFUN int xmlUCSIsCatPd (int code);
329
+ XML_DEPRECATED
179
330
  XMLPUBFUN int xmlUCSIsCatPe (int code);
331
+ XML_DEPRECATED
180
332
  XMLPUBFUN int xmlUCSIsCatPf (int code);
333
+ XML_DEPRECATED
181
334
  XMLPUBFUN int xmlUCSIsCatPi (int code);
335
+ XML_DEPRECATED
182
336
  XMLPUBFUN int xmlUCSIsCatPo (int code);
337
+ XML_DEPRECATED
183
338
  XMLPUBFUN int xmlUCSIsCatPs (int code);
339
+ XML_DEPRECATED
184
340
  XMLPUBFUN int xmlUCSIsCatS (int code);
341
+ XML_DEPRECATED
185
342
  XMLPUBFUN int xmlUCSIsCatSc (int code);
343
+ XML_DEPRECATED
186
344
  XMLPUBFUN int xmlUCSIsCatSk (int code);
345
+ XML_DEPRECATED
187
346
  XMLPUBFUN int xmlUCSIsCatSm (int code);
347
+ XML_DEPRECATED
188
348
  XMLPUBFUN int xmlUCSIsCatSo (int code);
349
+ XML_DEPRECATED
189
350
  XMLPUBFUN int xmlUCSIsCatZ (int code);
351
+ XML_DEPRECATED
190
352
  XMLPUBFUN int xmlUCSIsCatZl (int code);
353
+ XML_DEPRECATED
191
354
  XMLPUBFUN int xmlUCSIsCatZp (int code);
355
+ XML_DEPRECATED
192
356
  XMLPUBFUN int xmlUCSIsCatZs (int code);
193
357
 
194
358
  XMLPUBFUN int xmlUCSIsCat (int code, const char *cat);