Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c254 #define BLOOM_MEMBER(mask, chr, set, setlen) \ macro
7079 while (i < len && BLOOM_MEMBER(sepmask, s[i], sep, seplen)) { in _PyUnicode_XStrip()
7088 } while (j >= i && BLOOM_MEMBER(sepmask, s[j], sep, seplen)); in _PyUnicode_XStrip()