Searched refs:BLOOM_MEMBER (Results 1 – 1 of 1) sorted by relevance
254 #define BLOOM_MEMBER(mask, chr, set, setlen) \ macro7074 while (i < len && BLOOM_MEMBER(sepmask, s[i], sep, seplen)) { in _PyUnicode_XStrip()7083 } while (j >= i && BLOOM_MEMBER(sepmask, s[j], sep, seplen)); in _PyUnicode_XStrip()