Home
last modified time | relevance | path

Searched refs:FASTSEARCH (Results 1 - 14 of 14) sorted by relevance

/third_party/python/Objects/stringlib/
H A Dfind.h18 pos = FASTSEARCH(str, str_len, sub, sub_len, -1, FAST_SEARCH); in find()
37 pos = FASTSEARCH(str, str_len, sub, sub_len, -1, FAST_RSEARCH); in rfind()
H A Dpartition.h30 pos = FASTSEARCH(str, str_len, sep, sep_len, -1, FAST_SEARCH); in partition()
87 pos = FASTSEARCH(str, str_len, sep, sep_len, -1, FAST_RSEARCH); in rpartition()
H A Dundef.h1 #undef FASTSEARCH macro
H A Dcount.h19 count = FASTSEARCH(str, str_len, sub, sub_len, maxcount, FAST_COUNT); in count()
H A Ducs4lib.h6 #define FASTSEARCH ucs4lib_fastsearch macro
H A Ducs2lib.h6 #define FASTSEARCH ucs2lib_fastsearch macro
H A Ducs1lib.h6 #define FASTSEARCH ucs1lib_fastsearch macro
H A Dasciilib.h6 #define FASTSEARCH asciilib_fastsearch macro
H A Dreplace.h31 use FASTSEARCH() or memchr() */ in replace_1char_inplace()
41 i = FASTSEARCH(s, end - s, &ch1, 1, 0, FAST_SEARCH); in replace_1char_inplace()
H A Dstringdefs.h9 #define FASTSEARCH fastsearch macro
H A Dunicodedefs.h9 #define FASTSEARCH fastsearch macro
H A Dsplit.h166 pos = FASTSEARCH(str+i, str_len-i, sep, sep_len, -1, FAST_SEARCH); in split()
308 pos = FASTSEARCH(str, j, sep, sep_len, -1, FAST_RSEARCH); in rsplit()
H A Dfastsearch.h739 FASTSEARCH(const STRINGLIB_CHAR* s, Py_ssize_t n, in FASTSEARCH() function
/third_party/python/Objects/
H A Dbytes_methods.c430 #define FASTSEARCH fastsearch macro

Completed in 6 milliseconds