Home | History | Annotate | Download | only in libxml2

Lines Matching refs:IS_CHAR_CH

10117 	while ((IS_CHAR_CH(CUR)) && (CUR != '"'))
10119 if (!IS_CHAR_CH(CUR)) {
10128 while ((IS_CHAR_CH(CUR)) && (CUR != '\''))
10130 if (!IS_CHAR_CH(CUR)) {
10161 while ((IS_CHAR_CH(CUR)) && (CUR != '"'))
10163 if (!IS_CHAR_CH(CUR)) {
10172 while ((IS_CHAR_CH(CUR)) && (CUR != '\''))
10174 if (!IS_CHAR_CH(CUR)) {