Home
last modified time | relevance | path

Searched refs:STRINGLIB_ISLINEBREAK (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Objects/stringlib/
Dunicodedefs.h15 #define STRINGLIB_ISLINEBREAK BLOOM_LINEBREAK macro
Dstringdefs.h15 #define STRINGLIB_ISLINEBREAK(x) ((x == '\n') || (x == '\r')) macro
Dsplit.h363 while (i < str_len && !STRINGLIB_ISLINEBREAK(str[i])) in stringlib_splitlines()
/external/python/cpython2/Objects/
Dbytearrayobject.c1122 #define STRINGLIB_ISLINEBREAK(x) ((x == '\n') || (x == '\r')) macro