Home
last modified time | relevance | path

Searched defs:endpos (Results 1 – 24 of 24) sorted by relevance

/third_party/rust/crates/regex/bench/src/ffi/
Dre2.cpp26 int startpos, int endpos) { in re2_regexp_match()
35 int startpos, int endpos, in re2_regexp_find()
/third_party/python/Tools/scripts/
Dparseentities.py19 def parse(text,pos=0,endpos=None): argument
/third_party/python/Modules/_sre/clinic/
Dsre.c.h184 Py_ssize_t endpos = PY_SSIZE_T_MAX; in _sre_SRE_Pattern_match() local
254 Py_ssize_t endpos = PY_SSIZE_T_MAX; in _sre_SRE_Pattern_fullmatch() local
326 Py_ssize_t endpos = PY_SSIZE_T_MAX; in _sre_SRE_Pattern_search() local
395 Py_ssize_t endpos = PY_SSIZE_T_MAX; in _sre_SRE_Pattern_findall() local
467 Py_ssize_t endpos = PY_SSIZE_T_MAX; in _sre_SRE_Pattern_finditer() local
536 Py_ssize_t endpos = PY_SSIZE_T_MAX; in _sre_SRE_Pattern_scanner() local
/third_party/python/Modules/_sre/
Dsre.h49 Py_ssize_t pos, endpos; /* current target slice */ member
71 Py_ssize_t pos, endpos; member
Dsre.c644 Py_ssize_t endpos) in _sre_SRE_Pattern_match_impl()
687 Py_ssize_t endpos) in _sre_SRE_Pattern_fullmatch_impl()
733 Py_ssize_t endpos) in _sre_SRE_Pattern_search_impl()
799 Py_ssize_t pos, Py_ssize_t endpos) in _sre_SRE_Pattern_findall_impl()
901 Py_ssize_t endpos) in _sre_SRE_Pattern_finditer_impl()
938 Py_ssize_t endpos) in _sre_SRE_Pattern_scanner_impl()
2676 Py_ssize_t endpos) in pattern_scanner()
/third_party/python/Modules/
D_heapqmodule.c72 Py_ssize_t startpos, endpos, childpos, limit; in siftup() local
441 Py_ssize_t startpos, endpos, childpos, limit; in siftup_max() local
/third_party/skia/third_party/externals/icu/source/tools/escapesrc/
Descapesrc.cpp164 bool fixu8(std::string &linestr, size_t origpos, size_t &endpos) { in fixu8()
/third_party/node/deps/icu-small/source/tools/escapesrc/
Descapesrc.cpp164 bool fixu8(std::string &linestr, size_t origpos, size_t &endpos) { in fixu8()
/third_party/icu/icu4c/source/tools/escapesrc/
Descapesrc.cpp164 bool fixu8(std::string &linestr, size_t origpos, size_t &endpos) { in fixu8()
/third_party/NuttX/fs/tmpfs/
Dfs_tmpfs.c1051 loff_t endpos; in tmpfs_read() local
1111 loff_t endpos; in tmpfs_readpage() local
1252 loff_t endpos; in tmpfs_write() local
/third_party/protobuf/src/google/protobuf/io/
Dprinter.cc145 int endpos = end - text; in Print() local
/third_party/python/Objects/stringlib/
Dcodecs.h314 Py_ssize_t startpos, endpos, newpos; in STRINGLIB() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Dtncs.c840 char *endpos; in tncs_process_if_tnccs() local
886 char *xml, *xmlend, *endpos; in tncs_process_if_tnccs() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Dtncs.c839 char *endpos; in tncs_process_if_tnccs() local
885 char *xml, *xmlend, *endpos; in tncs_process_if_tnccs() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Dtncc.c752 char *endpos; in tncc_process_if_tnccs() local
798 char *xml, *xmlend, *endpos; in tncc_process_if_tnccs() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Dtncc.c751 char *endpos; in tncc_process_if_tnccs() local
797 char *xml, *xmlend, *endpos; in tncc_process_if_tnccs() local
/third_party/curl/src/
Dtool_formparse.c471 char *endpos; in get_param_part() local
/third_party/python/Modules/_io/
Dbytesio.c199 size_t endpos = (size_t)self->pos + len; in write_bytes() local
Dtextio.c2111 Py_ssize_t start, endpos, chunked, offset_to_buffer; in _textiowrapper_readline() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwpa_auth_ft.c323 u8 *endpos) in wpa_ft_tlv_lin()
379 u8 *start, u8 *endpos) in wpa_ft_vlan_lin()
437 u8 *pos, *endpos; in wpa_ft_rrb_lin() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwpa_auth_ft.c324 u8 *endpos) in wpa_ft_tlv_lin()
380 u8 *start, u8 *endpos) in wpa_ft_vlan_lin()
438 u8 *pos, *endpos; in wpa_ft_rrb_lin() local
/third_party/python/Objects/
Dunicodeobject.c4345 Py_ssize_t startpos, Py_ssize_t endpos, in make_decode_exception()
6950 Py_ssize_t startpos, Py_ssize_t endpos, in make_encode_exception()
6976 Py_ssize_t startpos, Py_ssize_t endpos, in raise_encode_exception()
6994 Py_ssize_t startpos, Py_ssize_t endpos, in unicode_encode_call_errorhandler()
8901 Py_ssize_t startpos, Py_ssize_t endpos, in make_translate_exception()
8930 Py_ssize_t startpos, Py_ssize_t endpos, in unicode_translate_call_errorhandler()
/third_party/json/tools/cpplint/
Dcpplint.py2124 def FindStartOfExpressionInLine(line, endpos, stack): argument
/third_party/ffmpeg/libavformat/
Dmatroskaenc.c2922 int64_t endpos, ret64; in mkv_write_trailer() local