Home
last modified time | relevance | path

Searched refs:subobj (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Objects/
Dbytes_methods.c454 PyObject **subobj, char *byte, in parse_args_finds_byte() argument
465 *subobj = tmp_subobj; in parse_args_finds_byte()
486 *subobj = NULL; in parse_args_finds_byte()
510 PyObject *subobj; in find_internal() local
519 &subobj, &byte, &start, &end)) in find_internal()
522 if (subobj) { in find_internal()
523 if (PyObject_GetBuffer(subobj, &subbuf, PyBUF_SIMPLE) != 0) in find_internal()
560 if (subobj) in find_internal()
776 PyObject *subobj; in _Py_bytes_tailmatch() local
779 if (!stringlib_parse_args_finds(function_name, args, &subobj, &start, &end)) in _Py_bytes_tailmatch()
[all …]
Dunicodeobject.c13960 PyObject *subobj; in unicode_startswith() local
13966 if (!stringlib_parse_args_finds("startswith", args, &subobj, &start, &end)) in unicode_startswith()
13968 if (PyTuple_Check(subobj)) { in unicode_startswith()
13970 for (i = 0; i < PyTuple_GET_SIZE(subobj); i++) { in unicode_startswith()
13971 substring = PyTuple_GET_ITEM(subobj, i); in unicode_startswith()
13989 if (!PyUnicode_Check(subobj)) { in unicode_startswith()
13992 "a tuple of str, not %.100s", Py_TYPE(subobj)->tp_name); in unicode_startswith()
13995 result = tailmatch(self, subobj, start, end, -1); in unicode_startswith()
14014 PyObject *subobj; in unicode_endswith() local
14020 if (!stringlib_parse_args_finds("endswith", args, &subobj, &start, &end)) in unicode_endswith()
[all …]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
DULocaleCollationTest.java218 Object subobj = sub.get(obj); in checkService() local
219 checkObject(requestedLocale, subobj, "gt", "ge"); in checkService()
227 Object subobj = sub.get(obj); in checkService() local
230 checkObject(requestedLocale, subobj, "gt", "ge"); in checkService()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DULocaleCollationTest.java221 Object subobj = sub.get(obj); in checkService() local
222 checkObject(requestedLocale, subobj, "gt", "ge"); in checkService()
230 Object subobj = sub.get(obj); in checkService() local
233 checkObject(requestedLocale, subobj, "gt", "ge"); in checkService()
DULocaleTest.java472 Object subobj = sub.get(obj); in checkService() local
473 checkObject(requestedLocale, subobj, "gt", "ge"); in checkService()
481 Object subobj = sub.get(obj); in checkService() local
484 checkObject(requestedLocale, subobj, "gt", "ge"); in checkService()
/third_party/python/Objects/stringlib/
Dfind.h87 PyObject **subobj, in STRINGLIB()
115 *subobj = tmp_subobj; in STRINGLIB()
/third_party/python/Doc/library/
Dreprlib.rst139 format a value should call ``self.repr1(subobj, level - 1)``.
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java471 Object subobj = sub.get(obj); in checkService() local
472 checkObject(requestedLocale, subobj, "gt", "ge"); in checkService()
480 Object subobj = sub.get(obj); in checkService() local
483 checkObject(requestedLocale, subobj, "gt", "ge"); in checkService()
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst3687 - clover/api: Address missing braces for subobj init