Home
last modified time | relevance | path

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

/third_party/python/Objects/stringlib/
Dreplace.h41 i = FASTSEARCH(s, end - s, &ch1, 1, 0, FAST_SEARCH); in STRINGLIB()
Dfastsearch.h23 #define FAST_SEARCH 1 macro
535 if (mode == FAST_SEARCH) in FASTSEARCH()
560 if (mode == FAST_SEARCH) { in FASTSEARCH()
Dpartition.h30 pos = FASTSEARCH(str, str_len, sep, sep_len, -1, FAST_SEARCH); in STRINGLIB()
Dfind.h18 pos = FASTSEARCH(str, str_len, sub, sub_len, -1, FAST_SEARCH); in STRINGLIB()
Dsplit.h166 pos = FASTSEARCH(str+i, str_len-i, sep, sep_len, -1, FAST_SEARCH); in STRINGLIB()