Lines Matching defs:c
64 #define xmlIsBaseChar_ch(c) (((0x41 <= (c)) && ((c) <= 0x5a)) || \ argument
76 #define xmlIsBaseCharQ(c) (((c) < 0x100) ? \ argument
88 #define xmlIsBlank_ch(c) (((c) == 0x20) || \ argument
98 #define xmlIsBlankQ(c) (((c) < 0x100) ? \ argument
108 #define xmlIsChar_ch(c) (((0x9 <= (c)) && ((c) <= 0xa)) || \ argument
118 #define xmlIsCharQ(c) (((c) < 0x100) ? \ argument
132 #define xmlIsCombiningQ(c) (((c) < 0x100) ? \ argument
144 #define xmlIsDigit_ch(c) (((0x30 <= (c)) && ((c) <= 0x39))) argument
152 #define xmlIsDigitQ(c) (((c) < 0x100) ? \ argument
164 #define xmlIsExtender_ch(c) (((c) == 0xb7)) argument
172 #define xmlIsExtenderQ(c) (((c) < 0x100) ? \ argument
184 #define xmlIsIdeographicQ(c) (((c) < 0x100) ? \ argument
199 #define xmlIsPubidChar_ch(c) (xmlIsPubidChar_tab[(c)]) argument
207 #define xmlIsPubidCharQ(c) (((c) < 0x100) ? \ argument