Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_test.c1786 int match_start, int match_end, PCRE2_SIZE *ovector) in check_invalid_utf_result()
1831 int match_end; member
2119 int match_end; member
2327 int match_end; member
/external/libtextclassifier/native/annotator/datetime/
Dextractor.cc266 const int match_end = matcher_.End(group_id, &status); in UpdateMatchSpan() local
/external/elfutils/libcpu/
Di386_disasm.c373 const uint8_t *const match_end = match_data + sizeof (match_data); in i386_disasm() local
/external/cpuinfo/src/arm/linux/
Dchipset.c556 const char* start, const char* end, bool match_end, in match_mt()
/external/python/cpython2/Modules/
D_sre.c3497 match_end(MatchObject* self, PyObject* args) in match_end() function