Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/stringlib/
Dfind.h93 PyObject *obj_start=Py_None, *obj_end=Py_None; in STRINGLIB() local
100 if (!PyArg_ParseTuple(args, format, &tmp_subobj, &obj_start, &obj_end)) in STRINGLIB()
109 if (obj_end != Py_None) in STRINGLIB()
110 if (!_PyEval_SliceIndex(obj_end, &tmp_end)) in STRINGLIB()
/external/python/cpython2/Objects/stringlib/
Dfind.h115 PyObject *obj_start=Py_None, *obj_end=Py_None; in stringlib_parse_args_finds() local
122 if (!PyArg_ParseTuple(args, format, &tmp_subobj, &obj_start, &obj_end)) in stringlib_parse_args_finds()
131 if (obj_end != Py_None) in stringlib_parse_args_finds()
132 if (!_PyEval_SliceIndex(obj_end, &tmp_end)) in stringlib_parse_args_finds()
/external/harfbuzz_ng/src/
Dhb-machinery.hh271 const char *obj_end = (const char *) obj + obj->get_size (); in set_object() local
272 assert (obj_start <= obj_end); /* Must not overflow. */ in set_object()
274 if (unlikely (obj_end < this->start || this->end < obj_start)) in set_object()
279 this->end = MIN (this->end , obj_end ); in set_object()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_parser.cpp828 FX_FILESIZE obj_end = 0; in RebuildCrossRef() local
831 objnum, &obj_end); in RebuildCrossRef()
855 FX_FILESIZE nLen = obj_end - obj_pos - offset; in RebuildCrossRef()
857 pos = obj_end + m_pSyntax->m_HeaderOffset; in RebuildCrossRef()