Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dunicodeobject.c858 #define BLOOM(mask, ch) ((mask & (1UL << ((ch) & (BLOOM_WIDTH - 1))))) macro
862 (BLOOM(bloom_linebreak, (ch)) && Py_UNICODE_ISLINEBREAK(ch)))
12533 if (!BLOOM(sepmask, ch)) in _PyUnicode_XStrip()
12546 if (!BLOOM(sepmask, ch)) in _PyUnicode_XStrip()

Completed in 18 milliseconds