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

/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dlexer.h413 Bool TY_(IsNewline)(uint c);
H A Dconfig.c587 while ( TY_(IsWhite)(config->c) && !TY_(IsNewline)(config->c) )
H A Dlexer.c197 Bool TY_(IsNewline)(uint c) function
/macosx-10.9.5/ruby-104/ruby/enc/
H A Dmktable.c1100 static int IsNewline(int enc ARG_UNUSED, int c) function
1119 if (IsNewline(enc, c)) val |= BIT_CTYPE_NEWLINE;

Completed in 177 milliseconds