Home
last modified time | relevance | path

Searched defs:from_start (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/pest/src/
Dposition.rs66 pub fn from_start(input: &'i str) -> Position<'i> { in from_start() method
/aosp_15_r20/external/googleapis/google/cloud/documentai/v1/
H A Ddocument_processor_service.proto327 int32 from_start = 6; field
/aosp_15_r20/external/googleapis/google/cloud/documentai/v1beta3/
H A Ddocument_processor_service.proto391 int32 from_start = 6; field
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c1530 PyObject *from, Py_ssize_t from_start, in _copy_characters()
1673 PyObject *from, Py_ssize_t from_start, Py_ssize_t how_many) in _PyUnicode_FastCopyCharacters()
1680 PyObject *from, Py_ssize_t from_start, in PyUnicode_CopyCharacters()
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c2335 Py_ssize_t from_start, to_start, how_many, copied; in unicode_copycharacters() local