Home
last modified time | relevance | path

Searched defs:is_xml_legal (Results 1 – 3 of 3) sorted by relevance

/dports/audio/festival/speech_tools/include/rxp/
H A Dctype16.h38 #define is_xml_legal(c) (xml_char_map[(int)(c) & 0xff] & xml_legal) macro
47 #define is_xml_legal(c) (c < 0x110000 && (c >= 0x10000 || (xml_char_map[c] & xml_legal))) macro
/dports/textproc/rxp/rxp-1.4.4/
H A Dctype16.h26 #define is_xml_legal(c,map) (map[(int)(c) & 0xff] & xml_legal) macro
39 #define is_xml_legal(c, map) \ macro
/dports/textproc/ltxml/ltxml-1.2.9/RXP/include/
H A Dctype16.h26 #define is_xml_legal(c,map) (map[(int)(c) & 0xff] & xml_legal) macro
41 #define is_xml_legal(c, map) \ macro