Searched refs:match_end (Results 1 – 5 of 5) sorted by relevance
/external/libtextclassifier/native/annotator/datetime/ |
D | extractor.cc | 266 const int match_end = matcher_.End(group_id, &status); in UpdateMatchSpan() local 273 if (span->second == kInvalidIndex || span->second < match_end) { in UpdateMatchSpan() 274 span->second = match_end; in UpdateMatchSpan()
|
/external/pcre/dist2/src/ |
D | pcre2_jit_test.c | 1786 int match_start, int match_end, PCRE2_SIZE *ovector) in check_invalid_utf_result() argument 1807 if (ovector[1] != (PCRE2_SIZE)match_end) { in check_invalid_utf_result() 1809 pattern_index, type, (int)ovector[1], match_end); in check_invalid_utf_result() 1831 int match_end; member 2021 …id_utf_result(pattern_index, "match", result, current->match_start, current->match_end, ovector)) { in run_invalid_utf8_test() 2031 …esult(pattern_index, "partial match", result, current->match_start, current->match_end, ovector)) { in run_invalid_utf8_test() 2119 int match_end; member 2237 …id_utf_result(pattern_index, "match", result, current->match_start, current->match_end, ovector)) { in run_invalid_utf16_test() 2247 …esult(pattern_index, "partial match", result, current->match_start, current->match_end, ovector)) { in run_invalid_utf16_test() 2327 int match_end; member [all …]
|
/external/elfutils/libcpu/ |
D | i386_disasm.c | 373 const uint8_t *const match_end = match_data + sizeof (match_data); in i386_disasm() local 386 while (curr < match_end) in i386_disasm() 394 assert (curr + clen + 2 * (len - clen) <= match_end); in i386_disasm()
|
/external/cpuinfo/src/arm/linux/ |
D | chipset.c | 556 const char* start, const char* end, bool match_end, in match_mt() argument 603 if (match_end) { in match_mt()
|
/external/python/cpython2/Modules/ |
D | _sre.c | 3497 match_end(MatchObject* self, PyObject* args) in match_end() function 3690 {"end", (PyCFunction) match_end, METH_VARARGS, match_end_doc},
|