Searched refs:string_find (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/third_party/lunit/ |
D | lunit.lua | 51 local string_find = string.find 257 if not string_find(actual, pattern) then 273 if string_find(actual, pattern) then 315 if not string_find(errmsg, pattern) then 630 if string_find(name, pat) then
|
/external/starlark-go/starlark/ |
D | library.go | 111 "find": NewBuiltin("find", string_find), 1646 func string_find(_ *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func
|
/external/python/cpython2/Objects/ |
D | stringobject.c | 1759 string_find(PyStringObject *self, PyObject *args) in string_find() function 3654 {"find", (PyCFunction)string_find, METH_VARARGS, find__doc__},
|