Searched refs:FAST_SEARCH (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Objects/stringlib/ |
D | replace.h | 41 i = FASTSEARCH(s, end - s, &ch1, 1, 0, FAST_SEARCH); in STRINGLIB()
|
D | fastsearch.h | 23 #define FAST_SEARCH 1 macro 535 if (mode == FAST_SEARCH) in FASTSEARCH() 560 if (mode == FAST_SEARCH) { in FASTSEARCH()
|
D | partition.h | 30 pos = FASTSEARCH(str, str_len, sep, sep_len, -1, FAST_SEARCH); in STRINGLIB()
|
D | find.h | 18 pos = FASTSEARCH(str, str_len, sub, sub_len, -1, FAST_SEARCH); in STRINGLIB()
|
D | split.h | 166 pos = FASTSEARCH(str+i, str_len-i, sep, sep_len, -1, FAST_SEARCH); in STRINGLIB()
|