Home
last modified time | relevance | path

Searched defs:sep_len (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Objects/stringlib/
Dpartition.h14 const STRINGLIB_CHAR* sep, Py_ssize_t sep_len) in stringlib_partition()
64 const STRINGLIB_CHAR* sep, Py_ssize_t sep_len) in stringlib_rpartition()
Dsplit.h150 const STRINGLIB_CHAR* sep, Py_ssize_t sep_len, in stringlib_split()
292 const STRINGLIB_CHAR* sep, Py_ssize_t sep_len, in stringlib_rsplit()
/external/grpc-grpc/src/core/lib/slice/
Dslice_string_helpers.cc46 const size_t sep_len = strlen(sep); in slice_find_separator_offset() local
73 const size_t sep_len = strlen(sep); in grpc_slice_split_inner() local
/external/tensorflow/tensorflow/core/kernels/fuzzing/
Dstring_split_v2_fuzz.cc42 size_t sep_len = static_cast<size_t>(data[0]) % kMaxSepSize; in FuzzImpl() local
/external/grpc-grpc/src/core/lib/gpr/
Dstring.cc233 const size_t sep_len = strlen(sep); in gpr_strjoin_sep() local
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_helpers.c962 size_t sep_len; in wpas_dbus_new_decompose_object_path() local
/external/python/cpython2/Objects/
Dstringobject.c1497 Py_ssize_t sep_len; in string_partition() local
1528 Py_ssize_t sep_len; in string_rpartition() local