Searched refs:IsBlank (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dparser.h56 Bool TY_(IsBlank)(Lexer *lexer, Node *node);
H A Dclean.c2094 if ( (TY_(nodeIsText)(child) && !TY_(IsBlank)(doc->lexer, node))
H A Dparser.c442 Bool TY_(IsBlank)(Lexer *lexer, Node *node) function
3902 if ((TY_(nodeIsText)(node) && !TY_(IsBlank)(doc->lexer, node)) ||
3946 if ((TY_(nodeIsText)(block) && !TY_(IsBlank)(doc->lexer, block)) ||
/macosx-10.9.5/ruby-104/ruby/enc/
H A Dmktable.c264 static int IsBlank(int enc, int c) function
1121 if (IsBlank (enc, c)) val |= BIT_CTYPE_BLANK;

Completed in 134 milliseconds