VirtualBox

source: vbox/trunk/src/libs/libxml2-2.13.2/os400/libxmlrpg/xmlunicode.rpgle@ 107377

Last change on this file since 107377 was 105420, checked in by vboxsync, 7 months ago

libxml2-2.12.6: Applied and adjusted our libxml2 changes to 2.12.6. bugref:10730

File size: 38.4 KB
Line 
1 * Summary: Unicode character APIs
2 * Description: API for the Unicode character APIs
3 *
4 * Copy: See Copyright for the status of this software.
5 *
6 * Author: Patrick Monnerat <[email protected]>, DATASPHERE S.A.
7
8 /if not defined(XML_UNICODE_H__)
9 /define XML_UNICODE_H__
10
11 /include "libxmlrpg/xmlversion"
12
13 /if defined(LIBXML_UNICODE_ENABLED)
14
15 /include "libxmlrpg/xmlTypesC"
16
17 d xmlUCSIsAegeanNumbers...
18 d pr extproc('xmlUCSIsAegeanNumbers')
19 d like(xmlCint)
20 d code value like(xmlCint)
21
22 d xmlUCSIsAlphabeticPresentationForms...
23 d pr extproc(
24 d 'xmlUCSIsAlphabeticPresentationForms'
25 d )
26 d like(xmlCint)
27 d code value like(xmlCint)
28
29 d xmlUCSIsArabic pr extproc('xmlUCSIsArabic')
30 d like(xmlCint)
31 d code value like(xmlCint)
32
33 d xmlUCSIsArabicPresentationFormsA...
34 d pr extproc(
35 d 'xmlUCSIsArabicPresentationFormsA')
36 d like(xmlCint)
37 d code value like(xmlCint)
38
39 d xmlUCSIsArabicPresentationFormsB...
40 d pr extproc(
41 d 'xmlUCSIsArabicPresentationFormsB')
42 d like(xmlCint)
43 d code value like(xmlCint)
44
45 d xmlUCSIsArmenian...
46 d pr extproc('xmlUCSIsArmenian')
47 d like(xmlCint)
48 d code value like(xmlCint)
49
50 d xmlUCSIsArrows pr extproc('xmlUCSIsArrows')
51 d like(xmlCint)
52 d code value like(xmlCint)
53
54 d xmlUCSIsBasicLatin...
55 d pr extproc('xmlUCSIsBasicLatin')
56 d like(xmlCint)
57 d code value like(xmlCint)
58
59 d xmlUCSIsBengali...
60 d pr extproc('xmlUCSIsBengali')
61 d like(xmlCint)
62 d code value like(xmlCint)
63
64 d xmlUCSIsBlockElements...
65 d pr extproc('xmlUCSIsBlockElements')
66 d like(xmlCint)
67 d code value like(xmlCint)
68
69 d xmlUCSIsBopomofo...
70 d pr extproc('xmlUCSIsBopomofo')
71 d like(xmlCint)
72 d code value like(xmlCint)
73
74 d xmlUCSIsBopomofoExtended...
75 d pr extproc('xmlUCSIsBopomofoExtended')
76 d like(xmlCint)
77 d code value like(xmlCint)
78
79 d xmlUCSIsBoxDrawing...
80 d pr extproc('xmlUCSIsBoxDrawing')
81 d like(xmlCint)
82 d code value like(xmlCint)
83
84 d xmlUCSIsBraillePatterns...
85 d pr extproc('xmlUCSIsBraillePatterns')
86 d like(xmlCint)
87 d code value like(xmlCint)
88
89 d xmlUCSIsBuhid pr extproc('xmlUCSIsBuhid')
90 d like(xmlCint)
91 d code value like(xmlCint)
92
93 d xmlUCSIsByzantineMusicalSymbols...
94 d pr extproc(
95 d 'xmlUCSIsByzantineMusicalSymbols')
96 d like(xmlCint)
97 d code value like(xmlCint)
98
99 d xmlUCSIsCJKCompatibility...
100 d pr extproc('xmlUCSIsCJKCompatibility')
101 d like(xmlCint)
102 d code value like(xmlCint)
103
104 d xmlUCSIsCJKCompatibilityForms...
105 d pr extproc(
106 d 'xmlUCSIsCJKCompatibilityForms')
107 d like(xmlCint)
108 d code value like(xmlCint)
109
110 d xmlUCSIsCJKCompatibilityIdeographs...
111 d pr extproc(
112 d 'xmlUCSIsCJKCompatibilityIdeographs')
113 d like(xmlCint)
114 d code value like(xmlCint)
115
116 d xmlUCSIsCJKCompatibilityIdeographsSupplement...
117 d pr extproc('xmlUCSIsCJKCompatibilityIde-
118 d ographsSupplement')
119 d like(xmlCint)
120 d code value like(xmlCint)
121
122 d xmlUCSIsCJKRadicalsSupplement...
123 d pr extproc(
124 d 'xmlUCSIsCJKRadicalsSupplement')
125 d like(xmlCint)
126 d code value like(xmlCint)
127
128 d xmlUCSIsCJKSymbolsandPunctuation...
129 d pr extproc(
130 d 'xmlUCSIsCJKSymbolsandPunctuation')
131 d like(xmlCint)
132 d code value like(xmlCint)
133
134 d xmlUCSIsCJKUnifiedIdeographs...
135 d pr extproc(
136 d 'xmlUCSIsCJKUnifiedIdeographs')
137 d like(xmlCint)
138 d code value like(xmlCint)
139
140 d xmlUCSIsCJKUnifiedIdeographsExtensionA...
141 d pr extproc('xmlUCSIsCJKUnifiedIdeograph-
142 d sExtensionA')
143 d like(xmlCint)
144 d code value like(xmlCint)
145
146 d xmlUCSIsCJKUnifiedIdeographsExtensionB...
147 d pr extproc('xmlUCSIsCJKUnifiedIdeograph-
148 d sExtensionB')
149 d like(xmlCint)
150 d code value like(xmlCint)
151
152 d xmlUCSIsCherokee...
153 d pr extproc('xmlUCSIsCherokee')
154 d like(xmlCint)
155 d code value like(xmlCint)
156
157 d xmlUCSIsCombiningDiacriticalMarks...
158 d pr extproc(
159 d 'xmlUCSIsCombiningDiacriticalMarks')
160 d like(xmlCint)
161 d code value like(xmlCint)
162
163 d xmlUCSIsCombiningDiacriticalMarksforSymbols...
164 d pr extproc('xmlUCSIsCombiningDiacritica-
165 d lMarksforSymbols')
166 d like(xmlCint)
167 d code value like(xmlCint)
168
169 d xmlUCSIsCombiningHalfMarks...
170 d pr extproc('xmlUCSIsCombiningHalfMarks')
171 d like(xmlCint)
172 d code value like(xmlCint)
173
174 d xmlUCSIsCombiningMarksforSymbols...
175 d pr extproc(
176 d 'xmlUCSIsCombiningMarksforSymbols')
177 d like(xmlCint)
178 d code value like(xmlCint)
179
180 d xmlUCSIsControlPictures...
181 d pr extproc('xmlUCSIsControlPictures')
182 d like(xmlCint)
183 d code value like(xmlCint)
184
185 d xmlUCSIsCurrencySymbols...
186 d pr extproc('xmlUCSIsCurrencySymbols')
187 d like(xmlCint)
188 d code value like(xmlCint)
189
190 d xmlUCSIsCypriotSyllabary...
191 d pr extproc('xmlUCSIsCypriotSyllabary')
192 d like(xmlCint)
193 d code value like(xmlCint)
194
195 d xmlUCSIsCyrillic...
196 d pr extproc('xmlUCSIsCyrillic')
197 d like(xmlCint)
198 d code value like(xmlCint)
199
200 d xmlUCSIsCyrillicSupplement...
201 d pr extproc('xmlUCSIsCyrillicSupplement')
202 d like(xmlCint)
203 d code value like(xmlCint)
204
205 d xmlUCSIsDeseret...
206 d pr extproc('xmlUCSIsDeseret')
207 d like(xmlCint)
208 d code value like(xmlCint)
209
210 d xmlUCSIsDevanagari...
211 d pr extproc('xmlUCSIsDevanagari')
212 d like(xmlCint)
213 d code value like(xmlCint)
214
215 d xmlUCSIsDingbats...
216 d pr extproc('xmlUCSIsDingbats')
217 d like(xmlCint)
218 d code value like(xmlCint)
219
220 d xmlUCSIsEnclosedAlphanumerics...
221 d pr extproc(
222 d 'xmlUCSIsEnclosedAlphanumerics')
223 d like(xmlCint)
224 d code value like(xmlCint)
225
226 d xmlUCSIsEnclosedCJKLettersandMonths...
227 d pr extproc(
228 d 'xmlUCSIsEnclosedCJKLettersandMonths'
229 d )
230 d like(xmlCint)
231 d code value like(xmlCint)
232
233 d xmlUCSIsEthiopic...
234 d pr extproc('xmlUCSIsEthiopic')
235 d like(xmlCint)
236 d code value like(xmlCint)
237
238 d xmlUCSIsGeneralPunctuation...
239 d pr extproc('xmlUCSIsGeneralPunctuation')
240 d like(xmlCint)
241 d code value like(xmlCint)
242
243 d xmlUCSIsGeometricShapes...
244 d pr extproc('xmlUCSIsGeometricShapes')
245 d like(xmlCint)
246 d code value like(xmlCint)
247
248 d xmlUCSIsGeorgian...
249 d pr extproc('xmlUCSIsGeorgian')
250 d like(xmlCint)
251 d code value like(xmlCint)
252
253 d xmlUCSIsGothic pr extproc('xmlUCSIsGothic')
254 d like(xmlCint)
255 d code value like(xmlCint)
256
257 d xmlUCSIsGreek pr extproc('xmlUCSIsGreek')
258 d like(xmlCint)
259 d code value like(xmlCint)
260
261 d xmlUCSIsGreekExtended...
262 d pr extproc('xmlUCSIsGreekExtended')
263 d like(xmlCint)
264 d code value like(xmlCint)
265
266 d xmlUCSIsGreekandCoptic...
267 d pr extproc('xmlUCSIsGreekandCoptic')
268 d like(xmlCint)
269 d code value like(xmlCint)
270
271 d xmlUCSIsGujarati...
272 d pr extproc('xmlUCSIsGujarati')
273 d like(xmlCint)
274 d code value like(xmlCint)
275
276 d xmlUCSIsGurmukhi...
277 d pr extproc('xmlUCSIsGurmukhi')
278 d like(xmlCint)
279 d code value like(xmlCint)
280
281 d xmlUCSIsHalfwidthandFullwidthForms...
282 d pr extproc(
283 d 'xmlUCSIsHalfwidthandFullwidthForms')
284 d like(xmlCint)
285 d code value like(xmlCint)
286
287 d xmlUCSIsHangulCompatibilityJamo...
288 d pr extproc(
289 d 'xmlUCSIsHangulCompatibilityJamo')
290 d like(xmlCint)
291 d code value like(xmlCint)
292
293 d xmlUCSIsHangulJamo...
294 d pr extproc('xmlUCSIsHangulJamo')
295 d like(xmlCint)
296 d code value like(xmlCint)
297
298 d xmlUCSIsHangulSyllables...
299 d pr extproc('xmlUCSIsHangulSyllables')
300 d like(xmlCint)
301 d code value like(xmlCint)
302
303 d xmlUCSIsHanunoo...
304 d pr extproc('xmlUCSIsHanunoo')
305 d like(xmlCint)
306 d code value like(xmlCint)
307
308 d xmlUCSIsHebrew pr extproc('xmlUCSIsHebrew')
309 d like(xmlCint)
310 d code value like(xmlCint)
311
312 d xmlUCSIsHighPrivateUseSurrogates...
313 d pr extproc(
314 d 'xmlUCSIsHighPrivateUseSurrogates')
315 d like(xmlCint)
316 d code value like(xmlCint)
317
318 d xmlUCSIsHighSurrogates...
319 d pr extproc('xmlUCSIsHighSurrogates')
320 d like(xmlCint)
321 d code value like(xmlCint)
322
323 d xmlUCSIsHiragana...
324 d pr extproc('xmlUCSIsHiragana')
325 d like(xmlCint)
326 d code value like(xmlCint)
327
328 d xmlUCSIsIPAExtensions...
329 d pr extproc('xmlUCSIsIPAExtensions')
330 d like(xmlCint)
331 d code value like(xmlCint)
332
333 d xmlUCSIsIdeographicDescriptionCharacters...
334 d pr extproc('xmlUCSIsIdeographicDescript-
335 d ionCharacters')
336 d like(xmlCint)
337 d code value like(xmlCint)
338
339 d xmlUCSIsKanbun pr extproc('xmlUCSIsKanbun')
340 d like(xmlCint)
341 d code value like(xmlCint)
342
343 d xmlUCSIsKangxiRadicals...
344 d pr extproc('xmlUCSIsKangxiRadicals')
345 d like(xmlCint)
346 d code value like(xmlCint)
347
348 d xmlUCSIsKannada...
349 d pr extproc('xmlUCSIsKannada')
350 d like(xmlCint)
351 d code value like(xmlCint)
352
353 d xmlUCSIsKatakana...
354 d pr extproc('xmlUCSIsKatakana')
355 d like(xmlCint)
356 d code value like(xmlCint)
357
358 d xmlUCSIsKatakanaPhoneticExtensions...
359 d pr extproc(
360 d 'xmlUCSIsKatakanaPhoneticExtensions')
361 d like(xmlCint)
362 d code value like(xmlCint)
363
364 d xmlUCSIsKhmer pr extproc('xmlUCSIsKhmer')
365 d like(xmlCint)
366 d code value like(xmlCint)
367
368 d xmlUCSIsKhmerSymbols...
369 d pr extproc('xmlUCSIsKhmerSymbols')
370 d like(xmlCint)
371 d code value like(xmlCint)
372
373 d xmlUCSIsLao pr extproc('xmlUCSIsLao')
374 d like(xmlCint)
375 d code value like(xmlCint)
376
377 d xmlUCSIsLatin1Supplement...
378 d pr extproc('xmlUCSIsLatin1Supplement')
379 d like(xmlCint)
380 d code value like(xmlCint)
381
382 d xmlUCSIsLatinExtendedA...
383 d pr extproc('xmlUCSIsLatinExtendedA')
384 d like(xmlCint)
385 d code value like(xmlCint)
386
387 d xmlUCSIsLatinExtendedB...
388 d pr extproc('xmlUCSIsLatinExtendedB')
389 d like(xmlCint)
390 d code value like(xmlCint)
391
392 d xmlUCSIsLatinExtendedAdditional...
393 d pr extproc(
394 d 'xmlUCSIsLatinExtendedAdditional')
395 d like(xmlCint)
396 d code value like(xmlCint)
397
398 d xmlUCSIsLetterlikeSymbols...
399 d pr extproc('xmlUCSIsLetterlikeSymbols')
400 d like(xmlCint)
401 d code value like(xmlCint)
402
403 d xmlUCSIsLimbu pr extproc('xmlUCSIsLimbu')
404 d like(xmlCint)
405 d code value like(xmlCint)
406
407 d xmlUCSIsLinearBIdeograms...
408 d pr extproc('xmlUCSIsLinearBIdeograms')
409 d like(xmlCint)
410 d code value like(xmlCint)
411
412 d xmlUCSIsLinearBSyllabary...
413 d pr extproc('xmlUCSIsLinearBSyllabary')
414 d like(xmlCint)
415 d code value like(xmlCint)
416
417 d xmlUCSIsLowSurrogates...
418 d pr extproc('xmlUCSIsLowSurrogates')
419 d like(xmlCint)
420 d code value like(xmlCint)
421
422 d xmlUCSIsMalayalam...
423 d pr extproc('xmlUCSIsMalayalam')
424 d like(xmlCint)
425 d code value like(xmlCint)
426
427 d xmlUCSIsMathematicalAlphanumericSymbols...
428 d pr extproc('xmlUCSIsMathematicalAlphanu-
429 d mericSymbols')
430 d like(xmlCint)
431 d code value like(xmlCint)
432
433 d xmlUCSIsMathematicalOperators...
434 d pr extproc(
435 d 'xmlUCSIsMathematicalOperators')
436 d like(xmlCint)
437 d code value like(xmlCint)
438
439 d xmlUCSIsMiscellaneousMathematicalSymbolsA...
440 d pr extproc('xmlUCSIsMiscellaneousMathem-
441 d aticalSymbolsA')
442 d like(xmlCint)
443 d code value like(xmlCint)
444
445 d xmlUCSIsMiscellaneousMathematicalSymbolsB...
446 d pr extproc('xmlUCSIsMiscellaneousMathem-
447 d aticalSymbolsB')
448 d like(xmlCint)
449 d code value like(xmlCint)
450
451 d xmlUCSIsMiscellaneousSymbols...
452 d pr extproc(
453 d 'xmlUCSIsMiscellaneousSymbols')
454 d like(xmlCint)
455 d code value like(xmlCint)
456
457 d xmlUCSIsMiscellaneousSymbolsandArrows...
458 d pr extproc('xmlUCSIsMiscellaneousSymbol-
459 d sandArrows')
460 d like(xmlCint)
461 d code value like(xmlCint)
462
463 d xmlUCSIsMiscellaneousTechnical...
464 d pr extproc(
465 d 'xmlUCSIsMiscellaneousTechnical')
466 d like(xmlCint)
467 d code value like(xmlCint)
468
469 d xmlUCSIsMongolian...
470 d pr extproc('xmlUCSIsMongolian')
471 d like(xmlCint)
472 d code value like(xmlCint)
473
474 d xmlUCSIsMusicalSymbols...
475 d pr extproc('xmlUCSIsMusicalSymbols')
476 d like(xmlCint)
477 d code value like(xmlCint)
478
479 d xmlUCSIsMyanmar...
480 d pr extproc('xmlUCSIsMyanmar')
481 d like(xmlCint)
482 d code value like(xmlCint)
483
484 d xmlUCSIsNumberForms...
485 d pr extproc('xmlUCSIsNumberForms')
486 d like(xmlCint)
487 d code value like(xmlCint)
488
489 d xmlUCSIsOgham pr extproc('xmlUCSIsOgham')
490 d like(xmlCint)
491 d code value like(xmlCint)
492
493 d xmlUCSIsOldItalic...
494 d pr extproc('xmlUCSIsOldItalic')
495 d like(xmlCint)
496 d code value like(xmlCint)
497
498 d xmlUCSIsOpticalCharacterRecognition...
499 d pr extproc(
500 d 'xmlUCSIsOpticalCharacterRecognition'
501 d )
502 d like(xmlCint)
503 d code value like(xmlCint)
504
505 d xmlUCSIsOriya pr extproc('xmlUCSIsOriya')
506 d like(xmlCint)
507 d code value like(xmlCint)
508
509 d xmlUCSIsOsmanya...
510 d pr extproc('xmlUCSIsOsmanya')
511 d like(xmlCint)
512 d code value like(xmlCint)
513
514 d xmlUCSIsPhoneticExtensions...
515 d pr extproc('xmlUCSIsPhoneticExtensions')
516 d like(xmlCint)
517 d code value like(xmlCint)
518
519 d xmlUCSIsPrivateUse...
520 d pr extproc('xmlUCSIsPrivateUse')
521 d like(xmlCint)
522 d code value like(xmlCint)
523
524 d xmlUCSIsPrivateUseArea...
525 d pr extproc('xmlUCSIsPrivateUseArea')
526 d like(xmlCint)
527 d code value like(xmlCint)
528
529 d xmlUCSIsRunic pr extproc('xmlUCSIsRunic')
530 d like(xmlCint)
531 d code value like(xmlCint)
532
533 d xmlUCSIsShavian...
534 d pr extproc('xmlUCSIsShavian')
535 d like(xmlCint)
536 d code value like(xmlCint)
537
538 d xmlUCSIsSinhala...
539 d pr extproc('xmlUCSIsSinhala')
540 d like(xmlCint)
541 d code value like(xmlCint)
542
543 d xmlUCSIsSmallFormVariants...
544 d pr extproc('xmlUCSIsSmallFormVariants')
545 d like(xmlCint)
546 d code value like(xmlCint)
547
548 d xmlUCSIsSpacingModifierLetters...
549 d pr extproc(
550 d 'xmlUCSIsSpacingModifierLetters')
551 d like(xmlCint)
552 d code value like(xmlCint)
553
554 d xmlUCSIsSpecials...
555 d pr extproc('xmlUCSIsSpecials')
556 d like(xmlCint)
557 d code value like(xmlCint)
558
559 d xmlUCSIsSuperscriptsandSubscripts...
560 d pr extproc(
561 d 'xmlUCSIsSuperscriptsandSubscripts')
562 d like(xmlCint)
563 d code value like(xmlCint)
564
565 d xmlUCSIsSupplementalArrowsA...
566 d pr extproc(
567 d 'xmlUCSIsSupplementalArrowsA')
568 d like(xmlCint)
569 d code value like(xmlCint)
570
571 d xmlUCSIsSupplementalArrowsB...
572 d pr extproc(
573 d 'xmlUCSIsSupplementalArrowsB')
574 d like(xmlCint)
575 d code value like(xmlCint)
576
577 d xmlUCSIsSupplementalMathematicalOperators...
578 d pr extproc('xmlUCSIsSupplementalMathema-
579 d ticalOperators')
580 d like(xmlCint)
581 d code value like(xmlCint)
582
583 d xmlUCSIsSupplementaryPrivateUseAreaA...
584 d pr extproc('xmlUCSIsSupplementaryPrivat-
585 d eUseAreaA')
586 d like(xmlCint)
587 d code value like(xmlCint)
588
589 d xmlUCSIsSupplementaryPrivateUseAreaB...
590 d pr extproc('xmlUCSIsSupplementaryPrivat-
591 d eUseAreaB')
592 d like(xmlCint)
593 d code value like(xmlCint)
594
595 d xmlUCSIsSyriac pr extproc('xmlUCSIsSyriac')
596 d like(xmlCint)
597 d code value like(xmlCint)
598
599 d xmlUCSIsTagalog...
600 d pr extproc('xmlUCSIsTagalog')
601 d like(xmlCint)
602 d code value like(xmlCint)
603
604 d xmlUCSIsTagbanwa...
605 d pr extproc('xmlUCSIsTagbanwa')
606 d like(xmlCint)
607 d code value like(xmlCint)
608
609 d xmlUCSIsTags pr extproc('xmlUCSIsTags')
610 d like(xmlCint)
611 d code value like(xmlCint)
612
613 d xmlUCSIsTaiLe pr extproc('xmlUCSIsTaiLe')
614 d like(xmlCint)
615 d code value like(xmlCint)
616
617 d xmlUCSIsTaiXuanJingSymbols...
618 d pr extproc('xmlUCSIsTaiXuanJingSymbols')
619 d like(xmlCint)
620 d code value like(xmlCint)
621
622 d xmlUCSIsTamil pr extproc('xmlUCSIsTamil')
623 d like(xmlCint)
624 d code value like(xmlCint)
625
626 d xmlUCSIsTelugu pr extproc('xmlUCSIsTelugu')
627 d like(xmlCint)
628 d code value like(xmlCint)
629
630 d xmlUCSIsThaana pr extproc('xmlUCSIsThaana')
631 d like(xmlCint)
632 d code value like(xmlCint)
633
634 d xmlUCSIsThai pr extproc('xmlUCSIsThai')
635 d like(xmlCint)
636 d code value like(xmlCint)
637
638 d xmlUCSIsTibetan...
639 d pr extproc('xmlUCSIsTibetan')
640 d like(xmlCint)
641 d code value like(xmlCint)
642
643 d xmlUCSIsUgaritic...
644 d pr extproc('xmlUCSIsUgaritic')
645 d like(xmlCint)
646 d code value like(xmlCint)
647
648 d xmlUCSIsUnifiedCanadianAboriginalSyllabics...
649 d pr extproc('xmlUCSIsUnifiedCanadianAbor-
650 d iginalSyllabics')
651 d like(xmlCint)
652 d code value like(xmlCint)
653
654 d xmlUCSIsVariationSelectors...
655 d pr extproc('xmlUCSIsVariationSelectors')
656 d like(xmlCint)
657 d code value like(xmlCint)
658
659 d xmlUCSIsVariationSelectorsSupplement...
660 d pr extproc('xmlUCSIsVariationSelectorsS-
661 d upplement')
662 d like(xmlCint)
663 d code value like(xmlCint)
664
665 d xmlUCSIsYiRadicals...
666 d pr extproc('xmlUCSIsYiRadicals')
667 d like(xmlCint)
668 d code value like(xmlCint)
669
670 d xmlUCSIsYiSyllables...
671 d pr extproc('xmlUCSIsYiSyllables')
672 d like(xmlCint)
673 d code value like(xmlCint)
674
675 d xmlUCSIsYijingHexagramSymbols...
676 d pr extproc(
677 d 'xmlUCSIsYijingHexagramSymbols')
678 d like(xmlCint)
679 d code value like(xmlCint)
680
681 d xmlUCSIsBlock pr extproc('xmlUCSIsBlock')
682 d like(xmlCint)
683 d code value like(xmlCint)
684 d block * value options(*string) const char *
685
686 d xmlUCSIsCatC pr extproc('xmlUCSIsCatC')
687 d like(xmlCint)
688 d code value like(xmlCint)
689
690 d xmlUCSIsCatCc pr extproc('xmlUCSIsCatCc')
691 d like(xmlCint)
692 d code value like(xmlCint)
693
694 d xmlUCSIsCatCf pr extproc('xmlUCSIsCatCf')
695 d like(xmlCint)
696 d code value like(xmlCint)
697
698 d xmlUCSIsCatCo pr extproc('xmlUCSIsCatCo')
699 d like(xmlCint)
700 d code value like(xmlCint)
701
702 d xmlUCSIsCatCs pr extproc('xmlUCSIsCatCs')
703 d like(xmlCint)
704 d code value like(xmlCint)
705
706 d xmlUCSIsCatL pr extproc('xmlUCSIsCatL')
707 d like(xmlCint)
708 d code value like(xmlCint)
709
710 d xmlUCSIsCatLl pr extproc('xmlUCSIsCatLl')
711 d like(xmlCint)
712 d code value like(xmlCint)
713
714 d xmlUCSIsCatLm pr extproc('xmlUCSIsCatLm')
715 d like(xmlCint)
716 d code value like(xmlCint)
717
718 d xmlUCSIsCatLo pr extproc('xmlUCSIsCatLo')
719 d like(xmlCint)
720 d code value like(xmlCint)
721
722 d xmlUCSIsCatLt pr extproc('xmlUCSIsCatLt')
723 d like(xmlCint)
724 d code value like(xmlCint)
725
726 d xmlUCSIsCatLu pr extproc('xmlUCSIsCatLu')
727 d like(xmlCint)
728 d code value like(xmlCint)
729
730 d xmlUCSIsCatM pr extproc('xmlUCSIsCatM')
731 d like(xmlCint)
732 d code value like(xmlCint)
733
734 d xmlUCSIsCatMc pr extproc('xmlUCSIsCatMc')
735 d like(xmlCint)
736 d code value like(xmlCint)
737
738 d xmlUCSIsCatMe pr extproc('xmlUCSIsCatMe')
739 d like(xmlCint)
740 d code value like(xmlCint)
741
742 d xmlUCSIsCatMn pr extproc('xmlUCSIsCatMn')
743 d like(xmlCint)
744 d code value like(xmlCint)
745
746 d xmlUCSIsCatN pr extproc('xmlUCSIsCatN')
747 d like(xmlCint)
748 d code value like(xmlCint)
749
750 d xmlUCSIsCatNd pr extproc('xmlUCSIsCatNd')
751 d like(xmlCint)
752 d code value like(xmlCint)
753
754 d xmlUCSIsCatNl pr extproc('xmlUCSIsCatNl')
755 d like(xmlCint)
756 d code value like(xmlCint)
757
758 d xmlUCSIsCatNo pr extproc('xmlUCSIsCatNo')
759 d like(xmlCint)
760 d code value like(xmlCint)
761
762 d xmlUCSIsCatP pr extproc('xmlUCSIsCatP')
763 d like(xmlCint)
764 d code value like(xmlCint)
765
766 d xmlUCSIsCatPc pr extproc('xmlUCSIsCatPc')
767 d like(xmlCint)
768 d code value like(xmlCint)
769
770 d xmlUCSIsCatPd pr extproc('xmlUCSIsCatPd')
771 d like(xmlCint)
772 d code value like(xmlCint)
773
774 d xmlUCSIsCatPe pr extproc('xmlUCSIsCatPe')
775 d like(xmlCint)
776 d code value like(xmlCint)
777
778 d xmlUCSIsCatPf pr extproc('xmlUCSIsCatPf')
779 d like(xmlCint)
780 d code value like(xmlCint)
781
782 d xmlUCSIsCatPi pr extproc('xmlUCSIsCatPi')
783 d like(xmlCint)
784 d code value like(xmlCint)
785
786 d xmlUCSIsCatPo pr extproc('xmlUCSIsCatPo')
787 d like(xmlCint)
788 d code value like(xmlCint)
789
790 d xmlUCSIsCatPs pr extproc('xmlUCSIsCatPs')
791 d like(xmlCint)
792 d code value like(xmlCint)
793
794 d xmlUCSIsCatS pr extproc('xmlUCSIsCatS')
795 d like(xmlCint)
796 d code value like(xmlCint)
797
798 d xmlUCSIsCatSc pr extproc('xmlUCSIsCatSc')
799 d like(xmlCint)
800 d code value like(xmlCint)
801
802 d xmlUCSIsCatSk pr extproc('xmlUCSIsCatSk')
803 d like(xmlCint)
804 d code value like(xmlCint)
805
806 d xmlUCSIsCatSm pr extproc('xmlUCSIsCatSm')
807 d like(xmlCint)
808 d code value like(xmlCint)
809
810 d xmlUCSIsCatSo pr extproc('xmlUCSIsCatSo')
811 d like(xmlCint)
812 d code value like(xmlCint)
813
814 d xmlUCSIsCatZ pr extproc('xmlUCSIsCatZ')
815 d like(xmlCint)
816 d code value like(xmlCint)
817
818 d xmlUCSIsCatZl pr extproc('xmlUCSIsCatZl')
819 d like(xmlCint)
820 d code value like(xmlCint)
821
822 d xmlUCSIsCatZp pr extproc('xmlUCSIsCatZp')
823 d like(xmlCint)
824 d code value like(xmlCint)
825
826 d xmlUCSIsCatZs pr extproc('xmlUCSIsCatZs')
827 d like(xmlCint)
828 d code value like(xmlCint)
829
830 d xmlUCSIsCat pr extproc('xmlUCSIsCat')
831 d like(xmlCint)
832 d code value like(xmlCint)
833 d cat * value options(*string) const char *
834
835 /endif LIBXML_UNICODE_ENBLD
836 /endif XML_UNICODE_H__
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette