Searched refs:sepmask (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | unicodeobject.c | 7062 BLOOM_MASK sepmask = make_bloom_mask(sep, seplen); in _PyUnicode_XStrip() local 7066 while (i < len && BLOOM_MEMBER(sepmask, s[i], sep, seplen)) { in _PyUnicode_XStrip() 7075 } while (j >= i && BLOOM_MEMBER(sepmask, s[j], sep, seplen)); in _PyUnicode_XStrip()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | unicodeobject.c | 6954 BLOOM_MASK sepmask = make_bloom_mask(sep, seplen); in _PyUnicode_XStrip() local 6958 while (i < len && BLOOM_MEMBER(sepmask, s[i], sep, seplen)) { in _PyUnicode_XStrip() 6967 } while (j >= i && BLOOM_MEMBER(sepmask, s[j], sep, seplen)); in _PyUnicode_XStrip()
|