Home
last modified time | relevance | path

Searched refs:BLOOM_LINEBREAK (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/stringlib/
Dunicodedefs.h15 #define STRINGLIB_ISLINEBREAK BLOOM_LINEBREAK
/external/python/cpython2/Objects/
Dunicodeobject.c225 #define BLOOM_LINEBREAK(ch) \ macro