Searched refs:IS_BLANK_NODE (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libxslt/libxslt/
H A Dxslt.c110 #ifdef IS_BLANK_NODE
111 #undef IS_BLANK_NODE macro
113 #define IS_BLANK_NODE(n) \ macro
3159 if (IS_BLANK_NODE(cur->prev)) {
3545 if (IS_BLANK_NODE(cur)) {
4084 (! IS_BLANK_NODE(child)))
5575 (IS_BLANK_NODE(child)))
6066 if (IS_BLANK_NODE(cur)) {
6082 if (IS_BLANK_NODE(cur)) {
H A Dattributes.c75 #define IS_BLANK_NODE(n) \ macro
H A Dtransform.c77 #define IS_BLANK_NODE(n) \ macro
4839 if ((IS_BLANK_NODE(cur)) &&
5737 if (IS_BLANK_NODE(cur))
/external/chromium_org/third_party/libxml/src/
H A Drelaxng.c3357 #define IS_BLANK_NODE(n) (xmlRelaxNGIsBlank((n)->content)) macro
7371 if (IS_BLANK_NODE(cur)) {
8514 (IS_BLANK_NODE(node)))))) {
H A Dxmlschemas.c4974 #define IS_BLANK_NODE(n) \ macro
9533 if (IS_BLANK_NODE(cur)) {
/external/libxml2/
H A Drelaxng.c3358 #define IS_BLANK_NODE(n) (xmlRelaxNGIsBlank((n)->content)) macro
7372 if (IS_BLANK_NODE(cur)) {
8515 (IS_BLANK_NODE(node)))))) {
H A Dxmlschemas.c4993 #define IS_BLANK_NODE(n) \ macro
9552 if (IS_BLANK_NODE(cur)) {

Completed in 422 milliseconds