Searched refs:IS_CHAR (Results 1 - 25 of 41) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A DparserInternals.h66 * IS_CHAR:
75 #define IS_CHAR(c) xmlIsCharQ(c) macro
81 * Behaves like IS_CHAR on single-byte value
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A DparserInternals.h66 * IS_CHAR:
75 #define IS_CHAR(c) xmlIsCharQ(c) macro
81 * Behaves like IS_CHAR on single-byte value
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DparserInternals.in.h66 * IS_CHAR:
75 #define IS_CHAR(c) xmlIsCharQ(c) macro
81 * Behaves like IS_CHAR on single-byte value
H A Dpattern.c760 while ((IS_CHAR(val)) && (val != '"')) {
764 if (!IS_CHAR(val)) {
779 while ((IS_CHAR(val)) && (val != '\'')) {
783 if (!IS_CHAR(val)) {
H A DHTMLparser.c366 if (!IS_CHAR(val)) {
2749 (IS_CHAR(cur))) {
2918 while (IS_CHAR(cur) && (cur != '>')) {
3010 while (IS_CHAR(cur) &&
3040 if (!IS_CHAR(cur)) {
3115 * Check the value IS_CHAR ...
3117 if (IS_CHAR(val)) {
H A DparserInternals.c678 if (!IS_CHAR(val)) {
804 if (!IS_CHAR(val)) {
H A Dxmlsave.c286 if (!IS_CHAR(val)) {
1831 if ((l == 1) || (!IS_CHAR(val))) {
H A Dentities.c605 if ((l == 1) || (!IS_CHAR(val))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DparserInternals.h66 * IS_CHAR:
75 #define IS_CHAR(c) xmlIsCharQ(c) macro
81 * Behaves like IS_CHAR on single-byte value
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DparserInternals.in.h66 * IS_CHAR:
75 #define IS_CHAR(c) xmlIsCharQ(c) macro
81 * Behaves like IS_CHAR on single-byte value
H A Dpattern.c760 while ((IS_CHAR(val)) && (val != '"')) {
764 if (!IS_CHAR(val)) {
779 while ((IS_CHAR(val)) && (val != '\'')) {
783 if (!IS_CHAR(val)) {
H A DHTMLparser.c366 if (!IS_CHAR(val)) {
2749 (IS_CHAR(cur))) {
2918 while (IS_CHAR(cur) && (cur != '>')) {
3010 while (IS_CHAR(cur) &&
3040 if (!IS_CHAR(cur)) {
3115 * Check the value IS_CHAR ...
3117 if (IS_CHAR(val)) {
H A DparserInternals.c678 if (!IS_CHAR(val)) {
804 if (!IS_CHAR(val)) {
H A Dxmlsave.c286 if (!IS_CHAR(val)) {
1831 if ((l == 1) || (!IS_CHAR(val))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dpattern.c760 while ((IS_CHAR(val)) && (val != '"')) {
764 if (!IS_CHAR(val)) {
779 while ((IS_CHAR(val)) && (val != '\'')) {
783 if (!IS_CHAR(val)) {
H A Dparser.c2089 if ((IS_CHAR(val) && (outofrange == 0))) {
2180 if ((IS_CHAR(val) && (outofrange == 0))) {
3495 while ((IS_CHAR(c)) && ((c != stop) || /* checked */
3629 (IS_CHAR(c)) && (c != '<')) {
3766 if ((c != 0) && (!IS_CHAR(c))) {
3867 while ((IS_CHAR(cur)) && (cur != stop)) { /* checked */
3897 if (!IS_CHAR(cur)) {
4195 (IS_CHAR(cur))) /* test also done in xmlCurrentChar() */ {
4252 if ((cur != 0) && (!IS_CHAR(cur))) {
4381 if (!IS_CHAR(
[all...]
H A DHTMLparser.c366 if (!IS_CHAR(val)) {
2778 if (!(IS_CHAR(cur))) {
2957 while (IS_CHAR(cur) && (cur != '>')) {
3049 while (IS_CHAR(cur) &&
3079 if (!IS_CHAR(cur)) {
3154 * Check the value IS_CHAR ...
3156 if (IS_CHAR(val)) {
H A Dxmlsave.c286 if (!IS_CHAR(val)) {
1968 if ((l == 1) || (!IS_CHAR(val))) {
H A DparserInternals.c683 if (!IS_CHAR(val)) {
816 if (!IS_CHAR(val)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dpattern.c760 while ((IS_CHAR(val)) && (val != '"')) {
764 if (!IS_CHAR(val)) {
779 while ((IS_CHAR(val)) && (val != '\'')) {
783 if (!IS_CHAR(val)) {
H A Dparser.c2089 if ((IS_CHAR(val) && (outofrange == 0))) {
2180 if ((IS_CHAR(val) && (outofrange == 0))) {
3495 while ((IS_CHAR(c)) && ((c != stop) || /* checked */
3629 (IS_CHAR(c)) && (c != '<')) {
3766 if ((c != 0) && (!IS_CHAR(c))) {
3867 while ((IS_CHAR(cur)) && (cur != stop)) { /* checked */
3897 if (!IS_CHAR(cur)) {
4195 (IS_CHAR(cur))) /* test also done in xmlCurrentChar() */ {
4252 if ((cur != 0) && (!IS_CHAR(cur))) {
4381 if (!IS_CHAR(
[all...]
H A DHTMLparser.c366 if (!IS_CHAR(val)) {
2778 if (!(IS_CHAR(cur))) {
2957 while (IS_CHAR(cur) && (cur != '>')) {
3049 while (IS_CHAR(cur) &&
3079 if (!IS_CHAR(cur)) {
3154 * Check the value IS_CHAR ...
3156 if (IS_CHAR(val)) {
H A DparserInternals.c683 if (!IS_CHAR(val)) {
816 if (!IS_CHAR(val)) {
H A Dxmlsave.c286 if (!IS_CHAR(val)) {
1968 if ((l == 1) || (!IS_CHAR(val))) {
H A Dentities.c661 if ((l == 1) || (!IS_CHAR(val))) {

Completed in 384 milliseconds

12