| 11 | | extern (C) int xmlIsPubidChar(uint ch); |
|---|
| 12 | | extern (C) int xmlIsIdeographic(uint ch); |
|---|
| 13 | | extern (C) int xmlIsExtender(uint ch); |
|---|
| 14 | | extern (C) int xmlIsDigit(uint ch); |
|---|
| 15 | | extern (C) int xmlIsCombining(uint ch); |
|---|
| 16 | | extern (C) int xmlIsChar(uint ch); |
|---|
| 17 | | extern (C) int xmlIsBlank(uint ch); |
|---|
| 18 | | extern (C) int xmlIsBaseChar(uint ch); |
|---|
| 19 | | extern (C) int xmlCharInRange(uint val, _xmlChRangeGroup * group); |
|---|
| | 12 | extern (C) int xmlIsPubidChar(uint); |
|---|
| | 13 | extern (C) int xmlIsIdeographic(uint); |
|---|
| | 14 | extern (C) int xmlIsExtender(uint); |
|---|
| | 15 | extern (C) int xmlIsDigit(uint); |
|---|
| | 16 | extern (C) int xmlIsCombining(uint); |
|---|
| | 17 | extern (C) int xmlIsChar(uint); |
|---|
| | 18 | extern (C) int xmlIsBlank(uint); |
|---|
| | 19 | extern (C) int xmlIsBaseChar(uint); |
|---|
| | 20 | extern (C) int xmlCharInRange(uint, _xmlChRangeGroup *); |
|---|
| 34 | | extern (C) char [256] xmlIsPubidChar_tab; |
|---|
| 35 | | extern (C) _xmlChRangeGroup xmlIsIdeographicGroup; |
|---|
| 36 | | extern (C) _xmlChRangeGroup xmlIsExtenderGroup; |
|---|
| 37 | | extern (C) _xmlChRangeGroup xmlIsDigitGroup; |
|---|
| 38 | | extern (C) _xmlChRangeGroup xmlIsCombiningGroup; |
|---|
| 39 | | extern (C) _xmlChRangeGroup xmlIsCharGroup; |
|---|
| 40 | | extern (C) _xmlChRangeGroup xmlIsBaseCharGroup; |
|---|
| | 35 | extern (C) extern char [256] xmlIsPubidChar_tab; |
|---|
| | 36 | extern (C) extern _xmlChRangeGroup xmlIsIdeographicGroup; |
|---|
| | 37 | extern (C) extern _xmlChRangeGroup xmlIsExtenderGroup; |
|---|
| | 38 | extern (C) extern _xmlChRangeGroup xmlIsDigitGroup; |
|---|
| | 39 | extern (C) extern _xmlChRangeGroup xmlIsCombiningGroup; |
|---|
| | 40 | extern (C) extern _xmlChRangeGroup xmlIsCharGroup; |
|---|
| | 41 | extern (C) extern _xmlChRangeGroup xmlIsBaseCharGroup; |
|---|