Searched refs:NXT (Results 1 - 8 of 8) sorted by relevance

/external/libxml2/
H A DHTMLparser.c220 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
241 #define NXT(val) ctxt->input->cur[(val)] macro
266 #define NXT(val) ctxt->input->cur[(val)] macro
2236 if (!IS_ASCII_LETTER(NXT(1)) && (NXT(1) != '_') &&
2237 (NXT(1) != ':')) return(NULL);
2240 ((IS_ASCII_LETTER(NXT(1+i))) || (IS_ASCII_DIGIT(NXT(1+i))) ||
2241 (NXT(1+i) == ':') || (NXT(
[all...]
H A Dparser.c1773 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
1794 #define NXT(val) ctxt->input->cur[(val)] macro
2027 if ((RAW == '&') && (NXT(1) == '#') &&
2028 (NXT(2) == 'x')) {
2059 } else if ((RAW == '&') && (NXT(1) == '#')) {
2333 if (IS_BLANK_CH(NXT(1)) || NXT(1) == 0)
2416 start[1] = NXT(1);
2417 start[2] = NXT(2);
2418 start[3] = NXT(
[all...]
H A Dxpath.c2612 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
2625 #define NXT(val) ctxt->cur[(val)] macro
10357 } else if (IS_ASCII_DIGIT(CUR) || (CUR == '.' && IS_ASCII_DIGIT(NXT(1)))) {
10471 (CUR == '.' && IS_ASCII_DIGIT(NXT(1)))) {
10510 while (NXT(len) != 0) {
10511 if (NXT(len) == '/') {
10519 } else if (IS_BLANK_CH(NXT(len))) {
10522 } else if (NXT(len) == ':') {
10529 } else if ((NXT(len) == '(')) {
10545 } else if ((NXT(le
[all...]
H A Dpattern.c714 #define NXT(val) ctxt->cur[(val)] macro
1236 if ((CUR == '/') && (NXT(1) == '/')) {
1240 } else if ((CUR == '.') && (NXT(1) == '/') && (NXT(2) == '/')) {
1282 if (NXT(1) == '/') {
H A Dxpointer.c890 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
903 #define NXT(val) ctxt->cur[(val)] macro
1222 if ((name == NULL) && (CUR == '/') && (NXT(1) != '1')) {
H A Dxmlregexp.c52 #define NXT(index) (ctxt->cur[index]) macro
4958 if ((start == '-') && (NXT(1) != ']') && (PREV != '[') && (PREV != '^')) {
4964 if ((cur != '-') || (NXT(1) == ']')) {
5042 } else if ((CUR == '-') && (NXT(1) == '[')) {
/external/libxslt/libxslt/
H A Dpattern.c1227 #define NXT(val) ctxt->cur[(val)] macro
1715 if ((CUR == '/') && (NXT(1) == '/')) {
1754 if ((CUR == '/') && (NXT(1) == '/')) {
1790 if ((CUR == '/') && (NXT(1) == '/')) {
H A Dxslt.c6750 #define NXT(val) cur[(val)] macro
6780 if ((CUR == 't') && (NXT(1) == 'y') && (NXT(2) == 'p') &&
6781 (NXT(3) == 'e')) {
6807 } else if ((CUR == 'h') && (NXT(1) == 'r') && (NXT(2) == 'e') &&
6808 (NXT(3) == 'f')) {

Completed in 194 milliseconds