Searched refs:FAST_RSEARCH (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Objects/stringlib/ |
D | fastsearch.h | 24 #define FAST_RSEARCH 2 macro 537 else if (mode == FAST_RSEARCH) in FASTSEARCH() 554 if (mode != FAST_RSEARCH) { in FASTSEARCH()
|
D | find.h | 37 pos = FASTSEARCH(str, str_len, sub, sub_len, -1, FAST_RSEARCH); in STRINGLIB()
|
D | partition.h | 87 pos = FASTSEARCH(str, str_len, sep, sep_len, -1, FAST_RSEARCH); in STRINGLIB()
|
D | split.h | 308 pos = FASTSEARCH(str, j, sep, sep_len, -1, FAST_RSEARCH); in STRINGLIB()
|