Searched refs:CUR_CHAR (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DHTMLparser.c338 #define CUR_CHAR(l) htmlCurrentChar(ctxt, &l) macro
2456 c = CUR_CHAR(l);
2475 c = CUR_CHAR(l);
2600 c = CUR_CHAR(l);
2840 cur = CUR_CHAR(l);
2886 cur = CUR_CHAR(l);
2926 cur = CUR_CHAR(l);
2960 cur = CUR_CHAR(l);
2964 cur = CUR_CHAR(l);
3108 cur = CUR_CHAR(
[all...]
H A Dparser.c1801 * CUR_CHAR(l) returns the current unicode character (int), set l
1898 #define CUR_CHAR(l) xmlCurrentChar(ctxt, &l) macro
3061 c = CUR_CHAR(l);
3087 c = CUR_CHAR(l);
3117 c = CUR_CHAR(l);
3127 c = CUR_CHAR(l);
3143 c = CUR_CHAR(l);
3222 c = CUR_CHAR(l);
3238 c = CUR_CHAR(l);
3446 c = CUR_CHAR(
[all...]
H A Dxpath.c2627 #define CUR_CHAR(l) xmlXPathCurrentChar(ctxt, &l) macro
9858 c = CUR_CHAR(l);
9875 c = CUR_CHAR(l);
9904 c = CUR_CHAR(l);
10437 c = CUR_CHAR(l);
10452 c = CUR_CHAR(l);
/external/libxml2/
H A DHTMLparser.c338 #define CUR_CHAR(l) htmlCurrentChar(ctxt, &l) macro
2456 c = CUR_CHAR(l);
2475 c = CUR_CHAR(l);
2600 c = CUR_CHAR(l);
2840 cur = CUR_CHAR(l);
2886 cur = CUR_CHAR(l);
2928 cur = CUR_CHAR(l);
2962 cur = CUR_CHAR(l);
2966 cur = CUR_CHAR(l);
3110 cur = CUR_CHAR(
[all...]
H A Dparser.c1932 * CUR_CHAR(l) returns the current unicode character (int), set l
2029 #define CUR_CHAR(l) xmlCurrentChar(ctxt, &l) macro
3180 c = CUR_CHAR(l);
3206 c = CUR_CHAR(l);
3234 c = CUR_CHAR(l);
3244 c = CUR_CHAR(l);
3258 c = CUR_CHAR(l);
3337 c = CUR_CHAR(l);
3351 c = CUR_CHAR(l);
3555 c = CUR_CHAR(
[all...]
H A Dxpath.c2671 #define CUR_CHAR(l) xmlXPathCurrentChar(ctxt, &l) macro
9905 c = CUR_CHAR(l);
9922 c = CUR_CHAR(l);
9951 c = CUR_CHAR(l);
10491 c = CUR_CHAR(l);
10506 c = CUR_CHAR(l);

Completed in 220 milliseconds