Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c229 Py_LOCAL_INLINE(BLOOM_MASK) make_bloom_mask(Py_UNICODE* ptr, Py_ssize_t len) in make_bloom_mask() function
7075 BLOOM_MASK sepmask = make_bloom_mask(sep, seplen); in _PyUnicode_XStrip()
8960 bloom_linebreak = make_bloom_mask( in _PyUnicode_Init()