Home
last modified time | relevance | path

Searched refs:FAST_RSEARCH (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Objects/stringlib/
Dfastsearch.h24 #define FAST_RSEARCH 2 macro
537 else if (mode == FAST_RSEARCH) in FASTSEARCH()
554 if (mode != FAST_RSEARCH) { in FASTSEARCH()
Dfind.h37 pos = FASTSEARCH(str, str_len, sub, sub_len, -1, FAST_RSEARCH); in STRINGLIB()
Dpartition.h87 pos = FASTSEARCH(str, str_len, sep, sep_len, -1, FAST_RSEARCH); in STRINGLIB()
Dsplit.h308 pos = FASTSEARCH(str, j, sep, sep_len, -1, FAST_RSEARCH); in STRINGLIB()